Re: starting work on a new project
Sometimes it is good to create a quick design spec document, but don't spend
too much time on it.
What I mean, is create a document where you first state in a single, concise
sentence, the purpose of the application, including whatever is necessary in
the sentence, but just one senetnce.
Then summarize the important aspects or features the app will have. This will
include the source and format of the data, what types of UI controls the data
will "probably" be rendered in (DataGrid, List, Tile, ComboBox, etc.).
Also describe how the user will navigate about the app. Will you be using a
ViewStack, TabNavigator, Accordion, or states?
How will be app be architected, MVC or some other design pattern?
After you create this document, you will have a better idea of how to proceed,
and as this document is being created you will undoubtedly revise some of the
prior sections as you clarify your intentions and directions.
Once again, don't spend a month on this, but whatever time is necessary to
achieve the degree of clarity you feel you need to proceed.
|