This is the UI implementation for Project Ciliwung Floodgate. It uses the Ruby on Rails framework. Provided the user has ran the Analytics Worker that's contained in "floodgate-worker" project, the user will be presented with a search menu where they can search for their desired topcis to analyse. They would be able to pick the desired fields and the time range for the data to be visualised.
-
Ruby version
Uses Rails 5.2.0 that requires Ruby 2.5.1p57
Uses Highcharts for the visualisation -
System dependencies Clone the repo and simply run "bundle install" in the root of the project directory
-
How to run the test suite
Run the command "rspec --format documentation"
- ...