generated from Arquisoft/dede_0
-
Notifications
You must be signed in to change notification settings - Fork 1
22 02 2022
Joaquín Britos Morales edited this page Feb 28, 2022
·
3 revisions
- Elías Llera García-Riaño
- Luis Vijande González
- Juan Andrés Torrente Bermúdez
- Rosa García López
- Joaquín Salustiano Britos Morales
- Landon Brown
60 minutes.
- Have a front end first to make the back end compliant to the front end
- Have a functioning schema in the database
- Start with single user and eventually change to a multi user or even not have users and just use the webID of the PODs
- Have a simple UI mockup
- List of screens:
- Listing
- Details
- Shopping cart
- User credentials and information (the ones in the POD)
- Not make the POD compulsory or directly not work without pods
- Database
- Product: Name, description, price, image, weight?
- Order: user_id, product_quantity_pair*
- Seller: List of products, id
- Don't have a login just use the pod
- maybe use the google API or some other to translate an address to coordinates or Nominatim
- Add products first through hard coding but change it later to be through the API
- Elías Llera García-Riaño
- Rosa García López
- Landon Brown
- Luis Vijande González
- Juan Andrés Torrente Bermúdez
- Joaquín Salustiano Britos Morales