McGill-ECSE321-Winter2022 / project-group-group-03

project-group-group-03 created by GitHub Classroom
1 stars 0 forks source link

Backend Implementation and Evolution of Persistence Layer #29

Open abhijeetpraveen opened 2 years ago

abhijeetpraveen commented 2 years ago

Instructions from the PDF:

As the main technical deliverable, you need to implement all use cases as business methods and make them available as RESTful services using Java Spring technology. The services need to persist data by using the persistence layer developed in Sprint 1. Should the implementation of the services require any adaptations of the persistence layer or the domain model, you need to evolve that part of your system as well in Sprint 2. Finally, you need to provide brief documentation for each of your RESTful service endpoints that can be called externally on the project wiki (e.g., precise URL of service endpoint, accepted operation, parameters, description of functionality).

Task Division

Class Responsible Members
BusinessHour Abhijeet & Sébastien
Customer Ari & Edward
DeliveryOrder Ari & Edward
Employee Abhijeet & Sébastien
Holiday Rooshnie & Neel
Item Abhijeet & Sébastien
Order Rooshnie & Neel
Owner Abhijeet & Sébastien
PickupOrder Ari & Edward
PurchasedItem Rooshnie & Neel
Store Ari & Edward
WorkShift Rooshnie & Neel