Database best practices
Databases 101
11 lessons, 26 minutes
Practice with best practices
In your companion doc, you’ll 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 type)
- Done (change the column type to a checkbox or toggle)
- Priority (change to a scale column type)
- Add some tasks
- Go back to the best practice page and type “/Tasks” to create a view of your Tasks table
- Name the view Incomplete Tasks and filter this view to show only incomplete tasks
Databases 101
Databases make your data accessible in different ways. In this course, you’ll learn all about how Coda docs help you view your data where, and how, you want.
11 lessons, 26 minutes total
Was this helpful?
YesNo