/timed-frontend

Ember.js UI for the Timed application

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0



Build Status Coverage License

Browser Matrix

Requirements

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com/adfinis-sygroup/timed-frontend
  • cd timed-frontend
  • yarn install
  • bower install

Configurations

If you wish to add custom exports to the analysis section, you can create an environment variable with the name TIMED_REPORT_EXPORT and add a JSON Array as value.

TIMED_REPORT_EXPORT=[{"label":"Special Export","url":"/api/v1/special/export"}]

In development you can create a .env file and add the environment variable.

echo 'TIMED_REPORT_EXPORT=[{"label":"Special Export","url":"/api/v1/special/export"}]' > .env

Running / Development

Running Tests

  • COVERAGE=true ember test
  • COVERAGE=true ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

License

Code released under the GNU Affero General Public License v3.0.