Summary page done
This commit is contained in:
@@ -31,15 +31,17 @@ class TaskType{
|
||||
|
||||
class Activity{
|
||||
|
||||
Activity(this.taskType, this.startTime, this.endTime);
|
||||
Activity(this.taskType, this.startTime, this.endTime, {this.metadata});
|
||||
|
||||
TaskType taskType;
|
||||
DateTime startTime;
|
||||
DateTime endTime;
|
||||
String? metadata;
|
||||
|
||||
static String colType = "type";
|
||||
static String colStartTime = "s_time";
|
||||
static String colEndTime = "e_time";
|
||||
static String colMetadata= "metadata";
|
||||
}
|
||||
|
||||
class InitialData{
|
||||
|
||||
Reference in New Issue
Block a user