Skip to content

Resolve "Content List"

Thomas Lenz requested to merge 172-content-list into master

Closes #172 (closed)

Expands #159 (closed)

Proposed changes

  • List a room's content when it's joined
  • Contents are shown as a list of buttons named by the content's subject
  • If button is clicked, content is shown in a modification pop-up and can be edited or deleted

Testing instructions

Login as creator and join a room (actually working on demo content, because api calls are not included)

  • You see a list of demo-contents 1-joined_room

  • Select a content and you will see the modification dialog appear 2-edit_dialog

  • The update button should only allow modifications if they are valid and changes on the subject should be seen directly in the contents list 3-changed_content

  • Delete a content should show a confirmation dialog 4-delete-confirmation

  • After deletion the item should disappear in contents list 5-list_without_deleted_item

Not working

  • api calls
  • not all CRUD functions implemented in Content-Service
  • Sometimes edit-dialogs appear in different sizes

Merge request reports