Repository files navigation
Разработка приложения "Система автоматизации документооборота средней школы"
Use case block
URL
Methods
Status
List of students
/students
GET, POST, PUT, DELETE
✅
Student rating
/students/rating
GET
⬜
List of marks for the admin
/marks/:term/students/:id
GET
✅
List of marks for the student
/marks
GET
✅
List of academic results
/students/:id/results/:term
GET
⬜
Student marks for the subject
/students/:id/marks/subjects/:id
GET
⬜
List of marks for the last week (?)
/students/:id/marks/weeks/:number
GET
⬜
List of groups
/groups
GET, POST, PUT, DELETE
✅
Group rating
/groups/rating
GET
⬜
List of students of the group
/groups/:id/students
GET
✅
List of marks for the subject
/groups/:id/marks/subjects/:id
GET
⬜
List of subjects for the term
/groups/:id/subjects/terms/:id
GET
⬜
List of vouchers
/vouchers
GET, POST
✅
Voucher page
/vouchers/:id
GET
✅
List of teachers
/teachers
GET, POST, PUT, DELETE
✅
Teacher's groups for the admin
/teachers/:id/groups
GET
✅
Teacher's groups
/groups/taught
GET
✅
Login
/login
POST
✅
Terms
/terms
GET, POST, PUT, DELETE
✅
Positions create & find
/positions
GET, POST, PUT, DELETE
✅
Subjects
/subjects
GET, POST, PUT, DELETE
✅
Profile
/profile
GET
✅
About
Joint laboratory work (theme: school document management)
Topics
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.