Closed
Description
Would it make sense to split the frontend from the backend code? Right now they are mashed together and luckily Ember does not expect the source code to be in the src
folder too, but there is no clean separation.
We could either move both into separate repositories or at least use separate folders with a common README file. Since the API isn't particularly stable yet the second solution might be better although I would prefer the first one in the long term.