-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👥 add the pull request template for pull request rules
- Loading branch information
1 parent
63ddecb
commit db2cb7b
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
## Title, example: | ||
|
||
Prepare the endpoints & CRUD operations for tasks table | ||
|
||
## Description, example: Prepare the endpoints & CRUD operations for tasks table | ||
|
||
Prepare the endpoints & CRUD operations for tasks table: | ||
|
||
- Prepare `schemas/task.py` that represents the schema of task's pydantic models and the enums. | ||
- Prepare `infrastructures/crud/task.py` that responsible for task's CRUD operations. | ||
- Prepare `routers/task.py` that responsible for task's routers/endpoints. | ||
- Prepare `main.py` that represents the entry point. | ||
- Update the schema of tasks table in `models/task.py`. | ||
- Update `Makefile`. | ||
- Update `ci.yml`. | ||
- Write unittest for `routers/task.py`. | ||
- Write unittest for `models/task.py`. | ||
- Write unittest for `schemas/task.py`. | ||
- Write unittest for `infrastructures/crud/task.py`. | ||
- Change the name, version of the project in `pyproject.toml`. | ||
- Update the document `README.md` version-3. | ||
|
||
## Related Issue, example: | ||
|
||
issue: #7 TTL-4 | ||
|
||
## And don't forget in the sidebar: | ||
|
||
### Reviewers, example: | ||
|
||
@IsmaelMousa | ||
|
||
### Assignees, example: | ||
|
||
@IsmaelMousa | ||
|
||
### Labels, example: | ||
|
||
- database | ||
- documentation | ||
- enhancement | ||
|
||
### Development (if this pull-request is related to an issue), example: | ||
|
||
TTL-4 |