Analisa CMS
Admin CMS for Harian Analisa, a Indonesian news publication. Replaces manual content workflows with a unified dashboard for managing news articles, e-papers, podcasts, advertisements, newsletters, contributor submissions…
This project is a legit production system — the UI is internal/confidential so screenshots aren't available.
Enterprise
1 technologies
Admin CMS for Harian Analisa, a Indonesian news publication. Replaces manual content workflows with a unified dashboard for managing news articles, e-papers, podcasts, advertisements, newsletters, contributor submissions, memberships, and user/admin roles.
Problem
Disparate tools for different content types — news, podcasts, e-papers, ads — required separate management workflows
No centralized role-based access for a multi-contributor editorial team
Manual publishing processes with no audit trail or permission control
Approach
Vue 2 + Vuex SPA with lazy-loaded routes, global axios interceptors for auth (Bearer token), centralized error handling (401 → logout, 500 → error page), and full-page spinner state
Dynamic role-based routing: menu hierarchy fetched from API on login, router guards filter all views per user permissions — no hardcoded nav
Custom Tiptap editor with bold, italic, lists, blockquote, link, image, video, and iframe embedding — built for news article composition
15 domain modules (news, category, epaper, podcast, podcast_category, advertisement, newsletter, membership, contributor, article visitor, page management, media, admin roles, user management) each with index/detail/form views
Shared utilities: reusable table helpers, file uploader, image manager, currency filters, date formatting via moment, notification toast mixin
Impact
Unified editorial workflow across 7+ content channels from a single interface
Granular RBAC eliminated unauthorized access and reduced admin overhead
Custom rich text editor enabled journalists to publish formatted articles without HTML knowledge
Stack
- Vue 2 · Vuex · Vue Router · Axios · CoreUI · Bootstrap 4 · Tiptap 2 · Chart.js · Pusher · VeeValidate · Moment.js · Sass · Jest · Nightwatch