Clients & Vehicles Collections #33

Closed
opened 2025-10-19 18:54:46 +00:00 by GFMpt13 · 2 comments
GFMpt13 commented 2025-10-19 18:54:46 +00:00 (Migrated from github.com)

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

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 - [x] #43 - [x] #44
AndreFerreira5 commented 2025-10-21 15:49:36 +00:00 (Migrated from github.com)

you should create two separate issues (sub-issues) for this, one for the clients collection and another one for the vehicles collection

you should create two separate issues (sub-issues) for this, one for the clients collection and another one for the vehicles collection
GFMpt13 commented 2025-10-22 18:34:53 +00:00 (Migrated from github.com)

Clients and Vehicles Collections and their relation (1-N).
Image

Clients and Vehicles Collections and their relation (1-N). <img width="888" height="335" alt="Image" src="https://github.com/user-attachments/assets/e28dcf81-6865-490b-9ff4-b9e141a470e3" />
Sign in to join this conversation.
No description provided.