Project e Todos sistemati...

aggiunti Gruppi
This commit is contained in:
Paolo Arena
2021-02-03 01:32:56 +01:00
parent d02044ae17
commit 7d0b3fb26f
40 changed files with 1487 additions and 767 deletions

View File

@@ -12,7 +12,6 @@ export interface ITodo {
completed_at?: Date,
expiring_at?: Date,
enableExpiring?: boolean,
id_prev?: string,
modified?: boolean,
pos?: number,
order?: number,
@@ -25,6 +24,7 @@ export interface ITodo {
start_date?: Date
themecolor?: string
themebgcolor?: string
assignedToUsers?: string[]
}
export interface IParamTodo {