ssi-dk / bifrost

MIT License
6 stars 6 forks source link

Unify classes and api for different DB requests and api into one location #41

Open kimleeng opened 4 years ago

kimleeng commented 4 years ago

Right now we have datahandling in reporter and bifrostlib, ideally bifrostlib holds all the classes, mongo_interface the DB and the api works on top of the bifrostlib. All things should use a unified lib and not different ones.