Org-FoodService / FoodServiceAPI

FoodService is a .NET 8.0-based service, optimizing snack bar operations through menu management, inventory tracking, and potential delivery integration. With Docker and SQLServer dependencies, it streamlines processes for snack bar owners, enhancing efficiency and customer experience.
https://foodservice-api.azurewebsites.net/swagger
2 stars 1 forks source link

Migration of Backend to a New Repository (FoodServiceAPI) #1

Closed foodservice-org closed 2 months ago

foodservice-org commented 2 months ago

Story:

As a developer on the FoodService engineering team, I want to migrate the backend of our application to a new repository called FoodServiceAPI, to improve source code organization and facilitate future development and maintenance.

Acceptance Criteria:

  1. Separation of Backend:

    • All backend-related classes, including database connection classes, should be moved to the new repository.
    • Source code should be logically and cohesively organized, making it easier to understand and maintain.
  2. Update Links:

    • Any references to the backend in the source code of the main application (FoodServiceMVC) should be updated to point to the new repository (FoodServiceAPI).
    • This includes updates to class imports, dependency links, and any other integration points between the two systems.

Definition of Done:

Additional Notes: