CS-Worcester / amrs-simple-app

Simplified frontend for AMRS.
MIT License
3 stars 5 forks source link

Replacement for backend server #8

Closed kwurst closed 5 years ago

kwurst commented 5 years ago
  1. Find the Angular service(s) in ng2-amrs that are used to make requests to the OpenMRS backend.
  2. Determine which service(s) are needed for the simple-app. (Maybe asking Greg?)
  3. Build a mock version of the service(s) that return fake data.
kwurst commented 5 years ago

Duplicates #7