Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Competify
Docs
Commits
47fae602
Commit
47fae602
authored
Jun 29, 2018
by
Isaac Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Refatoração de relações do schema do módulo de Phase
parent
57fff5cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
Phase.yaml
Api/components/schemas/Phase.yaml
+13
-10
No files found.
Api/components/schemas/Phase.yaml
View file @
47fae602
...
...
@@ -25,14 +25,16 @@ Competition:
token
:
type
:
string
exams
:
type
:
array
s
type
:
array
items
:
$ref
:
'
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Exam.yaml/#/Exam'
type
:
integer
Phase
:
required
:
-
label
-
type
properties
:
id
:
type
:
integer
label
:
type
:
string
previous
:
...
...
@@ -41,20 +43,22 @@ Phase:
type
:
integer
status
:
type
:
integer
id
:
type
:
integer
events
:
type
:
array
items
:
$ref
:
'
#/PhaseEvent'
type
:
integer
classificationStrategy
:
$ref
:
'
#/ClassificationStrategy'
formula
:
type
:
string
assessments
:
type
:
array
s
type
:
array
items
:
$ref
:
'
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Assessment.yaml/#/Assessment'
type
:
integer
participations
:
type
:
array
items
:
$ref
:
'
#/PhaseParticipation'
type
:
integer
PhaseEvent
:
required
:
-
type
...
...
@@ -159,8 +163,7 @@ Rank:
evaluations
:
type
:
array
items
:
$ref
:
'
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Submission.yaml/#/AssessmentSubmissionEvaluation'
type
:
integer
Ranking
:
required
:
-
timestamp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment