-
-
Notifications
You must be signed in to change notification settings - Fork 101
To Do Manager Example
Peter JOHN Matecsa edited this page Mar 15, 2022
·
2 revisions
A To-Do manager is an excellent demonstration of CRUD. A CRUD application creates, reads, updates and deletes records that persist in a database. We will simulate a database with a Python dictionary.
- pack layout
- display rows in a table
- row selection
- dynamic previous and next record buttons
- pop-up record editor
Documentation is needed here.
- Requirements
- Installation
- Launch
- Screens:
- Step-by-Step Examples:
- Completed Examples
- Tips
- Additional widget sets
- Known Issues
- FAQ
- Troubleshooting:
- Communicating: