-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement find capital projects by community district endpoint #327
Implement find capital projects by community district endpoint #327
Conversation
4d1dcd6
to
08b2142
Compare
|
233b621
to
bda6221
Compare
bda6221
to
1a3446b
Compare
1a3446b
to
a796442
Compare
Flesh out repository Generated zod schema can't be nullable Remove WIP emoji Comment out pipe to get capital projects Add unit test Add e2e test Fix type errors Add index Clean up Add pipe validation Use transform pipe in param and query decorator Add tests for query params Move check community district id to community district domain Fix unit tests Get community district mock for borough repository mock Use dependency injection to inject community district mock into borough mock Use dependency injection to inject community district mock into borough mock Expand unit test Generate migration
a796442
to
813d0a5
Compare
Closes #247
Several things to note:
borough
and second commit (bda6221) has it in its own domaincommunity-district
ZodTransformPipe
directly in the pram decorators because adding both param schemas inUsePipes()
was causing errors.