Skip to content
Snippets Groups Projects
Commit efff72d5 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Update statuses and actions

parent 541949e7
No related branches found
No related tags found
2 merge requests!993Draft: Notif,!983feat(dashboard) : create dashboard !
......@@ -33,8 +33,8 @@ export interface IOrientation {
structureMail: string;
structurePhone: string;
};
status: 'pending' | 'acknowledged' | 'completed' | 'uncompleted' | 'expired';
action: 'defineRdv' | 'rdvTaken' | 'visit' | 'rdvDone';
status: 'pending' | 'acknowledged' | 'waiting' | 'completed' | 'uncompleted' | 'expired';
action: 'defineRdv' | 'rdvTaken' | 'visit' | 'rdvDone' | 'closeRdv';
modifiedBy?: string;
appointmentDate?: string;
processingComment?: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment