Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
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
Resin
Client
Commits
80db63d2
Commit
80db63d2
authored
1 week ago
by
Marlène SIMONDANT
Browse files
Options
Downloads
Patches
Plain Diff
Update enum and interface after refining
parent
4a46b1c2
No related branches found
No related tags found
1 merge request
!983
feat(dashboard) : create dashboard !
Pipeline
#124223
passed
1 week ago
Stage: build
Stage: deploy
Stage: quality
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/form/orientation-form-view/interfaces/orientation.interface.ts
+2
-2
2 additions, 2 deletions
...orientation-form-view/interfaces/orientation.interface.ts
src/app/profile/dashboard/orientation.enum.ts
+21
-16
21 additions, 16 deletions
src/app/profile/dashboard/orientation.enum.ts
with
23 additions
and
18 deletions
src/app/form/orientation-form-view/interfaces/orientation.interface.ts
+
2
−
2
View file @
80db63d2
...
...
@@ -33,8 +33,8 @@ export interface IOrientation {
structureMail
:
string
;
structurePhone
:
string
;
};
status
:
'
new
'
|
'
acknowledged
'
|
'
waiting
'
|
'
completed
'
|
'
uncompleted
'
|
'
expired
'
;
action
:
'
defineRdv
'
|
'
rdvTak
en
'
|
'
visit
'
|
'
rdvDone
'
|
'
closeR
dv
'
;
status
:
'
new
'
|
'
waiting
'
|
'
appointmentBooked
'
|
'
appointmentDatePassed
'
|
'
completed
'
|
'
uncompleted
'
|
'
expired
'
;
action
:
'
acknowledged
'
|
'
defineAppointm
en
t
'
|
'
waitAppointment
'
|
'
waitVisit
'
|
'
closeR
DV
'
;
modifiedBy
?:
string
;
appointmentDate
?:
string
;
processingComment
?:
string
;
...
...
This diff is collapsed.
Click to expand it.
src/app/profile/dashboard/orientation.enum.ts
+
21
−
16
View file @
80db63d2
...
...
@@ -4,16 +4,21 @@ export const Status = {
color
:
'
dark-blue
'
,
icon
:
'
new
'
,
},
acknowledged
:
{
label
:
'
A traiter
'
,
color
:
'
blue
'
,
icon
:
'
eye
'
,
},
waiting
:
{
label
:
'
En attente
'
,
color
:
'
blue
'
,
icon
:
'
eye
'
,
},
appointmentBooked
:
{
label
:
'
RDV pris
'
,
color
:
'
light-green
'
,
icon
:
'
calendarGreen
'
,
},
appointmentDatePassed
:
{
label
:
'
RDV passé
'
,
color
:
'
grey
'
,
icon
:
'
rdvDone
'
,
},
completed
:
{
label
:
'
Terminé
'
,
color
:
'
light-green
'
,
...
...
@@ -33,25 +38,25 @@ export const Status = {
export
type
StatusKey
=
keyof
typeof
Status
;
export
const
Action
=
{
defineRdv
:
{
acknowledged
:
{
label
:
'
Accuser réception
'
,
color
:
'
dark-blue
'
,
icon
:
'
new
'
,
},
defineAppointment
:
{
label
:
'
Définir le RDV
'
,
color
:
'
blue
'
,
icon
:
'
calendar
'
,
},
rdvTaken
:
{
label
:
'
RDV pris
'
,
color
:
'
light-green
'
,
icon
:
'
calendarGreen
'
,
},
visit
:
{
label
:
'
Visite proposée
'
,
waitAppointment
:
{
label
:
'
Attendre le RDV
'
,
color
:
'
grey
'
,
icon
:
'
pedestrian
'
,
},
rdvDone
:
{
label
:
'
RDV terminé
'
,
waitVisit
:
{
label
:
'
Attendre la visite
'
,
color
:
'
grey
'
,
icon
:
'
rdvDone
'
,
icon
:
'
pedestrian
'
,
},
closeRDV
:
{
label
:
'
Clôturer le RDV
'
,
...
...
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