Hi,

I'm an iOS developer exploring/fairly new to desktop development - and I'd
like to implement something like a kanban board as a desktop application.

A kanban board is essentially a set of columns and swimlanes - and at a
minimum, requires the ability to add "cards" to columns as well as the
ability to drag "cards" across columns.

For greenfield, exploratory development of this, would you:

1) build a custom component to act like a kanban board
2) focus on trying to use an NSTableView
3) consider an NSCollectionView
4) other?

Another part of this app should facilitate story maps (
http://www.agilebuddha.com/agile/story-mapping-andvs-process-maps/ ) .
These are mechanisms where by features are associated with stories which
are associated with tasks. Tasks "hang" off of stories which hang off of
features.

I feel like both of these "could" be represented by a collection view ...
with holes in it. I'm just wondering if there'd be enough flexibility to
move things around per the special rules inherent in both these UI
structures.

Thanks,
-Luther
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to