feat(tasks): add archived status support in API and schema
This commit is contained in:
@@ -19,7 +19,7 @@ const router = express.Router();
|
||||
// --------------------------------------------------------
|
||||
|
||||
const VALID_PRIORITIES = ['none', 'low', 'medium', 'high', 'urgent'];
|
||||
const VALID_STATUSES = ['open', 'in_progress', 'done'];
|
||||
const VALID_STATUSES = ['open', 'in_progress', 'done', 'archived'];
|
||||
const VALID_CATEGORIES = ['household', 'school', 'shopping', 'repair',
|
||||
'health', 'finance', 'leisure', 'misc'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user