BoiseState / interfaith-donation

Donation app and website to manage donations for Interfaith Sanctuary.
GNU General Public License v2.0
4 stars 1 forks source link

Switch CalloutNeeds request to use donation-api endpoint instead of mock data #274

Open gbrasier opened 6 years ago

gbrasier commented 6 years ago

At the time of writing this issue, the Ionic app is using mock CalloutNeeds JSON data to dynamically create the cards on the home page. Eventually, data from the donation-api/calloutneeds endpoint should be used instead of the mock data.

Starter code for the database endpoint request has been written in getCalloutNeedsJSON() of calloutService.ts, but doesn't quite work because of a port or proxy inconsistency. There might be issues on the database side of things, and as a result the Ionic team has had to snowplow a few tasks due to database-related delays.

Acceptance Criteria: