Skip to content

v1.1

Latest
Compare
Choose a tag to compare
@RevantCI RevantCI released this 23 Nov 11:05
· 2 commits to master since this release
1168a48

Vachan Admin v1.1 web app added

  • This release adds a react based web application that can be accessed via the web browser instead of the CLI
  • This provides a read only view and can be used to view to the 2 vachan servers - production and staging
  • This show the currently uploaded bibles and other content in the 2 server for the administrative staff.
    The data is shown in a simple dashboard view which can be accessed via a url instead of using the cli application
  • The new web app code is added to the web-app folder and the steps are given in that folders readme for setup and deployment
    The CLI app has been moved to the cli folder along with it's setup and usage read me
  • This is v1 version of the web app another version v2 is currently under development which will require the user to log in and will also facilitate post/put/get api calls for adding content that the cli app currently can via the User Interface instead of the CLI.