Skip to content

kaldras/timed-frontend

 
 

Repository files navigation



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.

About

Ember.js UI for the Timed application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • HTML 13.2%
  • CSS 5.4%