Skip to content
Snippets Groups Projects
Select Git revision
  • L2SDP-LIFT
  • L2SDP-1113
  • master default protected
  • HPR-158
4 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Jorrit Schaap's avatar
    TMSS-173: simplified validation of json_strings against schema's. The original...
    Jorrit Schaap authored
    TMSS-173: simplified validation of json_strings against schema's. The original design (proof-of-concept) had the validation in the Subtask class, and the suggestion/goal of this ticket TMSS-173 was to change that into a reusable mixin. Using a mixin is certainly possible, and the 1st implementation in this ticket was a good start, but it also showed that the whole class/mixin based approach requires too much administration (keeping track of which fields to use). This new solution with just a validation method is far simpler, and just as reusable.
    428c2bb1
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..