ReactAdvantage icon indicating copy to clipboard operation
ReactAdvantage copied to clipboard

Create User List

Open joewalling opened this issue 7 years ago • 0 comments

Provides a means for searching and viewing a list of Users. react-structured-filter to the search area instead of the text control that is shown in the image. The search will not be implemented as part of this item.

In the grid shown below, the header for “Surname” should be “Last Name”. The “Organization” column is not needed. Instead of 3 different buttons in the right column, use a button menu that has the following options. • Edit • Permissions • Unlock • Delete

These options will not have event handlers for this item.

The colors should match colors used in the color palette. The other searchable grids should use similar coloring and layout as this one, so keep this in mind when writing this component. We will have many other similar grids with a search area and a grid with the same buttons displayed. We will want to minimize the code that is written. The things that will differ will be which data attributes they can search and the data displayed in the grid.

Clicking the "Create New User" button or selecting "Edit" from the dropdown button mentioned above will open the "User Detail" form as a modal dialog.

image

joewalling avatar Jun 03 '18 16:06 joewalling