Skip to content

Instantly share code, notes, and snippets.

@drsii
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drsii/76cecc0f8f4cf655b10a to your computer and use it in GitHub Desktop.
Save drsii/76cecc0f8f4cf655b10a to your computer and use it in GitHub Desktop.
platform admin crud ux

##Viewing data-grid

one action menu per table.

add | edit | delete | copy

add - always shows edit - only shows when one record is selected, or the primary label in the row is clicked. delete - shows when one or multiple items is selected. copy - shows when one item is selected.

Record View

one action menu per record (button group), bottom right.

save | delete | copy

two exit paths, cancel as text link near button group. back link near title.

On save returns to data-grid view.

Menu Structure

  • Users Management
    • Users
    • Roles
  • Content Management
    • Pages
    • Content
    • Media
    • Attributes
  • Operations
    • Extensions
    • Workshop
      • Extensions
      • Themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment