Skip to content

Releases: moomoolive/khateeb_remind

Added Design Document

23 May 18:53
8e0f6ba
Compare
Choose a tag to compare
Added Design Document Pre-release
Pre-release

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

07 May 16:43
4f11440
Compare
Choose a tag to compare
Pre-stable release Pre-release
Pre-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

17 Apr 17:55
1cb6838
Compare
Choose a tag to compare
Pre-release

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

21 Mar 15:37
8a0b11b
Compare
Choose a tag to compare
Updated Infastructure Pre-release
Pre-release
Merge pull request #9 from moomoolive/pwaBugFixes

fixed service worker registration issue

Initial Release

13 Feb 19:58
7c4dfcd
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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.