Forum OpenACS Development: Re: Project Manager Todo List

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
Collapse
Posted by Alex Kroman on
Other things I've been working on

- Percentage Complete for each project. (This is done but I'm still testing to make sure it doesn't increase the execution time too much)

- Revamp the task-revisions and project-revisions pages so that you can quickly see every field that was modified. I am going to implement this by looping over existing fields in the tables so it will show modified fields that you have added manually. For every field that changed I will write a line like:

Project Code: 1234 Changed to: 12345
Work Estimate: 4 hours Changed to: 6 hours