- [2018-12-07] Added the functionality for the user to register manually from the homepage.
- [2018-12-07] Added the authorization guard to various routes, which need to be protected.
- [2018-12-07] Added the logout functionality and updated the navbar component.
- [2018-11-05] Worked, on adding authentication to the website, so that the user can login securely.
- [2018-10-22] Further, enhanced the website by adding functionality to edit the client details, also provided an option to permanently delete the client from the database.
- [2018-10-22] Added the functionality to manually update the client balance, in the balance section.
- [2018-10-15] Worked on the client details page to retrieve unique client ID and display the client details of that particular client like name, email ID, phone number etc.
- [2018-10-15] Added the Flash Messages Module and client to the Firestore.
- [2018-10-09] Added the client registration form and also validation.
- [2018-10-09] Completed the setup of the clients and dashboard component.
- [2018-10-01] Implemented the Angularfire 2 module to interact with firebase database and sucessfully retrieved the the clients from the database by also generating an service called client service.
- [2018-10-01] Set up the router module and added routes to various components to take me to respective pages of the selected component on the site.
- [2018-09-24] Set up of the Navbar component with Register, Login and Dashboard components on it.
- [2018-09-24] Set up of the Firebase database at the backend with the clients collection having client
details.
- [2018-09-24] Generated various components and services required for my website application.
- [2018-09-17] Installing dependencies for Angular. Angular setup and deployment.
- [2018-09-17] Installing Visual Studio Code.
- [2018-09-10] Write the statement.
- [2018-09-10] Initial project sketch.