Original Submission In our current project management system we have field "activity type" on time entry, because we want to know how much time our team spend on different types of activity.
We want to migrate to Tuleap with all the data, so already started to implement this feature.
This will be implemented as:
- new timetracking plugin admin page to see and edit list of activity types + checkbox "Activity type is mandatory" (default: off)
- new column "activity type" for times table in artifact. Hidden if there are no activity types
- new field "activity type" as select in create/update time form. Hidden if there are no activity types. Required to fill only if option "Activity type is mandatory" is set to "on"
It would be completely optional feature and won't affect any users until they create activity types.
Technically it will be modification of timetracking plugin, because it can't implemented other way at least as we can see it.