Skip to content

Releases: salah3x/gym-webapp

v0.4.3

18 Jan 17:54
Compare
Choose a tag to compare

Maintainance:

  • Update project dependencies
  • Fix npm vulnerabilities

v0.4.2

30 Jul 15:29
Compare
Choose a tag to compare

Maintainance:

  • Update project dependencies
  • Fix npm vulnerabilities

v0.4.1

11 Jun 21:56
Compare
Choose a tag to compare

Angular 8 support

  • Upgrade to Angular 8
  • Update project dependencies.
  • Fix breaking changes

v0.4.0

19 May 22:59
Compare
Choose a tag to compare

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

  • Fix the spacing in the authentication menu (#79)
  • Move the footer from the main layout to the bottom of the main menu (#78)
  • Fix photo size in client's form (#82)
  • Fix photo deletion error after registering new clients (#83)

v0.3.1

18 Apr 18:36
Compare
Choose a tag to compare

Another bug hunting trip

For the full list of bugs see the related milestone

v0.3.0

24 Apr 19:07
Compare
Choose a tag to compare

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

14 Apr 00:41
Compare
Choose a tag to compare

A bug hunting trip

For the full list of bugs see the related milestone

v0.2.1

08 Apr 21:30
Compare
Choose a tag to compare

The first release: we made it to production 🎉

Add lightweight improvements and bug fixes.

For more details see the related milestone

v0.2.0

30 Mar 21:56
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

14 Mar 13:17
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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