ErwinKomen / RU-istanbul

0 stars 0 forks source link

CMS: add #15

Closed ErwinKomen closed 16 hours ago

ErwinKomen commented 3 weeks ago

Add CMS into the application. Allow editing introductory texts.

ErwinKomen commented 3 weeks ago

Done

ErwinKomen commented 2 weeks ago

Yes, it is kind of there, but not really user friendly yet. Here are some points of concern:

  1. There is no entry point for the moderator to handle the CMS - the entry point should be: citem/list
  2. When one goes to that entry point, there are a few issues
    1. Listview page buttons are not clickable anymore
    2. There is actually one main 'home' page with one 'introtext' item to be filled in, but I get to see everything

So perhaps the following would be better:

  1. Create a 'settings' page visible to and editable for the 'moderator' only
  2. That 'settings' page should have an 'edit' button for the Introduction text -
    1. that should lead to editing citem 'introtext', or just allow editing the contents of the introtext
    2. yes: this leads to CitemSafe, which is a special view based on CitemDetails, but only restricting to editing the contents
  3. That page could potentially contain more information
  4. A moderator will get a settings button in the menu towards the right
ErwinKomen commented 16 hours ago

working