Think-Design-Write Test-Code
10 Days
- Description
You report to your boss informs you that you will be designing and creating a user interface for the Big Green Nursery project. It is to use the data structures and objects you created for your previous assignment from her. However, the UI is to be compelling and easy to use. The customer wants to be able to ‘drill down’ through the types of plants and have the display update to show only plants of the type currently selected. The display is to contain a description of the plant, it’s genus, species, variety, and common name as well as the plant’s picture. The display is to be ordered by genus and species.
If ‘Plants’ is selected in some way, then all of the plants in the nursery must be shown. As more specific selections are made only the plants of that type should be displayed.

- Inventory organization for the Plant Place nursery.
Your boss tells you that there is to be no loading of additional pages. All updates are to modify the single display page based on user activity. The user also needs to be able to search by common name and display any plants found that match the request. Above all, the UI must be easy to use.
- Deliverables
- A working solution as described by your boss
- A test matrix that shows inputs and the expected output for specific user selections
- Resources