hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
23 stars 9 forks source link

Use normal paths in GUI instead of hash/fragment #81

Closed denkv closed 7 years ago

denkv commented 7 years ago

Are there any problems with such a change?

That's how it can be done: https://github.com/hobbit-project/platform/compare/develop...feature/path-routing

For better implementation, it would probably be better to specify catch-all address for that if possible.

MichaelRoeder commented 7 years ago

@romankorf do you see any drawbacks of such a change? If it breaks the GUI or introduces major drawbacks in the work of angular, we should avoid the change.

romankorf commented 7 years ago

Usually this should work. However, we only did a few tests with this configuration. So we do not know if there is some situation, where there might be an issue.

denkv commented 7 years ago

Added redirects to handle old URLs.

denkv commented 7 years ago

Done.