Exclude dirs/files/tables as editable table rows #33

Open
opened 2026-06-05 01:26:40 +00:00 by jmiller · 0 comments
Owner

Summary

Replace the textarea-based exclude fields (dirs, files, tables) with a dynamic table UI where each exclusion is an individual row that can be added or removed.

Current

  • Newline-separated textarea for each exclusion type
  • Error-prone, no validation per entry

Proposed

  • Repeatable subform or dynamic table with add/remove buttons
  • Each row is a single path/pattern/table name
  • Easier to manage, especially for long exclusion lists

Exclude Tables

  • Auto-populate with all database tables from the site
  • Checkbox/selection markers beside each table
  • Pre-check tables that are currently excluded
  • Users toggle tables on/off instead of typing names manually
## Summary Replace the textarea-based exclude fields (dirs, files, tables) with a dynamic table UI where each exclusion is an individual row that can be added or removed. ## Current - Newline-separated textarea for each exclusion type - Error-prone, no validation per entry ## Proposed - Repeatable subform or dynamic table with add/remove buttons - Each row is a single path/pattern/table name - Easier to manage, especially for long exclusion lists ## Exclude Tables - Auto-populate with all database tables from the site - Checkbox/selection markers beside each table - Pre-check tables that are currently excluded - Users toggle tables on/off instead of typing names manually
Sign in to join this conversation.
No labels
Type Bug
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomBackup#33