You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to implement a staging environment for the lpms-server. This environment should include:
Deployed lpms-server as an instance on the Heroku platform
Should be implemented the possibility of server upgrades (automatic)
Should be implemented the possibility to wipe out data from the server
Should be developed a data set of the facility with all required metadata (spaces, items, rates, rules, modifiers). This data set must be implemented in the form of JSON files that can be uploaded to the server using lpms-cli
The text was updated successfully, but these errors were encountered:
"raw data import" script that can push into the lpms-server.
Define a CSV or something that the raw data import uses, and then trigger all the calls on the REST API to make it happen. @mfw78
We have to implement a staging environment for the
lpms-server
. This environment should include:lpms-server
as an instance on the Heroku platformlpms-cli
The text was updated successfully, but these errors were encountered: