Page 1 of 1

suggestiosn for Appgini

Posted: 2019-07-03 13:45
by tvloeimans
Hi,

Some more suggestions:

Include own CSS
Add notes to every file generated by Appgini (like project info, version, etc)
Add CSS Class option to fields
Group fields into tabs (nav-tabs)
Forms with multiple steps
Display external media (form url)
Show currency sign with currency fields
Add custom footer text
Show HQ image on hover thumbnail (jquery tooltip?)
Keep original filename at upload
Update/modernise table icon set
Generate QR or Barcode from field


Looking forward to a new version!
Thanks,
Tim

Re: suggestiosn for Appgini

Posted: 2019-07-03 14:02
by jsetzer
Hi,

a couple of the feature request can already be done now:
  • Include own CSS
    you can do this in hooks/header-extras
  • Show currency sign with currency fields
    You can do this using your own and individual custom dataformats
  • Add custom footer text
    Can be done in hooks/TABLENAME.php or in footer-extras.php
  • Update/modernise table icon set
    Can be done by replacing all or copying new icons to files\resources\table_icons folder. Icons should be .png 32px x 32px
  • Keep original filename at upload
    I think there is an option for this. But be careful if same or different users upload files with identical names.
Regards,
Jan

Re: suggestiosn for Appgini

Posted: 2019-07-03 14:05
by tvloeimans
Also would be great to edit/create Hooks directly from AP

Re: suggestiosn for Appgini

Posted: 2019-07-03 20:15
by tvloeimans
jsetzer wrote:
2019-07-03 14:02
Hi,

a couple of the feature request can already be done now:
  • Include own CSS
    you can do this in hooks/header-extras
  • Show currency sign with currency fields
    You can do this using your own and individual custom dataformats
  • Add custom footer text
    Can be done in hooks/TABLENAME.php or in footer-extras.php
  • Update/modernise table icon set
    Can be done by replacing all or copying new icons to files\resources\table_icons folder. Icons should be .png 32px x 32px
  • Keep original filename at upload
    I think there is an option for this. But be careful if same or different users upload files with identical names.
Regards,
Jan
Sure, that's true. My wish is to manage all this from one application.

Re: suggestiosn for Appgini

Posted: 2019-07-04 10:17
by sbennett
+1 for DV tabs and custom footer from within AppGini