huboard / huboard-web

GitHub issues made awesome
https://huboard.com
61 stars 26 forks source link

Multiple assignee support #323

Closed discorick closed 8 years ago

discorick commented 8 years ago

Enables the multiple assignees API with backwards compatibility for Enterprise

Relies on https://github.com/huboard/ghee/pull/43 Closes https://github.com/huboard/huboard/issues/612 Related to #195

dahlbyk commented 8 years ago

Noticed uses of both anyBy and isAny...the former has been deprecated in favor of the latter since https://github.com/emberjs/ember.js/pull/3662.

dahlbyk commented 8 years ago

Noticed uses of both anyBy and isAny...the former has been deprecated in favor of the latter since emberjs/ember.js#3662.

Can we swap out the uses of anyBy?

discorick commented 8 years ago

Can we swap out the uses of anyBy?

Yep, I sed'd the whole app.

dahlbyk commented 8 years ago

I can't seem to break this. :shipit:?

N.B. showing multiple assignees on cards will be part of https://github.com/huboard/huboard/issues/661.

discorick commented 8 years ago

I can't break it either... 🚢 if it feels good!