Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Aug 9, 2023

Description

This pull request adds the following changes:

  • Created a new model called "Sprint" in the app directory.
  • Created a new controller called "SprintController" in the app/Http/Controllers directory.
  • Added methods for creating, reading, updating, and deleting Sprint instances in the SprintController.
  • Created a new repository called "SprintRepository" in the app/Repositories directory.
  • Added methods for interacting with the database in the SprintRepository.
  • Created a migration file xxxx_xx_xx_xxxxxx_create_sprints_table.php in the database/migrations directory to define the structure of the "sprints" table.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
0 participants