For the purposes of this demonstration my intent is to build a package tracking application for my countless shipped packages.
A million dollar app from a 2c Idea
While I've historically had a pretty big opposition to super detailed rigid specifications, building even an informal requirements document and some use cases can help you consolidate ideas, prioritize features, and get an idea of what you MIGHT like the app to look like.
I usually start out by building a simple list of requirements, and end up with something like the following...
- Track Packages
- Client Server Architecture
- Notification of status changes
- Track Packages
- Enter in a Package tracking number to add it to list of tracked packages
- Display list of tracked packages (respected shipping company icons as well), and status. We'll also need the ability to manage the packages, so perhaps simple inline delete button
- Details view with all package details.
- Client Server Architecture
- Most tracking services have limits on calls to their API, so we want to buffer these through a server and control the actual hits against ups.com etc.
- Packages to track, and their statuses will be stored on the phone as well.
- Notification of status changes
- Periodically poll server for updates and send notification update
- Eventually implement cloud to device messaging to handle push notifications
Anyway, now I've got a pretty good idea of where I am going without going to nuts with the prototyping, the rigid specification, or overly presumptive UI.
Next time, we'll start looking at the structure of the projects.
UNTIL NEXT TIME!
0 comments:
Post a Comment