kanban
kanban copied to clipboard
add/delete boards
We need to create the functionality for adding a new board.
when creating a new board;
- maybe a concept of public/private board status. private boards are only visible to members
- members can be selected on create page
Are you open to outside contribution to some of this?
The foundation here looks nice but clearly has some work to get things rolling.
@boushley absolutely, thanks. but just note, i'm currently rewriting the frontend in ember.js, which is also having larger implications for the backend as well. my ember branch has diverged massively from master: https://github.com/somlor/kanban/compare/master...ember.js-rewrite
if you would prefer to work with the current backbone implementation, i'm thinking it may make more sense for us to fork a backbone version from master and pull against that.
@somlor I'm more of an angular guy myself, but I would probably prefer ember.js to backbone.
I saw the ember branch when I opened my second PR. But I think the work in the two PRs right now should be fairly easy to migrate over to the other branch.
Do you have a list of where things are at on the ember.js branch?
Would this include remove items in the boards?