-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Are you ok if I chip away at reorganizing the readme and adding screenshots/short animated gifs for the features? I plan on adding a linked-table of contents. I will keep in my branch and then if you like, move over.
Short getting started: Sql (with fk, update/delete cascade) + layout = gui
Features
-
Design user interfaces with automatic relationship handling - parent/child linking, cascade description
-
Dynamic comboboxes - add
-
Sortable tables - gif of sorting action
-
Customizable button themes - show full list, possibly make an alternative look to include. Themepacks
-
Localization - LanguagePacks
-
Edit protection - toggle edit protect gif
-
Prompt Save / autosave modes. gif showing popup on record change
-
Fields:
-
Pre-populate new record windows with database-defined defaults - gif w/ side-by-side sql gist
-
Display 'required' markers - gif w/ side-by-side sql gist
-
Automatically fill in not-null fields based on column data types. gif w/ side by side sql gist
Advanced topics:
Data transforms - code, maybe show database values side by side
Callbacks - edit protect example
Event mapping ??
Working with Databases
Sqldriver
ResultSet
Explanations of behind-the-scenes
All your great explanations of how it pysimplesql automatically does things behind the scenes.