-
Notifications
You must be signed in to change notification settings - Fork 2
API: Defense
João Ferreira edited this page Jun 24, 2019
·
8 revisions
Defesa de TCC.
Nome | Tipo | Descrição |
---|---|---|
id | Number | Identificador |
course | 'cbcc','cbsi' | Curso do aluno |
registrationNumbers | String | Matrículas separadas por vírgula |
students | String | Nomes dos estudantes separados por vírgula |
local | String | Locação da defesa |
date | Date | Data (optional) |
time | Time | Hora (optional) |
title | String | Título da defesa |
keywords | String | Palavras-chave separadas por vírgula |
summary | String (Text) | Sumário (optional) |
advisorName | String | Nome do orientador |
advisorTitle | 'doctor', 'master', 'other' | Título do orientador |
advisorType | 'internal', 'external' | Se ele é da FACOMP ou não |
coAdvisorName | String | Nome do co-orientador (optional) |
coAdvisorTitle | 'doctor', 'master', 'other' | Título do co-orientador (optional) |
coAdvisorType | 'internal', 'external' | Se ele é da FACOMP ou não (optional) |
evaluator1Name | String | Nome do avaliador 1 |
evaluator1Title | 'doctor', 'master', 'other' | Título do avaliador 1 |
evaluator1Type | 'internal', 'external' | Se ele é da FACOMP ou não |
evaluator2Name | String | Nome do avaliador 2 |
evaluator2Title | 'doctor', 'master', 'other' | Título do avaliador 2 |
evaluator3Type | 'internal', 'external' | Se ele é da FACOMP ou não |
evaluator3Name | String | Nome do avaliador 3 (optional) |
evaluator3Title | 'doctor', 'master', 'other' | Título do avaliador 3 (optional) |
evaluator3Type | 'internal', 'external' | Se ele é da FACOMP ou não (optional) |