feat: Snapshot detail view — view records inside a snapshot #104

Closed
opened 2026-06-23 15:48:57 +00:00 by jmiller · 0 comments
Owner

Summary

Add a detail view for individual snapshots showing the content inside — article titles, category tree, module list — similar to the backup detail view.

Implementation

  • Click snapshot row → opens detail view (or modal)
  • Shows: description, created date, content types, data size
  • Tabs or sections for each content type:
    • Articles: table with ID, title, state, category, created date
    • Categories: tree/list showing hierarchy
    • Modules: table with ID, title, module type, position, published
  • "Browse" button already exists for articles — extend to show all content types

Files

  • src/View/Snapshot/HtmlView.php (new or extend existing)
  • tmpl/snapshot/default.php (new detail template)
  • Or extend the existing browse modal to show all types
## Summary Add a detail view for individual snapshots showing the content inside — article titles, category tree, module list — similar to the backup detail view. ## Implementation - Click snapshot row → opens detail view (or modal) - Shows: description, created date, content types, data size - Tabs or sections for each content type: - **Articles**: table with ID, title, state, category, created date - **Categories**: tree/list showing hierarchy - **Modules**: table with ID, title, module type, position, published - "Browse" button already exists for articles — extend to show all content types ## Files - `src/View/Snapshot/HtmlView.php` (new or extend existing) - `tmpl/snapshot/default.php` (new detail template) - Or extend the existing browse modal to show all types
jmiller added the component: admin label 2026-06-23 15:48:57 +00:00
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#104