feat: add Section Configure

This commit is contained in:
Moncef Abboud
2023-11-30 19:00:06 +01:00
committed by Kristin Aoki
parent 134b75568a
commit 7286b21f5a
15 changed files with 502 additions and 1 deletions

View File

@@ -41,3 +41,8 @@ export const DivisionSchemes = {
NONE: 'none',
COHORT: 'cohort',
};
export const VisibilityTypes = {
STAFF_ONLY: 'staff_only',
HIDE_AFTER_DUE: 'hide_after_due',
};