Defining the app requirements
Similar to how we identified our app's requirements in Chapter 3, Building Your First Honeycode Application, let's list down the requirements or the use cases that we'd like to build to enhance our To-Do app. Recall that we left a couple of requirements in the additional list in Chapter 3, Building Your First Honeycode Application, to be covered in the following chapters. We are picking up two of those requirements here and adding a couple more as we learn the advanced builder functionality that can be enabled in our Honeycode apps.
So, here are the use cases that I'd like to see added to my To-Do list app that we will cover in this chapter:
- I'd like my team to use my app, but every user must be able to see only their incomplete tasks while completed tasks are visible to all.
- I'd like to see my overdue tasks highlighted in red.
- I'd like to be able to search for tasks.
- I'd like to be able to...