Skip to content

Lists

Grigor Malo requested to merge lists into master

#179 (closed) and #184 (closed)

Feature:

  • Signed up users can create lists of questions
  • Questions can be added to a new or old list from the discover page, after selecting them
  • Signed up users can view all their lists in a dedicated page
  • Signed up users can view all questions in a list
  • Questions in a list can be ordered by ascending/descending creation date, or by a user-defined custom order
    • by default the order is the custom one
    • questions can be reordered by drag and drop
    • custom order is persisted in the db
  • Signed up users can export a list of questions, partially or in its entirety
    • from the questions list page, questions can be selected and exported
      • order of the questions in the exported document matches the order specified in the ui at the moment of export
    • from the lists page, a list can be selected and exported in its entirety
      • order of the questions in the exported document defaults to the "custom" order
  • Signup users can remove questions from their lists, or delete their lists
Edited by Dione Mentis

Merge request reports