Skip to content
Snippets Groups Projects
  1. Apr 05, 2024
    • Lars Johansson's avatar
      Remove endpoints for structures to approve, cancel, reject · 38751f00
      Lars Johansson authored
      Refactor handling of structures and remove endpoints for structures to approve, cancel, reject.
      Process of structure entry proposed to be created, updated, deleted by user and
      processed (approved, rejected) by administrator or cancelled by user is no more.
      Instead, administrator is to create, update, delete structure entry.
      
      Note that commit is first step in removing status as query parameter.
      38751f00
  2. Dec 07, 2022
  3. May 05, 2022
    • Lars Johansson's avatar
      Fix issues as noted by SonarLint · 9ee6b80c
      Lars Johansson authored
      Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList"
      Empty statements should be removed
      JUnit assertTrue/assertFalse should be simplified to the corresponding dedicated assertion
      JUnit5 test classes and methods should have default package visibility
      Methods and field names should not be the same or differ only by capitalization
      Nested "enum"s should not be declared static
      9ee6b80c
  4. Mar 31, 2022
  5. Feb 28, 2022
  6. Feb 24, 2022
  7. Feb 23, 2022
Loading