Skip to content
Elena Rodríguez Río edited this page Mar 2, 2020 · 1 revision

Date: 24/2/2020

Developers:

  • Miguel Cuesta
  • Pablo Cañal
  • Carmen Vigo
  • Lucia Megido
  • Elena Rodríguez Río

Duration: 100 minutes

In this meeting, the team has started to formally talk about the implementation of ViaDe. A couple of conclusions were reached:

  • We agreed to develop the application in React Native. We concluded that learning to use this framework from the start will be easier than trying React and later modifying our application if we want phone compatibility.
  • The first screen for the application is proposed. The functionality we will be aiming to have in our first prototype will be:
    • User registration
    • Load / Delete route
    • Open / Close session
  • We discuss about the object model standard. The one proposed in the common project for all groups is similar to our original idea, following the schema.org standard for routes excluding some unnecessary features. We will be considering this standard for interoperability in the future. It's possible that we will user multiple object model types for our app, even. We will be following specifications close to Trip, GeoCoordinate and ImageObject (collected inside the Trip) in schema.org for now; and keep the Model aspect of the application coupled so that modifications in a later version will be easy to make.
Clone this wiki locally