Hourglass improved + projects delete
This commit is contained in:
@@ -105,12 +105,13 @@ class Queries{
|
||||
}
|
||||
|
||||
class Project{
|
||||
Project(this.name, this.category, this.steps, this.deadline,{this.cat});
|
||||
Project(this.name, this.category, this.steps,this.eta, this.deadline,{this.cat});
|
||||
|
||||
String name;
|
||||
String category;
|
||||
Category? cat;
|
||||
List<ProjectStep> steps;
|
||||
int? eta;
|
||||
DateTime deadline;
|
||||
|
||||
static String colName = "name";
|
||||
|
||||
Reference in New Issue
Block a user