-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: technical/BQ-290 into [email protected] 🌊 employees fixes, work with address fixes, some api types update #67
base: [email protected]
Are you sure you want to change the base?
Conversation
…essDto, UpdateAddressDto, UserResponse and roles, work with employee
…actionAddressForm, need to fix other usages, delete ts-ignore
… number for activity price input
…ed to check and fix)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
export const actionAddressSchema = z.object({ | ||
locality: z.string().min(1, { message: 'validation.required' }), | ||
street: z.string().min(1, { message: 'validation.required' }), | ||
house: z.string().min(1, { message: 'validation.required' }), | ||
// city: z.enum(['Новосибирск', 'Кемерово', 'Междуреченск']), | ||
city: z.string().min(1, { message: 'validation.required' }), | ||
locality: z.any(), | ||
details: z.string(), | ||
workingHours: z.object({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тут и в других подобных местах пофикшу. А вообще, вопрос будет ли тут верно(точнее, можно ли иначе?) описывать объект для адреса, ведь мы только само наличие объека должны проверять, а не поля, которые по отдельности мы не можем изменять
…tive logic commented, untill api fix
… RegisterOrganizationForm combobox usage fix
…boardPage works properly
No description provided.