Skip to content
Snippets Groups Projects
  • Jorrit Schaap's avatar
    428c2bb1
    TMSS-173: simplified validation of json_strings against schema's. The original... · 428c2bb1
    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
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.