Skip to content

22 02 2022

Joaquín Britos Morales edited this page Feb 28, 2022 · 3 revisions

Participants

  • 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

Duration

60 minutes.

Propositions

  • 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

Task disstribution

Groups

Front-End

  • Elías Llera García-Riaño
  • Rosa García López
  • Landon Brown

Back-End

  • Luis Vijande González
  • Juan Andrés Torrente Bermúdez
  • Joaquín Salustiano Britos Morales
Clone this wiki locally