Practice with best practices.
If you haven’t yet watched it, in a new tab. Then, follow the steps below to put that learning into action. Once you’ve completed the tasks (or if you’re stuck), you can check your work by expanding the example dropdown. Create a quick to-do list:
Add a new page and title it Backend. Type “/table” on this new page and name it Tasks. Set the table up to have the following columns: Task Name (this should be your display column) Due date (change the column type to date) Owner (this could be a text column type, but it really gets exciting if you make it a people column) Done (change the column type to a checkbox or toggle) Priority (change to a scale column type) Return to this page and type “/Tasks” to create a view of your Tasks table. Name the view Incomplete Tasks, then filter this view to show only incomplete tasks.
Expand to reveal example.
A table like this should be on your Backend page:
A view like this of your Tasks table should be on this page: