Diana Barsan
Diana Barsan
Hey @garethbowen . I'd really appreciate some feedback. Thank you!
> That also highlights an issue with translating the setup page, because [translations currently require the docs by type view](https://github.com/medic/cht-core/blob/master/api/src/translations.js#L99).That also highlights an issue with translating the setup page, because...
Another issue that exists is that I can't require the `db` library before server checks have passed, specifically because it tries to create databases immediately (the vault, for example, with...
> With regards to view warming I think the ideal would be to block on the views that API needs (from memory, docs by type) > That also highlights an...
> If we drop all those then I don't think we need to wait for view warming at all, and in fact I think it's better that we don't. Completely...
> Also I just thought, what happens with the service worker cache? Because the startup page is at the same URL as the login page will users who are offline...
> I understand the concern about the service worker. I'm not sure how to go about that. What I could try is identify that the incoming request is a service...
> If they're already logged in and request the webapp, that isn't what is happening right now. If you login as an online user, disconnect your internet and refresh the...
hey @garethbowen I pushed a few changes to fix the interaction between the admin app (during upgrade) and the startup router. I ended up adding a list of endpoints that...
I'm not sure what to do. Should I just merge this into archv3 and have it at-ed together?