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
cd2f7c72
Commit
cd2f7c72
authored
Jun 27, 2018
by
Gabriel Macena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Adiciona e corrige rotas de Phases
parent
3e502abd
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
186 additions
and
269 deletions
+186
-269
Competition.Adm.API.yaml
Api/Competition.Adm.API.yaml
+159
-259
schemas.yaml
Api/components/schemas.yaml
+5
-2
Phase.yaml
Api/components/schemas/Phase.yaml
+22
-8
No files found.
Api/Competition.Adm.API.yaml
View file @
cd2f7c72
This diff is collapsed.
Click to expand it.
Api/components/schemas.yaml
View file @
cd2f7c72
...
...
@@ -105,16 +105,19 @@ MinimumPerformance:
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/MinimumPerformance
ClassificationRule
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/Classification
Rule
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/Classification
Strategy
EvaluationRule
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/Evaluation
Rule
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/Evaluation
Formula
TieBreakCriteria
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/TieBreakCriteria
Rank
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/Rank
Ranking
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Phase.yaml/#/Ranking
Subscription
:
$ref
:
>-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Subscription.yaml/#/Subscription
...
...
Api/components/schemas/Phase.yaml
View file @
cd2f7c72
...
...
@@ -84,7 +84,7 @@ BestRanked:
-
tieBreakCriterias
-
number
allOf
:
-
$ref
:
'
#/Classification
Rule
'
-
$ref
:
'
#/Classification
Strategy
'
-
type
:
object
properties
:
number
:
...
...
@@ -97,12 +97,12 @@ MinimumPerformance:
required
:
-
cutOffMark
allOf
:
-
$ref
:
'
#/Classification
Rule
'
-
$ref
:
'
#/Classification
Strategy
'
-
type
:
object
properties
:
cutOffMark
:
type
:
number
Classification
Rule
:
Classification
Strategy
:
required
:
-
type
properties
:
...
...
@@ -118,7 +118,7 @@ ClassificationRule:
mapping
:
BEST_RANKED
:
'
#/BestRanked'
MINIMUM_PERFORMANCE
:
'
#/MinimumPerformance'
Evaluation
Rule
:
Evaluation
Formula
:
required
:
-
expression
properties
:
...
...
@@ -143,10 +143,10 @@ Rank:
properties
:
timestamp
:
type
:
integer
classification
Rule
:
$ref
:
'
#/Classification
Rule
'
evaluationRule
:
$ref
:
'
#/Evaluation
Rule
'
classification
Strategy
:
$ref
:
'
#/Classification
Strategy
'
EvaluationFormula
:
$ref
:
'
#/Evaluation
Formula
'
position
:
type
:
integer
grade
:
...
...
@@ -160,3 +160,17 @@ Rank:
type
:
array
items
:
$ref
:
'
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Submission.yaml/#/AssessmentSubmissionEvaluation'
Ranking
:
required
:
-
timestamp
properties
:
id
:
type
:
integer
ranks
:
type
:
array
items
:
$ref
:
'
#/Rank'
timestamp
:
type
:
integer
\ No newline at end of file
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