tractatus/public/js/admin
TheFlow e83f8e9883 feat(admin): add publish/unpublish workflow UI to dashboard
SUMMARY:
Implemented admin UI for document publishing workflow, enabling admins
to publish internal documents to public visibility with category selection
and unpublish documents with audit trail reasoning.

CHANGES:

1. Enhanced Document List View (loadDocuments):
   - Added visibility badges (public/internal/confidential/archived)
   - Added workflow status badges (draft/review/published)
   - Added conditional Publish button (internal + not published)
   - Added conditional Unpublish button (public + published)
   - Improved layout with category display

2. Publish Modal (openPublishModal):
   - Category selection dropdown (7 categories)
   - Display order input (optional)
   - Form validation (category required)
   - Integration with POST /api/documents/:id/publish

3. Unpublish Modal (openUnpublishModal):
   - Required reason textarea (audit trail)
   - Document context display (title, visibility, category)
   - Integration with POST /api/documents/:id/unpublish

4. Badge Helper Functions:
   - getVisibilityBadge(visibility) - colored badges
   - getStatusBadge(status) - workflow state badges

5. Event Delegation:
   - Added openPublishModal, closePublishModal handlers
   - Added openUnpublishModal, closeUnpublishModal handlers

INTEGRATION:
✓ Uses existing API endpoints (tested syntax)
✓ CSP compliant (no inline styles/handlers)
✓ Follows event delegation pattern
✓ Proper form validation and error handling

TESTING:
✓ JavaScript syntax validated (node -c)
✓ CSP compliance verified (0 violations)
✓ Server accessibility confirmed (HTTP 200)

NEXT STEPS (Optional):
- Create dedicated drafts dashboard page (from SCHEDULED_TASKS.md)
- Add bulk publish operations
- Implement review workflow state transitions

FRAMEWORK COMPLIANCE:
Addresses SCHEDULED_TASKS.md item "Admin UI for Publish Workflow"
Maintains CSP compliance (inst_008)

🤖 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 13:42:47 +13:00
..
audit-analytics.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
auth-check.js fix(csp): achieve 100% CSP compliance - zero violations 2025-10-19 13:32:24 +13:00
blog-curation.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
case-moderation.js feat: add case submission portal admin interface and i18n support 2025-10-16 14:50:47 +13:00
claude-md-migrator.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
dashboard.js feat(admin): add publish/unpublish workflow UI to dashboard 2025-10-19 13:42:47 +13:00
hooks-dashboard.js chore: update dependencies and documentation 2025-10-19 12:48:37 +13:00
login.js feat: add admin dashboard & API reference documentation 2025-10-07 12:27:38 +13:00
media-triage.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
newsletter-management.js chore: update dependencies and documentation 2025-10-19 12:48:37 +13:00
project-editor.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
project-manager.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
project-selector.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
rule-editor.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00
rule-manager.js feat(csp): add event delegation for all admin interactions 2025-10-19 13:36:53 +13:00