Releases: moomoolive/khateeb_remind
Releases · moomoolive/khateeb_remind
Added Design Document
Added design document to repository which details:
- Reasons for design decisions
- Information about project stack and useful interfaces
- How to configure the application
Pre-stable release
Since the last release a few things have changed:
- Users schema is not longer tightly-coupled with institutions, making authorization now much more powerful and flexible than before
- Many optimizations were made on the backend and frontend making the app have a better experience (faster loading times)
Offline Mode Added to the App
Since the last release most of the backend has been optimized, as well as the frontend. But the most significant update for this release is that the app can now be used offline, and acts similar to a native app offline.
- one caveat is that I couldn't get the service worker to cache API requests correctly yet, but hopefully I can solve this issue in the next release
Updated Infastructure
Merge pull request #9 from moomoolive/pwaBugFixes fixed service worker registration issue
Initial Release
Although the majority of the app features are functional, optimizations are needed on both the client and server side before it's stable, and ready to be replicated.