https://github.com/cuchi/cdi-app
https://github.com/cuchi/cdi-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuchi/cdi-app
- Owner: cuchi
- License: mit
- Created: 2017-05-10T22:25:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T22:24:11.000Z (almost 9 years ago)
- Last Synced: 2025-01-28T11:48:29.026Z (over 1 year ago)
- Language: CSS
- Size: 15.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Isso é uma aplicação web que será utilizada nos trabalhos de _Informática na Educação_
e _Desenvolvimento de Aplicações Web_ da UDESC.
## Checklist
- [ ] Definir um nome
- [x] Modelar os dados
- [x] Estudante
- [x] Professor
- [x] Questões
- [x] Respostas
- [x] Turmas
- [x] Terminar de definir a API
- [ ] Implementar a API
- [x] Restrições por tipo de usuário
- [x] `GET /status`
- [x] `DELETE /session`
- [x] `GET /me`
- [ ] Rotas pra professor
- [x] `POST /teacher/session`
- [ ] `POST /question`
- [ ] `GET /questions`
- [x] `POST /classroom`
- [x] `GET /classrooms`
- [x] `POST /classrooms/:classroomId/invitations`
- [ ] Rotas pra aluno
- [x] `POST /student/token`
- [x] `POST /student/session`
- [ ] `GET /classroom`
- [x] `GET /ranking`
- [ ] `POST /question/:questionId`
- [ ] `GET /questions`
- [ ] Testes
- [ ] Terminar de definir essa checklist