Added SignWeeklyReport function and 2 corresponding test, also small change to WeeklyReport.go
This commit is contained in:
parent
e03727613d
commit
37bbbb6098
3 changed files with 160 additions and 1 deletions
|
@ -41,4 +41,6 @@ type WeeklyReport struct {
|
|||
StudyTime int `json:"studyTime" db:"study_time"`
|
||||
// Total time spent on testing
|
||||
TestingTime int `json:"testingTime" db:"testing_time"`
|
||||
// The project manager who signed it
|
||||
SignedBy *int `json:"signedBy" db:"signed_by"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue