ErlangQuest
ErlangQuest copied to clipboard
Separate git repo for the webboard
The current setup where we have a lib and a src dir and where lib contains a sym-link to our root feel wrong.
My experience with rebar is that in is best for handling one app and a set of dependencies, not two equal apps.
I suggest that we create a new GitHub repo for the web-board, which depends on EQ-"core". As I understand it the web-board is targeted class room experiences, and is not needed for single-user mode.
Do you agree this is a good idea? @gissues:{"order":83.33333333333333,"status":"backlog"}
I'm repeatedly disappointed by the fact that rebar's default directory layout and reltool's world view don't mix well... so that you have to reorganize stuff or add silly-ish symlinks. But sure, we could have the web-board be a separate project; you're right that it makes sense given that there are two player modes. (Evolutionally, they're still linked by the protocol, of course, but it is probable that it will evolve only slowly.)
Agree (both to note about rebar and the web-board).