fga-eps-mds / 2020.2-Anunbis

Aplicação que auxilia na avaliação de professores e disciplinas da UnB. Anunbis: https://anunbis-frontend.herokuapp.com/. Anunbis-API: http://anunbis-backend.herokuapp.com/
https://fga-eps-mds.github.io/2020.2-Anunbis/
GNU General Public License v3.0
5 stars 11 forks source link

#204 Documentação da API #217

Closed Balbinoo closed 3 years ago

Balbinoo commented 3 years ago

Descrição

Para melhor apresentar o back end, era necessário a criação de uma página com a função de apresentar seus métodos.

Resolve (Issues)

204

Como Testar

Capturas de Tela (se apropriado):

Imagem1: image Imagem2: image

Tarefas gerais realizadas

Documentar métodos do back end

codecov-commenter commented 3 years ago

Codecov Report

Merging #217 (d1ad04d) into develop (df77a06) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #217      +/-   ##
===========================================
+ Coverage    99.78%   99.79%   +0.01%     
===========================================
  Files           39       46       +7     
  Lines          932      988      +56     
===========================================
+ Hits           930      986      +56     
  Misses           2        2              
Impacted Files Coverage Δ
app/app.py 100.00% <100.00%> (ø)
app/config.py 100.00% <100.00%> (ø)
app/controller/__init__.py 100.00% <100.00%> (ø)
app/controller/auth_resources.py 100.00% <100.00%> (ø)
app/controller/course_resources.py 100.00% <100.00%> (ø)
app/controller/post_resources.py 100.00% <100.00%> (ø)
app/controller/professor_resources.py 100.00% <100.00%> (ø)
app/controller/report_resources.py 100.00% <100.00%> (ø)
app/controller/student_resources.py 100.00% <100.00%> (ø)
app/docs/__init__.py 100.00% <100.00%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eacb2eb...d1ad04d. Read the comment docs.

thiagohdaqw commented 3 years ago

Acho que seria interessante colocar o atributo didactic como default no método post em /anunbis/api/post, mas de resto tudo certo. Bom trabalho galera!

feito