mirror of
https://github.com/arnaucube/openworktime.git
synced 2026-02-06 19:26:41 +01:00
work traking and stopping functionallity semi implemented
This commit is contained in:
@@ -7,7 +7,16 @@ var projectSchema = new Schema({
|
||||
description: { type: String },
|
||||
icon: { type: String },
|
||||
users: [{ type: String }],
|
||||
chart: { type: String },
|
||||
chart: [{
|
||||
labels: [{ type: String }],
|
||||
series: [{ type: String }],
|
||||
data: [{type: String }]
|
||||
}],
|
||||
workStrikes: [{
|
||||
username: { type: String },
|
||||
start: { type: Date },
|
||||
end: { type: Date }
|
||||
}],
|
||||
dateCreation: { type: Date },
|
||||
github: { type: String },
|
||||
refnum: { type: String }
|
||||
|
||||
Reference in New Issue
Block a user