Added begin_development and begin_test

Added status (changed completed field)
fixed internet status connection.
This commit is contained in:
Paolo Arena
2019-04-02 00:18:01 +02:00
parent cea5dd118a
commit 7cacf5c6ea
40 changed files with 592 additions and 278 deletions

View File

@@ -12,7 +12,7 @@ export interface IProject {
hoursplanned?: number
hoursworked?: number
priority?: number
completed?: boolean
status?: number
created_at?: Date
modify_at?: Date
completed_at?: Date
@@ -23,9 +23,12 @@ export interface IProject {
pos?: number
order?: number
progressCalc?: number
live_url?: string
test_url?: string
begin_development?: Date
begin_test?: Date
}
export interface IParamIProject {
categorySel?: string
checkPending?: boolean