Commit Graph

5 Commits

Author SHA1 Message Date
cfb3c3a287 Add JSON converter tests 2024-01-20 22:11:27 -05:00
29cbf486db Split tests into separate files 2024-01-10 20:53:59 -05:00
2c052c1813 Add test project
- Create /data directory if necessary (#38)
2024-01-06 17:04:05 -05:00
0f66ca969d
Version 2, ready for beta 2022-06-22 20:35:12 -04:00
Daniel J. Summers
710004dfc4 Huge repo reorganization
In no particular order...
- Created projects using F# generator, using Paket and FAKE
- Split "entities" into their own project, and created interface for
data functions required on those entities
- Renamed "data" project and used it as an implementation of data access
- Created "logic" layer that takes the data interface, and does the
non-persistence-related manipulation of items
- Moved "web" project to "app", and modified Nancy modules to utilize
Logic project and data interface instead of Data project and RethinkDB
connection
- Created test placeholder project; will be filling that out shortly
(TAD?)
2016-08-06 13:55:49 -05:00