Skip to content
Snippets Groups Projects
  1. Aug 29, 2019
  2. Aug 04, 2018
  3. Jan 20, 2018
  4. Aug 28, 2017
    • Daniel Gerhardt's avatar
      Rename caches · 2d947098
      Daniel Gerhardt authored
      * skillquestions -> contentlists
      * lecturequestions -> lecturecontentlists
      * preparationquestions -> preparationcontentlists
      * flashcardquestions -> flashcardcontentlists
      * questions -> contents
      * answers -> answerlists
      * learningprogress -> score
      2d947098
    • Daniel Gerhardt's avatar
      951457c9
    • Daniel Gerhardt's avatar
      Refactor repository method signatures and variable names · 1c30ba89
      Daniel Gerhardt authored
      * Prefer ids over "foreign" domain objects.
      * Consistently use final keyword for implementation parameters and
        variables.
      * As a consequence, session id is used instead of the object as cache
        key for `skillquestions`, `lecturequestions`, `preparationquestions`
        and`flashcardquestions` caches.
      * Rename occurances of `questionId` to `contentId`.
      1c30ba89
  5. Feb 10, 2017