pysimplesql icon indicating copy to clipboard operation
pysimplesql copied to clipboard

New list, Form init variables.

Open ssweber opened this issue 2 years ago • 2 comments

The couple last things that are on my list:

  • [x] Integrate autosave as a constant. Eg _prompt_save = AUTOSAVE, making it clear that it’s a mode of prompt_save. Add to Form init, and have Dataset get init value from Form if their init is None.
  • [x] Add save_quiet = True/False as a form init, that will disable popups on save_none or save_sucess
  • [x] Related to save_quiet, make an example use the new popup.last_info as a sg.statusbar
  • [x] Add duplicate_children as Form/Dataset init. So users can toggle behavior they want. Either only allow parents, or allow both
  • [x] description_column_names / column index position
  • [ ] confirm_delete - to delete without prompting user "Are you sure"
  • [ ] confirm_duplicate - to duplicate (honoring parent only, or parent and children) without prompting user?
  • [ ] default order clause

ssweber avatar Mar 19 '23 12:03 ssweber

Yeah, I like the idea of using constants for this

All of these look reasonable to me

PySimpleSQL avatar Mar 19 '23 13:03 PySimpleSQL

Great. They shouldn’t be too tough!

ssweber avatar Mar 19 '23 13:03 ssweber