This is basicall java hair salon application where the owner of the salon adds a list of stylists, and for each stylist,the owner chooses the clients who see that stylist.
The Following are the technologies used:
- Spark
- VelocityTemplateEngine
- Java
- HTML and CSS
postgresql
Spark Framework
Velocity Template Engine
- As the owner of the salon, I need to be able to see a list of all our stylists.
- As the owner of the salon, I need to be able to select a stylist, see their details, and see a list of all clients that belong to that stylist.
- As the owner of the salon, I need to add new stylists to our system when they are hired.
- As the owner of the salon, I need to be able to add new clients to a specific stylist.
- As the owner of the salon, I need to be able to update a stylist's details.
- As the owner of the salon, I need to be able to update a client's details.
- As the owner of the salon, I need to be able to delete a stylist if they're no longer employed here.
- As the owner of the salon, I need to be able to delete a client if they no longer visit our salon.