#68 — Implement “favorites”, “home” API and persistence
Repo: Twill-AI/facade State: closed | Status: done Assignee: Unassigned
Created: 2024-08-08 · Updated: 2025-03-24
Description
See relevant threads in Slack - https://twill-network.slack.com/archives/C06UCQP1BFC/p1723137218881089?thread_ts=1723060058.590019&cid=C06UCQP1BFC, https://twill-network.slack.com/archives/C06UCQP1BFC/p1727204632878309 (and answers after it).
On https://twillpayments.atlassian.net/wiki/spaces/TD/pages/7929859/Facade+API look for:
- any “favorite” mentions.
- GET /home
Note that GET /home request (to get left Nav content) probably would be the most frequent HTTP request on the platform - it is required for any client and may be refreshed quite often.
AC:
- Add “favorites” persistence and support in existing API.
- Add GET /home API. For number of “recents” (see Slack comment) there is a separate setting in Facade with default “7” value.
Notes
Add implementation notes, blockers, and context here
Related
Add wikilinks to related people, meetings, or other tickets