chaynHQ / bloom-frontend

Code for the for the frontend of the Bloom service.
https://bloom.chayn.co/
MIT License
25 stars 42 forks source link

Use new GET /subscription_user endpoint to populate subscription state #922

Open eleanorreem opened 2 months ago

eleanorreem commented 2 months ago

Overview

We want to start breaking up the GET /user/me request and only fetch information on the pages it is needed. This is starting with subscriptions. We are getting subscription information on every page when we actually only need it on the /subscription/whatsapp page. Please note this is potentially a large refactor.

Note this ticket is blocked by this issue on the backend.

Action Items