You are using a pre-release version of accountaviz.com.
As I add/modify functionality I will add a date and time and notes here.
1/26/2024 - Fixed the due date/start date/start time not displaying in task edit in desktop browsers.
Added more detailed comments to the worker service.
1/27/2024
-
Fixed bug that prevented repetative task from having the same start date as end date.
-
Fixed bug that prevented the validation messages from create and edit task from propogating to the client.
-
Added more descriptive comments in notifications and comments from the escalation worker.
1/28/2024
- Fixed Create Personnel Type not saving
- Fixed Delete Personnel Type layout
- Changed escalation worker cloned task created time to now instead of original task creation time.
- Added change tracking for all changes to tasks by the user.
1/30/2024
- Made tast list task disabled on task list page.
- Added task type and task status to task list page.
2/1/2024
-
Extended change tracking comments on Task Edit page to include all task properties. Cleaned up the format
-
Split task navigation menu out into open and closed tasks
-
Added ability to clone open or closed tasks
2/27/2024
- Implemented a new variation of the old "TaskList" and moved the functionality to Shift.
Now, when you create a shift and configure it (personnel, tasks, notifications, escalations, it functions as a template.
Each day, the worker service will take all of your templates for that day and build actual checklists from them.
It will configure the checklist exactly how the shift is configured at the time the worker runs.
Once the checklists are created, folks assigned to them will see them in their task feed.
Those who have edit rights for checklist will be able to modify them. Changes made affect only the live
checklist, never the parent Shift Template it was created from.
- Updated the Personnel Dashboard to load only checklist with open tasks that the logged in user is assigned to by default