Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-react
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
YAPEX
frontend-react
Commits
94ef50df
Commit
94ef50df
authored
1 month ago
by
Janis Daniel Dähne
Browse files
Options
Downloads
Patches
Plain Diff
- fixed typo, added comments
parent
e5b5cd39
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/types/exerciseRelease.ts
+7
-1
7 additions, 1 deletion
src/types/exerciseRelease.ts
with
7 additions
and
1 deletion
src/types/exerciseRelease.ts
+
7
−
1
View file @
94ef50df
...
...
@@ -19,6 +19,7 @@ export interface ExerciseReleaseBase {
readonly
isReleased
:
boolean
/**
* the generated code
* (not needed when creating)
*/
readonly
generatedCode
:
string
...
...
@@ -31,6 +32,7 @@ export interface ExerciseReleaseBase {
readonly
availableWorkingTimeInMinutes
:
number
|
null
/**
* true: is visible to all after the release
* (no release code needed)
*/
readonly
isVisibleToAllAfterRelease
:
boolean
/**
...
...
@@ -53,22 +55,25 @@ export interface ExerciseReleaseBase {
/**
* true: automatic assessment has started, false: not
* (not needed when creating)
*/
readonly
hasAutomaticAssessmentStarted
:
boolean
/**
* true: automatic assessment has finished, false: not
* (not needed when creating)
*/
readonly
hasAutomaticAssessmentFinished
:
boolean
/**
* true: some error occurred in the last automatic assessment (after the first error all other assessments are skipped),
* false: everything ok
* (not needed when creating)
*/
readonly
hadAutomaticAssessmentErrors
:
boolean
/**
* the plang t
o
user can use
* the plang t
he
user can use
*/
readonly
pLangId
:
number
...
...
@@ -85,6 +90,7 @@ export interface ExerciseReleaseBase {
* the date time when the release as actually released (usefully when manually released)
*
* only set when we got the release from server and it was released...
* (not needed when creating)
*/
readonly
releasedAt
:
Moment
|
null
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment