Releases: salah3x/gym-webapp
Releases · salah3x/gym-webapp
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Features:
- Admin can delete a charge from the charges/payments list (#71)
- Admin can edit a pack in subscription packs' list (#73)
- Admin can delete a subscription (#74)
- Admin can delete a client profile (#75)
- Admin can delete a client's photo (#76)
- Admin can add a photo to the client's profile (#77)
- Manager can use ':m' & 'f' queries when searching for clients (#80)
Bug fixes
v0.3.1
v0.3.0
Bonjour, ¡Hola! : I18n is here ! 🌐 🎉
Add internationalization support:
- Mark language specific text for translation.
- Extract marked text to
src/locale/messages.xlf
- Copy this file to
src/locale/messages.fr.xlf
and add translation for french
To add other languages see the i18n section in README
For more details see the related milestone
v0.2.2
v0.2.1
v0.2.0
Now this is a full features web-app
Implement the core features :
Add the two major modules:
- Admin module: View incomes and charges, manage packs, register new clients and accept payments.
- Manager module: Search for clients, perform check ins and view profiles.
For more details see the related milestone
v0.1.0
The first step into building a web-app
Get the app up & running
- Setting up an Angular webapp and cloud functions backend using express and firebase.
- Adding authentication and users management in superadmin area.
- Setting up firebase hosting and build/deployment pipeline.
For more details see the related milestone