Download datainsight frontend Free Java Code
Description
Public facing web app to display various measurements of the GOV.UK site.
Icons
Source Files
The download file datainsight-frontend-master.zip has the following entries.
.gitignore/*from w w w . j av a 2 s .c o m*/
.rspec
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/images/colour-key.svg
app/assets/images/icon-circles.svg
app/assets/images/icon-close.gif
app/assets/images/icon-close.svg
app/assets/images/icon-newwindow.gif
app/assets/images/icon-newwindow.svg
app/assets/images/icon-newwindow@2x.gif
app/assets/images/important.png
app/assets/images/information.png
app/assets/images/performance_graphs.png
app/assets/images/performance_graphs.svg
app/assets/images/spinner.gif
app/assets/javascripts/.gitkeep
app/assets/javascripts/fixtures/govuk.json
app/assets/javascripts/fixtures/insidegov.json
app/assets/javascripts/helpers.js
app/assets/javascripts/helpers/force-positioning.js
app/assets/javascripts/helpers/formatters.js
app/assets/javascripts/helpers/geometry.js
app/assets/javascripts/helpers/graph.js
app/assets/javascripts/helpers/svg.js
app/assets/javascripts/helpers/utils.js
app/assets/javascripts/modules/format-success.js
app/assets/javascripts/modules/govuk/format-success.js
app/assets/javascripts/modules/govuk/hourly-traffic.js
app/assets/javascripts/modules/govuk/unique-visitors.js
app/assets/javascripts/modules/govuk/visits.js
app/assets/javascripts/modules/inside-government/format-success.js
app/assets/javascripts/modules/inside-government/weekly-visitors.js.erb
app/assets/javascripts/reach.js
app/assets/javascripts/time-series.js
app/assets/javascripts/vendor.js.erb
app/assets/javascripts/vendor/d3.v2.js
app/assets/javascripts/vendor/jquery-1.7.2.js
app/assets/javascripts/vendor/jquery.combobox.js
app/assets/javascripts/vendor/jquery.mousewheel.js
app/assets/javascripts/vendor/modernizr.js
app/assets/javascripts/vendor/moment.min.js
app/assets/javascripts/widgets/inside-government-presenter.js
app/assets/javascripts/widgets/overlay.js
app/assets/javascripts/widgets/scatterplot.js
app/assets/javascripts/widgets/table.js
app/assets/javascripts/widgets/timeseries.js
app/assets/javascripts/widgets/toggle.js
app/assets/stylesheets/performance.css
app/assets/stylesheets/styles/format-success.css.erb
app/assets/stylesheets/styles/insidegov/weekly-visitors.css
app/assets/stylesheets/styles/layout.css
app/assets/stylesheets/styles/legacy.css
app/assets/stylesheets/styles/main.css.erb
app/assets/stylesheets/styles/nav.scss
app/assets/stylesheets/styles/scatterplot.css
app/assets/stylesheets/styles/three-up-grid.css
app/assets/stylesheets/styles/typography.scss
app/controllers/application_controller.rb
app/controllers/dashboard_controller.rb
app/controllers/inside_government_controller.rb
app/controllers/root_controller.rb
app/helpers/application_helper.rb
app/helpers/dashboard_helper.rb
app/models/.gitkeep
app/models/annotations.rb
app/models/client_api.rb
app/models/client_stub.rb
app/models/govuk_narrative.rb
app/models/inside_gov_narrative.rb
app/models/narrative.rb
app/models/number_format.rb
app/models/policy.rb
app/models/policy_entries.rb
app/models/time.rb
app/views/dashboard/format_success.erb
app/views/dashboard/hourly_traffic.erb
app/views/dashboard/index.html.erb
app/views/dashboard/modules/_format_success.erb
app/views/dashboard/modules/_hourly_traffic.erb
app/views/dashboard/modules/_narrative.erb
app/views/dashboard/modules/_unique_visitors.erb
app/views/dashboard/modules/_visits.erb
app/views/dashboard/narrative.erb
app/views/dashboard/unique_visitors.erb
app/views/dashboard/visits.erb
app/views/inside_government/index.html.erb
app/views/inside_government/modules/_format_success.html.erb
app/views/inside_government/modules/_inside_gov_annotations.html.erb
app/views/inside_government/modules/_most_entered_policies.html.erb
app/views/inside_government/modules/_narrative.erb
app/views/inside_government/modules/_policy.html.erb
app/views/inside_government/modules/_weekly_visitors.html.erb
app/views/inside_government/narrative.erb
app/views/layouts/application.html.erb
app/views/root/index.erb
app/views/shared/_for_svg_supported_browsers.erb
bin/Inside Government - initial annotations - Sheet1.csv
bin/generate_annotations
bin/rasterize.js
bin/save_graphs_as_images.rb
config.ru
config/annotations/inside_government_annotations.development.json
config/annotations/inside_government_annotations.production.json
config/annotations/inside_government_annotations.test.json
config/application.rb
config/boot.rb
config/environment.rb
config/environments/api_urls.yml
config/environments/development.rb
config/environments/feature_toggles.yml
config/environments/production.rb
config/environments/test.rb
config/initializers/backdrop.rb
config/initializers/backtrace_silencers.rb
config/initializers/data_insight_logger.rb
config/initializers/errbit.rb
config/initializers/inflections.rb
config/initializers/mime_types.rb
config/initializers/restrict_parsers.rb
config/initializers/secret_token.rb
config/initializers/session_store.rb
config/initializers/settings.rb
config/initializers/slimmer.rb
config/initializers/wrap_parameters.rb
config/locales/en.yml
config/routes.rb
config/schedule.rb
config/schedule_conf.rb
fonts/.gitkeep
jenkins.sh
lib/assets/.gitkeep
lib/images/marker-shadow.png
lib/images/marker-shadow.xcf
lib/images/tail.png
lib/images/tail.xcf
lib/tasks/.gitkeep
lib/tasks/assets.rake
lib/tasks/images.rake
lib/tasks/test.rake
script/rails
spec/controllers/application_controller_spec.rb
spec/controllers/inside_government_controller_spec.rb
spec/fixtures/format_success.json
spec/fixtures/hourly_traffic.json
spec/fixtures/inside-government-format-success.json
spec/fixtures/inside-government-visitors-weekly.json
spec/fixtures/most-entered-policies.json
spec/fixtures/narrative.json
spec/fixtures/weekly_visitors.json.erb
spec/fixtures/weekly_visits.json.erb
spec/functional/dashboard/api_spec.rb
spec/functional/dashboard/hourly_traffic_spec.rb
spec/functional/dashboard/narrative_spec.rb
spec/functional/dashboard/visits_spec.rb
spec/functional/inside_government/api_spec.rb
spec/functional/inside_government/inside_gov_annotations_spec.rb
spec/functional/inside_government/most_entered_policies_spec.rb
spec/functional/inside_government/narrative_spec.rb
spec/functional/inside_government/weekly_visitors.rb
spec/functional/rack_test_helper.rb
spec/functional/test_helper.rb
spec/helpers/dashboard_helper_spec.rb
spec/integration/annotation_files_spec.rb
spec/javascripts/helpers/SpecHelper.js
spec/javascripts/specs/helpers/formattersSpec.js
spec/javascripts/specs/helpers/geometrySpec.js
spec/javascripts/specs/helpers/graphSpec.js
spec/javascripts/specs/helpers/svgSpec.js
spec/javascripts/specs/helpers/utilsSpec.js
spec/javascripts/specs/modules/formatSuccessSpec.js
spec/javascripts/specs/modules/hourlyTrafficSpec.js
spec/javascripts/specs/modules/inside-government/FormatSuccessSpec.js
spec/javascripts/specs/modules/uniqueVisitorsSpec.js
spec/javascripts/specs/modules/visitsSpec.js
spec/javascripts/specs/reachSpec.js
spec/javascripts/specs/timeSeriesSpec.js
spec/javascripts/specs/widgets/overlaySpec.js
spec/javascripts/specs/widgets/scatterplotSpec.js
spec/javascripts/specs/widgets/tableSpec.js
spec/javascripts/specs/widgets/timeSeriesSpec.js
spec/javascripts/support/jasmine.yml
spec/javascripts/support/jasmine_config.rb
spec/javascripts/support/jasmine_runner.rb
spec/spec_helper.rb
spec/support/annotations_builder.rb
spec/support/json_builder.rb
spec/support/matchers/represent_a_valid.rb
spec/unit/Time_spec.rb
spec/unit/govuk_narrative_spec.rb
spec/unit/inside_gov_narrative_spec.rb
spec/unit/number_format_spec.rb
spec/unit/policy_entries_spec.rb
spec/unit/policy_spec.rb
Download
Click the following link to download datainsight-frontend-master.zip.
datainsight-frontend-master.zip