Krzysztof Romanowski
Krzysztof Romanowski
Combing many jars into single files results in conflicts and tools like [sbt-assembly](https://github.com/sbt/sbt-assembly) offers multiple ways to resolve the conflicts (shadow, override etc.). Scala CLI can export such features for...
We need to create tests for (see ForamtterTestSuire.scala) - ranges, and alternatives for all fields - nested filters - definition tests - create tests for json controllers
Create utils for making enum fields working with both databse and json
Move all beholder specific keys into dedicated object and use it in tests
Beholder is now single jar. We need to split it into set of smaller ones with different dependencies. My proposal: beholder-core - depends only on slick beholder-json (beholder-play) - depends...
Create aggregation collector including tests
We need to create tests for: - table based filers - another dsl forms - test deeper nested joins with name clashes, alternatives and ranges - enums - negative tests...
Views are written still in spirit of 1.0 beholder. We need to make them more DBIO-like, and remove unicorn dependencies (or extract to one place) Crating more lightway dsl will...