Skip to content

Releases: Bridgeconn/vachan-admin

v1.1

23 Nov 11:05
1168a48
Compare
Choose a tag to compare

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.

v1.0

23 Nov 10:01
f51e0fa
Compare
Choose a tag to compare

Vachan Admin v1.0

  • This is made for a vachan admin user to upload content to a vachan server using Vachan-API-v1 for the vachan apps i.e. VachanOnline and VachanGo
  • It is built using NodeJS and is used via the command line interface i.e. cli
  • The installation and usage commands are given in the read me along with sample csv file headers that are exptected by the API
    See the vachan-api Read Me for more detailed api documentation.
  • If you are a vachan admin you can contact the Bridgeconn vachan api team for the current status of the api server deployments and login credentials. Currently there are 2 api servers deployed that is production and staging.
  • This application is made assuming the API endpoints of vachan-api v1 docs.
    There is a v2 version that is currently in development and should be released in a few months, i.e. some time in 2022 Q1, but the api endpoints for that are completely different and are not compatible with this application.