-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
modules/utils/src/main/scala/es/weso/utils/notes/Roadmap.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Roadmap | ||
|
||
We think that this whole repo should dissapear and be replaced for single purpose repos/components. In order to do that, we will include a list of the modules and potential repos: | ||
|
||
## Current modules | ||
|
||
- `typing`: Contains a generic `Typing` type class, it can be extracted to its own repo | ||
- `validating`: contains a generic `Checker` trait that has been implemented in Cats. It was originally implemented using the `Eff` library. | ||
- `utilsTest`: this module includes JsonMatchers which are no longer used | ||
- `testSuite`: this module could be extracted as a single repo | ||
|
||
|
||
The `utils` folder contains the following packages: | ||
- `json`: contains several utilities to work with Json entities in Scala like `DecoderUtils`, `JsonCompare`, `JsonTest` and `JsonTwirl` | ||
- `EitherUtils` contains two helper methods to work with Either values, `sequence` and `takeSingle` | ||
- `FileUtils` contains some helper methods to work with files: `getContents`, `getFileFromFolderWithExt`, `writeFile`, `formatLines`, etc. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.6.2 | ||
sbt.version=1.7.1 |