Skip to content

Improve the validation of FormData

Philip Elson requested to merge feature/improved-validation into master

Does two things:

  • improves/strengthens the FormData validation on the calculator (sever side), particularly for times
  • simplifies, and boosts the testing for, the interval selection algorithm. This algorithm is still overly complex - it can be simplified and made more predictable further, but additional tests will help us achieve that.

Merge request reports