Refactor: layout

This commit is contained in:
2022-11-03 15:32:22 +01:00
parent fe7d3d98b0
commit dba0ab3e23
8 changed files with 100 additions and 62 deletions

View File

@@ -11,6 +11,12 @@ export class ClosedEndedQuestion {
}
}
export const states = {
new: 'neu',
approved: 'genehmigt',
declined: 'abgelehnt'
}
// Firestore data converter
export const ClosedEndedQuestionConverter = {
toFirestore: (closedEndedQuestion) => {