[FEATURE] Bulk Chapter Upload with Scheduling #61

Closed
opened 2024-10-31 21:13:35 +08:00 by Nabeelshar · 6 comments
Nabeelshar commented 2024-10-31 21:13:35 +08:00 (Migrated from github.com)

Feature Request: Bulk Chapter Upload with Scheduling

Summary

Add functionality to allow authors to bulk upload multiple chapters and schedule their publication dates in advance.

Motivation

Many authors want to:

  • Prepare content in advance
  • Maintain a consistent publishing schedule
  • Reduce manual work of individual chapter uploads
  • Plan content release strategically

Proposed Feature Details

Bulk Upload Capabilities

  • Ability to upload multiple chapters for a single story simultaneously
  • Support for various file formats (e.g., .txt, .docx, .md)
  • Bulk file selection through:
    • File browser upload
    • Drag and drop interface
    • Option to import from cloud storage (Google Drive, Dropbox)

Scheduling Functionality

  • Set individual publication dates for each uploaded chapter
  • Options for:
    • Specific date and time
    • Recurring schedules (e.g., every Sunday at 8 PM)
    • Relative scheduling (e.g., 1 week after previous chapter)
# Feature Request: Bulk Chapter Upload with Scheduling ## Summary Add functionality to allow authors to bulk upload multiple chapters and schedule their publication dates in advance. ## Motivation Many authors want to: - Prepare content in advance - Maintain a consistent publishing schedule - Reduce manual work of individual chapter uploads - Plan content release strategically ## Proposed Feature Details ### Bulk Upload Capabilities - [ ] Ability to upload multiple chapters for a single story simultaneously - [ ] Support for various file formats (e.g., .txt, .docx, .md) - [ ] Bulk file selection through: - File browser upload - Drag and drop interface - Option to import from cloud storage (Google Drive, Dropbox) ### Scheduling Functionality - [ ] Set individual publication dates for each uploaded chapter - [ ] Options for: - Specific date and time - Recurring schedules (e.g., every Sunday at 8 PM) - Relative scheduling (e.g., 1 week after previous chapter)
Tetrakern commented 2024-11-01 00:42:30 +08:00 (Migrated from github.com)

Sorry, this is too much.

Sorry, this is too much.
Nabeelshar commented 2024-11-01 01:32:41 +08:00 (Migrated from github.com)
I created it as plugin https://github.com/Nabeelshar/Fictioneer-bulk-upload
Tetrakern commented 2024-11-01 01:56:13 +08:00 (Migrated from github.com)

Okay, but why open an issue in that case? I'll take a look at it.

Okay, but why open an issue in that case? I'll take a look at it.
Nabeelshar commented 2024-11-01 01:58:12 +08:00 (Migrated from github.com)

actually I want this feature so I open an issue then start working by myself and endup successfully building it

actually I want this feature so I open an issue then start working by myself and endup successfully building it
Tetrakern commented 2024-11-01 02:08:17 +08:00 (Migrated from github.com)

I see. Well, doing this for plain TXT files is manageable, but DOCX and everything else is going to be a pain. Good you made it a plugin, because you may end up needing packages for this. I recommend adding prefixes to your functions, though, lest you risk collisions.

I see. Well, doing this for plain TXT files is manageable, but DOCX and everything else is going to be a pain. Good you made it a plugin, because you may end up needing packages for this. I recommend adding prefixes to your functions, though, lest you risk collisions.
Nabeelshar commented 2024-11-01 02:34:18 +08:00 (Migrated from github.com)

wordpress doesn't like docx etc so i wouldn't change from txt files user have to convert to it, will add your recommendations .

wordpress doesn't like docx etc so i wouldn't change from txt files user have to convert to it, will add your recommendations .
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: malhuda/fictioneer#61
No description provided.