Skip to content

Admin UI is a Admin's dashboard to edit or delete the data of the users. This UI doesn't require the changes made to be persisted to the DB. A dynamic pagination component allows the long data set to be displayed on different pages.

Notifications You must be signed in to change notification settings

archielicious/Admin-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin-UI

Represent a group of admin usersas a display of rows.

You work at a startup that is building an interface for admins to see and delete users. The users will be provided via an API. Your job is to build out a working UI.

These are the requirements :-

  1. Column titles must stand out from the entries.

  2. There should be a search bar that can filter on any property.

  3. You should be able to edit or delete rows in place.(There is no expectation of persistence. Edit and delete are expected to only happen in memory.) (No need to persist changes. No DB required.)

  4. You need to implement pagination: Each page contains 10 rows. Buttons at the bottom allow you to jump to any page including special buttons for first page, previous page, next page and last page. Pagination must update based on search/filtering. If there are 25 records for example that match a search query, then pagination buttons should only go till 3.

  5. You should be able to select one or more rows. A selected row is highlighted with a grayish background color. Multiple selected rows can be deleted at once using the 'Delete Selected' button at the bottom left.

  6. Checkbox on the top left is a shortcut to select or deselect all displayed rows. This should only apply to the ten rows displayed in the current page, and not all 50 rows.

About

Admin UI is a Admin's dashboard to edit or delete the data of the users. This UI doesn't require the changes made to be persisted to the DB. A dynamic pagination component allows the long data set to be displayed on different pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published