Skip to content

Category Management

Vincent A requested to merge 9-create-categories-management-on-admin-page into develop

Closes #9 (closed)

  • Create a many-to-many relation to define which categories are available in a given idea space
  • Alter category table to include column for storing a category icon
  • Add new tab in /admin for configuring categories
  • Let users add new categories
  • Let users list existing categories
  • Let users change the name and description of a category
  • Let users delete a category (un-assigning all related ideas)
  • Let users upload a category icon
  • On creation of a new school, create a set of default categories
  • Create translation strings for any new text

Next tasks

  • Let users see in which idea spaces a category is available
  • Let users assign a category to an idea space
  • Let users remove a category from an idea space

Notes

  • The default categories are missing descriptions
  • The default category icons need to be updated with new designs

Default Categories

  • Regeln
  • Ausstattung
  • Aktivitäten
  • Unterricht
  • Zeit
  • Umgebung
Edited by Vincent A

Merge request reports