On PHProjekt 6 each item -project, todo, timecard entry, etc- will have their own history log. All changes on all fields will be logged since item creation.
On detail panel, when a item is selected, there will be available a history tab where the user will be able to show the changes of the last 30 days -configurable-. The information that will be show on that tab will be the date time of the change, the old value, the field modified and the user who modified the field.
To optimize the original request to server, the content of history tab will be filled only when te user clicks on history tab.
On the tab the user will be able to request all list of history of the item if it needs the complete history.
On configuration file the administrator can enable or disable the history, and setup the number of days to be shown on history tab.
Further the history could be filtered by username and fieldname. Also, on further versions a 'single field' history will be implemented.
On detail panel, when a item is selected, there will be available a history tab where the user will be able to show the changes of the last 30 days -configurable-. The information that will be show on that tab will be the date time of the change, the old value, the field modified and the user who modified the field.
To optimize the original request to server, the content of history tab will be filled only when te user clicks on history tab.
On the tab the user will be able to request all list of history of the item if it needs the complete history.
On configuration file the administrator can enable or disable the history, and setup the number of days to be shown on history tab.
Further the history could be filtered by username and fieldname. Also, on further versions a 'single field' history will be implemented.