Is your feature request related to a problem? Please describe.
:enable-autosave is set true in config.edn. That means every update the applicant makes to an application form (i.e. any edit of any field in the form) gets recorded to the event log. That makes reading the event log difficult in the UI, and hard to identify the important event types such as created, submitted, rejected, approved amid the blizzard of updated events.
Describe the solution you'd like
This can be mitigated by setting :enable-save-compaction true so that multiple edits in the same session get recorded as a single event history entry, as documented here
Describe alternatives you've considered
NA
Additional context

Is your feature request related to a problem? Please describe.
:enable-autosaveis settruein config.edn. That means every update the applicant makes to an application form (i.e. any edit of any field in the form) gets recorded to the event log. That makes reading the event log difficult in the UI, and hard to identify the important event types such ascreated,submitted,rejected,approvedamid the blizzard ofupdatedevents.Describe the solution you'd like
This can be mitigated by setting
:enable-save-compaction trueso that multiple edits in the same session get recorded as a single event history entry, as documented hereDescribe alternatives you've considered
NA
Additional context