/medreport-demo

Medreport Demo

Primary LanguageTypeScript

Medreport Demo

Features

Main Page

main

  • List of reports in table form with search bar
  • List highlights first sentence of report
  • Click on report name to view details of report
  • Tags for the report are shown at the end of the report text

Report Details Page

image

  • Navigation to previous / next report based on search query. Navigation button disabled if first or last report in search results appropriately.
  • Click on unused tag or drag unused tag to report area to add tag to report
  • Click on active tag to make it inactive, click on inactive tag to make it active
  • Drag a report's tag (active or inactive) to the unused tags panel to remove tag from report
  • Unused tags panel is hidden when viewing on mobile or smaller screen

How to Run

  1. Clone the repo and navigate to the root directory

  2. Run the following command to create the docker image and run it

$ make build && make run
  1. Navigate to the following URL: http://localhost:5000