Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 608 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 608 Bytes

melonade-front-end

To start

  nvm install v10.16.3
  nvm use

  npm install
  npm start

Docker .env

PORT=8083
REACT_APP_EVENT_LOGGER_HTTP_BASEURL=http://localhost:8082/
REACT_APP_PROCESS_MANAGER_HTTP_BASEURL=http://localhost:8081/

TODO

  • Reverse proxy
  • Transaction detail page quite slow on long transaction
  • Optimize build (uglify, remove unused lib, JSON)
  • Dark mode
  • Query transactions by tags
  • Transaction show duplicate
  • Workflow design quite hard to use

Known issues

  • Google Chart (timeline) broken if span < 1 second