Poll: Suggestion for better Interface UI/UX
I am creating this thread where people can submit the idea like what changes we can make to existing builder UI to make it even better in terms of UI/UX.
Please submit your idea or any example that helps to make it even better.
Thanks for builder @mitulgolakiya
you can see https://github.com/LaravelDaily/quickadmin for reference.
Suggestions
- select box for db types
- multi select box for validations
- use full width of browser so it can fit all fields properly (or use smaller check boxes)
- Auto capital first char of model name
- display old generated scaffolds ( where we can delete some old scaffolds)
- confirmation message before generating scaffold
- Notification after completion
- progress bar
- length field for db
I will add more as i play with package
Use this datatables plugin for dinamice datatables:
https://editor.datatables.net/examples/inline-editing/simple.html
Is a inline editor for data in datatables, have three ways:
- inlin.
- form popup
- bubble.
Love the way this is coming along. My thoughts on things this will need.
- Relationship addon (User hasOne Profile) (automatically adds user_id -> profile_id relationship)
- Ability to use other tables / models in one crud (example $user->profile->company)
- Ability to generate views with different prefixes for the same shared resources (example below)
- USERS CRUD
- admin views (prefix:_admin_) (create, index, edit, show, data, table, fields, show_fields)
- frontend user profile and account views (prefix:_account_) (profile, account, social)
- development (prefix:_dev_) (design, create, todo, task-milestones)
Thoughts on existing setup.
- Change DB Type to dropdown
- add checkbox for default, nullable, index, unique, foreign, unsigned, pivot
- When add primary button is clicked it should always be first the list.