kanban board, story map
kanban board, story map
- Subject: kanban board, story map
- From: Luther Baker <email@hidden>
- Date: Sat, 04 Oct 2014 06:54:48 -0500
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 (email@hidden)
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:
This email sent to email@hidden