Clients & Vehicles Collections #33
Labels
No labels
CI/CD
MongoDB
PostgreSQL
api
authentication
bug
documentation
duplicate
enhancement
example issue
fix
good first issue
help wanted
high-level requirement
infrastructure
invalid
low-level requirement
medium-level requirement
question
security
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This task involves designing the MongoDB collections to store customer and vehicle information, fulfilling requirement RF01.
We will use two separate collections to maintain a one-to-many (1-N) relationship, where one client can own multiple vehicles. This normalized approach avoids data duplication and makes it easier to update client information in one place.
Tasks
you should create two separate issues (sub-issues) for this, one for the clients collection and another one for the vehicles collection
Clients and Vehicles Collections and their relation (1-N).
