feat(status): Refactor project and video status management with centralized configuration and update related controllers and routes
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 9s
All checks were successful
SSH Backend Deploy / ssh-deploy (push) Successful in 9s
This commit is contained in:
@@ -153,12 +153,18 @@ module.exports = {
|
||||
samples: path.join(process.cwd(), 'sample')
|
||||
},
|
||||
|
||||
// Statuts pour les projets et vidéos
|
||||
status: {
|
||||
waiting: 0,
|
||||
// Statuts pour les projets
|
||||
projectStatus: {
|
||||
brouillon: 0,
|
||||
capturing: 1,
|
||||
idle: 2,
|
||||
},
|
||||
|
||||
// Statuts pour les vidéos
|
||||
videoStatus: {
|
||||
rendering: 0,
|
||||
completed: 1,
|
||||
failed: 2,
|
||||
inProgress: 3
|
||||
error: 2
|
||||
},
|
||||
|
||||
// Paramètres par défaut pour la caméra
|
||||
|
||||
Reference in New Issue
Block a user