Skip to content

06: FEB 24TH MINUTE

Miguel Cuesta Martínez edited this page Mar 1, 2022 · 3 revisions

Participants

  • Cuesta Martínez, Miguel.
  • López Hernández, Sebastián.
  • Alonso Ferreiro, Luis Miguel.
  • Álvarez Díaz, Daniel.
  • González Méndez, Jesús.

Open Isssues

Review State of tasks:

Decisions taken

  • 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:

1645723874422

  • Branches:

Develop branch and one branch per team member