1
0

feat(kanban): add setting for default bucket

This commit is contained in:
kolaente
2023-09-03 16:08:21 +02:00
parent 3373b5fc45
commit c803020537
5 changed files with 39 additions and 16 deletions

View File

@ -24,6 +24,7 @@ export default class ProjectModel extends AbstractModel<IProject> implements IPr
backgroundBlurHash = ''
parentProjectId = 0
doneBucketId = 0
defaultBucketId = 0
created: Date = null
updated: Date = null