Off-Top-App / off-top-flutter

Repository for our mobile client application.
0 stars 2 forks source link

OT-MakeSettingsPageDynamic (3) #30

Open frlzjosh opened 4 years ago

frlzjosh commented 4 years ago

WHAT TO DO:

  1. The API's and front-end is built for the settings feature, with the exception of a GET request, which you will need to make in Node.js..., however, they aren't connected. You will need to connect these two together.
  2. Work with the microservice located here (https://github.com/Off-Top-App/SettingsService). Let me know if you'll need access. Documentation: https://docs.google.com/document/d/1cMh5mi0ZsyY7lW2JRwScSWB-uihMAF9s84shHdIIzMk/edit
  3. This will require you to work a little in the front-end to make sure that you can pass the data to these API's.

DONE:

  1. When you first access the application you are getting the settings data.
  2. You can change the data in the settings front-end and can the data appear in the settings DB.