bheklilr / omniscient

BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

implement query api in server #4

Open bheklilr opened 7 years ago

bheklilr commented 7 years ago

After the types get worked out we'll need to implement the behavior in the server. This will need to be written well because I imagine it will have to be refactored a lot and will be where most of the meat of the application will be.

bheklilr commented 7 years ago

Need to write tests to ensure it works

bheklilr commented 7 years ago

Also need to refactor server code, queries are local functions at the moment and it's a bit messy