-
Notifications
You must be signed in to change notification settings - Fork 323
Description
Hi,
modification dates can be read from the file system. But the granularity is very low, as it would not be possible to determine when a certain element within the file was actually changed.
BACKGROUND
In some of our projects, people tend to use different sources to modify project management data (some edit the gantt diagram, directly and others update the respective element within a derived list). Although this is “bad practice”, these people can not be stopped from doing so. This leads to an uncertainty concerning the actuality of an element within the GanttProject editor. If GanttProject had a way to track and show the modification date of each single element, conflicts could be solved much easier.
QUESTION
Would it be possible to provide a modification date attribute for each diagram element? In the same way as a task’s id, uid, name, start, … attributes are set behind the scenes? Every time a user changes an element, the modification date (or modification date and time) attribute would have to be updated.