cms-laravel icon indicating copy to clipboard operation
cms-laravel copied to clipboard

Content Drafts and Autosave

Open AArchange opened this issue 1 year ago • 1 comments

Description: Allow users to save content as drafts with an autosave feature to prevent data loss.

Tasks: Develop a draft-saving mechanism in the content creation interface. Implement an autosave feature using Livewire 3 for real-time data saving. Provide a "Save as Draft" and "Publish" button. Acceptance Criteria: Users can save content as drafts and revisit them later. Autosave occurs automatically at regular intervals, preserving content progress.

AArchange avatar Aug 08 '24 18:08 AArchange