pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 12 forks source link

[NamanShergill/Felix] Overlay Inspiration Cards: Part 1 - API call #10

Closed deobald closed 4 years ago

deobald commented 4 years ago
  1. [ ] Querying the API returns Overlay Inspiration Cards
  2. [ ] Overlay Inspiration Cards are de-serialized into model objects
  3. [ ] Cache retrieved cards into the local database (as other cards do)
  4. [ ] Use Platform-based Serif font akin to Source Serif Pro (Android) and whatever is nearest/equivalent on iOS

Step # 1. The sandbox API is available here: http://kosa-sandbox.pariyatti.org/api/v1/today.json ...a call to this API is already made within the app and the "cards" returned from the API are available as heterogeneous types in a flattened list. We're looking to add the cards with type: "overlay_inspiration"

VarunBarad commented 4 years ago

Closed by #30