Skip to content
/ cms Public

Just a personal project to pass the time and improve my learning

Notifications You must be signed in to change notification settings

PhatKoala/cms

Repository files navigation

Things to do

  • install doctrine extensions
  • authentication
  • Rename PostType to PostForm
  • Create PostFilter
  • Forms need to be in "Post" namespace
  • How to expose API? Security.

No front end. Expose "content" via an API

CMS

  • /cms/{type}
  • index | edit | new

Taxonomy

  • /taxonomy/{type}
  • index | edit | new

User

  • /user/{type}

Demographic

  • /demographic/{type}

Normalise properties,

  • Hierarchical - isHierarchical / setHierachical
  • Public - isPublic / setPublic

Think Members Lounge.

  • Do I need a "front end".
  • How to display navigation menus.
  • Do I try and separate "Admin" and "User" functionality...
  • One demographic must be able to live inside another

Permissions

  • Need permissions on a post tyep
  • Then specific permissions on posts

Install a theme that implements a "front controller"

About

Just a personal project to pass the time and improve my learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published