Release 0.37
Compliance & Checklists
Compliance & Checklists - 1 item delivered in v0.37
What Was Delivered
- Automatically record when an Assessment has commenced.
- Create a new Datetime field called Project.assessmentCommencementDate.
- Create a javascript event that is triggered when the very first checklist item is opened for a project. This trigger will do a POST request to an endpoint passing the Project.id.
- If a Project.assessmentCommencementDate is already present, then it should not update it.
- If a Project.assessmentCOmmencementDate is empty, then:
- Update the Project.assessmentCOmmencementDate to the current date and time.
- Set the status of Project.status to Assessment Commenced
Impact
Enhanced compliance tracking and checklist management, supporting quality assurance and regulatory requirements.