Skip to content

Commit

Permalink
doc: add todo list to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fcbento committed Dec 17, 2024
1 parent b3414e3 commit 8dd5b68
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ $ npm run test:e2e

<img alt="example" width="800" src="schema_db.png">

### TODO

- [ ] Fix mixed language fields. Currently some fields of the PET and ORG tables are mixed using both Portuguese and English.
- [ ] Validate empty id in routes that the id is passed as an arugment and ideally return a friendly error message
- [ ] Validate if org_id is a valid id when registering a new pet
- [ ] Validate if pet_id is a valid id when registering either a new photo or a new requirement
- [ ] Check if it's possible to use a global zip postal code to populate fields ragarding the address of pet and org. Currently the zip code service (cep-api-service.ts) only works for zip codes in Brazil. I tried to use Zipcodestack, but the requisition was too slow.
- [ ] Add swagger/openapi
- [ ] Create CD and publish to some free hosting service

## Built With

This was created with the following tech stack. I intend to create a front end using Angular with Nx.
Expand Down

0 comments on commit 8dd5b68

Please sign in to comment.