Create account

replied 2087d
/github.com/memberapp/memberapp.github.io/milestone/5

What do you think are the main pros for prioritizing releasing the back end source?
replied 2087d
Code contributions by other people
jarmuzceltow
replied 2086d
This could be still possible if he would document public API of his temporary closed source backend. Then anyone can extend portal but it is still copy-protected.
replied 2084d
https://github.com/memberapp/memberapp.github.io/issues/138
This is on my todo list. API still quite messy and changing quite rapidly atm as I add new features, so would add quite a lo
replied 2084d
t of overhead to do it before things have settled down a bit.
jarmuzceltow
replied 2084d
In such approach you have two instances of running api V1 - known publicly & frozen, second V2 without doc but used for dev and changes for the time when it becomes mature to document.
jarmuzceltow
replied 2084d
Yes,it may be an unnecessary overhead eating U time when things are changing rapidly.Best is to make snapshot & document it as v1 publicly, then do changes in v2 & documented it later.