feat: visual post calendar admin view (#160) #198

Merged
jmiller merged 1 commits from feature/160-visual-calendar into dev 2026-06-28 16:50:04 +00:00
Owner

Summary

  • Calendar HtmlView: Monthly grid admin view showing cross-post activity by day
  • CalendarModel: Queries posts joined with services and content, grouped by date using COALESCE(scheduled_at, posted_at, created)
  • Calendar template: Server-side rendered month grid (Mon-Sun) with color-coded status badges (green=posted, yellow=queued, red=failed), today highlighting, prev/next month navigation
  • Submenu: Calendar link added to admin sidebar navigation

Test plan

  • Navigate to Components > MokoSuiteCross > Calendar
  • Verify current month displays with today highlighted
  • Verify posts show as colored badges on correct dates
  • Test prev/next month navigation
  • Verify empty days display correctly
  • Check submenu Calendar link is active when on calendar view

Closes #160

## Summary - **Calendar HtmlView**: Monthly grid admin view showing cross-post activity by day - **CalendarModel**: Queries posts joined with services and content, grouped by date using COALESCE(scheduled_at, posted_at, created) - **Calendar template**: Server-side rendered month grid (Mon-Sun) with color-coded status badges (green=posted, yellow=queued, red=failed), today highlighting, prev/next month navigation - **Submenu**: Calendar link added to admin sidebar navigation ## Test plan - [ ] Navigate to Components > MokoSuiteCross > Calendar - [ ] Verify current month displays with today highlighted - [ ] Verify posts show as colored badges on correct dates - [ ] Test prev/next month navigation - [ ] Verify empty days display correctly - [ ] Check submenu Calendar link is active when on calendar view Closes #160
jmiller force-pushed feature/160-visual-calendar from 5d2dac8770 to b03c7c6ba7 2026-06-28 16:43:09 +00:00 Compare
jmiller force-pushed feature/160-visual-calendar from b03c7c6ba7 to a393a18a26 2026-06-28 16:47:27 +00:00 Compare
jmiller added 1 commit 2026-06-28 16:49:55 +00:00
feat: add visual post calendar admin view (#160)
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Universal: PR Check / Secret Scan (pull_request) Successful in 4s
Universal: PR Check / Validate PR (pull_request) Failing after 3s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Auto Version Bump / Version Bump (push) Successful in 8s
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 28s
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
b6202a6a40
Add a monthly calendar grid view to the admin component showing
scheduled, queued, and posted cross-posts with color-coded status
badges. Includes month-by-month navigation and today highlighting.

New files:
- CalendarController, CalendarModel, Calendar HtmlView, calendar template

Modified files:
- MokoSuiteCrossHelper: added Calendar to submenu
- Language file: added calendar strings
- CHANGELOG.md: documented new feature

Authored-by: Moko Consulting
jmiller force-pushed feature/160-visual-calendar from ab388a181b to b6202a6a40 2026-06-28 16:49:55 +00:00 Compare
jmiller merged commit 4785a1f5b4 into dev 2026-06-28 16:50:04 +00:00
jmiller deleted branch feature/160-visual-calendar 2026-06-28 16:50:04 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteCross#198