Skip to content

Commit

Permalink
Add version 1.1.0 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
YegorDB committed Dec 6, 2021
1 parent 8baa566 commit 8a508e6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ src/django/static/*
src/django/media/*
**/node_modules/**
**/__pycache__/**
*.pid
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@

### Pages
- Tasks page `/tasks/`
- Task page `/task/${pk}/`

### API
- Create task `/api/1.0/create_task/`
- User tasks `/api/1.0/user_tasks/`
- Search user tasks `/api/1.0/search_user_tasks/`
- Update task `/api/1.0/update_task/${pk}/`

> More information about API in project docs
12 changes: 6 additions & 6 deletions releases/1.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
## Pages

### Tasks
- Show user tasks with filters by priority and status
- Change task status functuional
- Create task form
- Added show user tasks functional with filters by priority and status
- Added change task status functional
- Added create task functional


## API
- Create task
- User tasks
- Update task
- Added create task API
- Added user tasks API
- Added update task API
24 changes: 24 additions & 0 deletions releases/1.1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 1.1.0


## Pages

### Tasks
- Removed change task functuional
- Added search task functional
- Changed tasks items visualization from table to grid
- Made filters by requests

### Task
- Added show task information
- Added change task information
- Added create task functional


## API
- Added search user tasks API


## Other
- Added logrotate
- Added cron

0 comments on commit 8a508e6

Please sign in to comment.