From 2bd0cb518e1eee9be503aea5198889253aa435f7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Jun 2017 13:03:52 +0200 Subject: Project: Remove `Time` field Time spent on a project can be variable from day to day. The time shouldn't be stored on the project, and should no longer be passed in config.toml. Instead it should be a part of `TimeEntry`, which it now is. --- timetask/fields.go | 1 - 1 file changed, 1 deletion(-) (limited to 'timetask') diff --git a/timetask/fields.go b/timetask/fields.go index f535d92..9f7aa99 100644 --- a/timetask/fields.go +++ b/timetask/fields.go @@ -22,7 +22,6 @@ type Project struct { Module int Task int WorkType int `toml:"work_type"` - Time int Billable bool } -- cgit v1.2.3