hpi-swt2/vm-portal

Remove coffeescript dependency

Opened this issue · 0 comments

All but one .coffee files are empty (the exception is notifications.coffee).
There is custom JS in app/assets/javascripts/*.js files.

  • Translate existing coffeescript into ES6 and remove coffeescript dependency from Gemfile
  • Investigate whether custom JS e.g. app/assets/javascripts/request.js, is needed or whether default solutions can be applied.