Skip to content

v3.0

Latest
Compare
Choose a tag to compare
@ItsGers8 ItsGers8 released this 20 Jan 16:26
ab72e26

User stories
This iteration we worked on three user stories:

  • As a system administrator, I want the wiki to have version control, so I can see who edited what.
    This was divided into a few issues:

    • Adding a user to an article
    • Displaying the user on the article
  • As a system administrator, I want the ability to rollback to previous versions, so no information is lost.
    This was divided into a few issues:

    • Adding a table on every article's history tab
    • Getting the history of an article and filling the table
    • Adding a button that changes the article back to that state
  • As a user, I want to be able to search the wiki, so I can quickly find the information I need.
    This was divided into a few issues:

    • Creating a request that gets you all article titles
    • Creating a search suggestion bar
  • Other issues
    There was another issue we worked on for this iteration. It was related to adding information to the database:

    • Adding a button that shows a popup for creating an article