kanban icon indicating copy to clipboard operation
kanban copied to clipboard

add/delete boards

Open 7imon7ays opened this issue 12 years ago • 5 comments

We need to create the functionality for adding a new board.

7imon7ays avatar Sep 27 '13 16:09 7imon7ays

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

hauntedhost avatar Jun 09 '14 22:06 hauntedhost

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 avatar Jun 10 '14 21:06 boushley

@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.

hauntedhost avatar Jun 11 '14 16:06 hauntedhost

@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?

boushley avatar Jun 11 '14 16:06 boushley

Would this include remove items in the boards?

joseschmidt avatar Sep 15 '14 20:09 joseschmidt