Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The original GitHub repo has been split into 4 repos for 4 subteams. There were some issues building and running dashboard backend code in SP22, so the dashboard team decided to create a new repo and deploy their API using AWS Chalice. Their API serves for the demographics and summary demographics tab, all other APIs for the dashboard still rest at the repo called backend-offline. The building and running issue of backend-offline has been fixed, dashboard backend teams should be able to build and run the code later on. But having codes everywhere is bad for source control, so it would be nice if the dashboard backend team in the future could migrate codes into one place.

SubteamRepo link
Frontend-mobilehttps://github.com/DIAPER-Project/frontend-mobile
Frontend-webhttps://github.com/DIAPER-Project/frontend-web
Backend-online (mobile)https://github.com/DIAPER-Project/backend-online

Backend-offline (dashboard)


https://github.com/DIAPER-Project/backend-offline

(most APIs, using Docker)https://github.com/DIAPER-Project/dashboard-apis (getSurvey API, deployed using AWS Chalice)

Let us know via Slack if you need an access invite.

...