Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCODOC_R6A06
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Milleville
SCODOC_R6A06
Commits
9e1493fb
Commit
9e1493fb
authored
1 year ago
by
Emmanuel Viennet
Browse files
Options
Downloads
Patches
Plain Diff
Ajout cursus ingénieur 6 semestres sans compensation ni barres
parent
e25ec334
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/scodoc/codes_cursus.py
+16
-0
16 additions, 0 deletions
app/scodoc/codes_cursus.py
with
16 additions
and
0 deletions
app/scodoc/codes_cursus.py
+
16
−
0
View file @
9e1493fb
...
...
@@ -62,6 +62,7 @@ class CodesCursus(enum.IntEnum):
MasterUCAC2
=
502
MonoUCAC
=
503
GEN_6_SEM
=
600
INGE_6_SEM
=
610
BUT
=
700
ISCID6
=
1001
ISCID4
=
1002
...
...
@@ -757,6 +758,21 @@ class Cursus6Sem(TypeCursus):
register_cursus
(
Cursus6Sem
())
class
CursusIngenieur6Sem
(
Cursus6Sem
):
"""
Cursus type ingénieur en 3 ans (6 semestres).
Pas de barres d
'
UE ni de compensation.
"""
TYPE_CURSUS
=
CodesCursus
.
INGE_6_SEM
NAME
=
"
Formation ingénieur en 6 semestres
"
BARRE_UE_DEFAULT
=
10
BARRE_UE_DISPLAY_WARNING
=
10.0
# pas de traitement spécial entre 8 et 10
COMPENSATION_UE
=
False
register_cursus
(
CursusIngenieur6Sem
())
# # En cours d'implémentation:
# class CursusLicenceLMD(TypeCursus):
# """Licence standard en 6 semestres dans le LMD"""
...
...
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