Skip to content
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

Add address details in shelters #80

Closed
wants to merge 1 commit into from

Conversation

filipepacheco
Copy link
Contributor

@filipepacheco filipepacheco commented May 12, 2024

Add street, neighbourhood and city so the fields can be used in searches such as needed supplies by neighbourhood

@@ -12,6 +12,11 @@ const ShelterSchema = z.object({
name: z.string().transform(capitalize),
pix: z.string().nullable().optional(),
address: z.string().transform(capitalize),
city: z.string().transform(capitalize).optional(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Favor só ajustar city, neighbourhood e state para serem nullable()

@filipepacheco
Copy link
Contributor Author

fechando aqui pois foi incorporado em #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants