windingtree / win-stays

🏆 win.so
GNU General Public License v3.0
3 stars 3 forks source link

Feat/profile db #104

Closed kostysh closed 2 years ago

kostysh commented 2 years ago

This PR introduces the functionality of adding/updating facility metadata to the lpms-server database storage.

When the manager uses lpms-cli to upload the facility metadata (still monolithic) this file is decoded on the server and parsed then this metadata saves to the database according to the model described in the ./docs/storage.md

The following keys will be created in the database:

FacilitiesService provides:

TODO