From the course: Software Design: From Requirements to Release

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Final release

Final release

From the course: Software Design: From Requirements to Release

Start my 1-month free trial

Final release

- [Instructor] Now that the login use case is ready, we can complete the two dependent use cases, record a meal and view diet log. Let us take a look at the UI mock-up to plan its workflow. After logging in, when I choose record meal option, it takes me to a page where I can enter meal date, time and meal type. If you recall, we decided that meal type can be breakfast, lunch, dinner or snack. Then we enter some search string to find the product that was served in the meal. I see a list of products with each product having a radio button to select. Once I select a product, I need to specify its quantity and unit of measure. The unit of measure is a product's property so it will be displayed. Then we add it to the meal. We can add more products, each product as a serving, and then save the meal. After having saved the meals, I can choose view diet log and it shows all meals recorded between certain dates.…

Contents