Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 847 Bytes

File metadata and controls

25 lines (20 loc) · 847 Bytes

SkyBlue CMS - TODO

UI Reskin Project

Overview

Complete reskin of both frontend and backend UI. Do these as separate PRs.

Frontend Reskin

  • Thoroughly examine how pages are built before making changes
  • Replace the current template with a modern design
  • Consider using content from https://sketchandbuild.com as sample content
  • Understand the skin/template system in src/webroot/skins/

Backend Admin UI Reskin

  • Replace current admin UI with a clean, standard theme
  • Options to consider:
    • Material Design
    • Bootstrap
  • Keep it simple - does not need to be complex or overly designed
  • Examine admin skin in src/webroot/resources/ui/admin/

Notes

  • Each reskin should be a separate PR
  • Need to understand the template/view system before making changes
  • Frontend and backend use different templating approaches