Focus: Design and document the database schema to support product records and associated 3D assets.
Schema Example:
- product_id (int)
- product_name (varchar)
- model_url (text)
- texture_url (text)
- width, height, depth (float)
Key Tasks:
- ER diagram
- Define table structure and relationships
- Setup initial database (MongoDB/Firebase)
Goals:
- Normalize data for scalability
- Deliver relevant product info for AR endpoints
Milestone Link: #1
Focus: Design and document the database schema to support product records and associated 3D assets.
Schema Example:
Key Tasks:
Goals:
Milestone Link: #1