generated from Arquisoft/dede_0
-
Notifications
You must be signed in to change notification settings - Fork 1
06: FEB 24TH MINUTE
Miguel Cuesta Martínez edited this page Mar 1, 2022
·
3 revisions
- Cuesta Martínez, Miguel.
- López Hernández, Sebastián.
- Alonso Ferreiro, Luis Miguel.
- Álvarez Díaz, Daniel.
- González Méndez, Jesús.
- Database access:
We are going to use Mongose
- Database Schema:
- Product:
- String Name (mandatory)
- Double Price (mandatory)
- String Description (mandatory)
- String Image_ID (mandatory) : images will be saved in a static folder in the project.
- String Catheogry (optional)
- User
- String Name (mandatory)
- String LastName (mandatory)
- POD_URL (mandatory)
- Password (mandatory) (cyphered) Cypher engine TBD
- Order
- String User_ID (mandatory)
- List product (mandatory)
- Product (mandatory)
- Quantity (mandatory)
- Double ProductPrice
- Double deliveryPrice
- First GUI design:
- Branches:
Develop branch and one branch per team member