Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
self_data_technical_doc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
web-et-numerique
Factory
LLLE_Project
self_data_technical_doc
Commits
a6def505
Commit
a6def505
authored
4 years ago
by
HAUTBOIS Aurelie
Browse files
Options
Downloads
Patches
Plain Diff
add exploration doctype
parent
345e782d
No related branches found
No related tags found
No related merge requests found
Pipeline
#10395
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/ecolyo/project_architecture/doctypes.md
+18
-0
18 additions, 0 deletions
docs/ecolyo/project_architecture/doctypes.md
with
18 additions
and
0 deletions
docs/ecolyo/project_architecture/doctypes.md
+
18
−
0
View file @
a6def505
...
...
@@ -425,6 +425,24 @@ This doctype is used to store all quiz.
}
```
## Exploration
### Description
This doctype is used to store all explorations.
### Doctype
**`com.grandlyon.ecolyo.exploration`**
### Structure
| Field | Type | Description |
| ----------- | -------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
\_
id | string | exploration id - respect the format _EXPLORATION00X_ |
| state | UserExplorationState | State of the exploration
<br><br>
UserExplorationState enum
<br>
- _UNLOCKED = 0_
<br>
- _ONGOING = 1_
<br>
- _DONE = 2_ |
| description | string | description of the exploration |
## Duel
### Description
...
...
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