muhammad-maged / project-managment

0 stars 0 forks source link

Create Sprint model and SprintController with CRUD operations using repository design pattern #7

Open sweep-ai[bot] opened 11 months ago

sweep-ai[bot] commented 11 months ago

Description

This pull request adds the following changes:

Summary

This pull request addresses the issue #5 by adding the necessary code to create a new model called "Sprint" and a corresponding controller "SprintController" with all CRUD operations using the repository design pattern. The code follows the Laravel framework conventions and provides a clean and organized structure for managing Sprint instances in the project.

Fixes #5.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/sprint-controller_1

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.