Closed blole closed 6 months ago
The recent updates involve enhancing the GroupForm
component by integrating a new DateTimeInput
component and adding date inputs for tracking creation, updates, and deletions. Additionally, the Group
model now includes a deleted_at
attribute to manage deletion timestamps. These changes improve data handling and user interface consistency, especially in managing group lifecycle events.
File Path | Change Summary |
---|---|
.../Components/GroupForm.js |
Added DateTimeInput , reorganized components, updated conditional rendering for delete button. |
.../Models/Group.js |
Added deleted_at attribute to track deletion time. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Render the timestamp of when a member group was created/updated/deleted