angular-fullstack/generator-angular-fullstack

Users Admin

Open

#472 opened on Aug 22, 2014

View on GitHub
 (17 comments) (0 reactions) (1 assignee)JavaScript (6,134 stars) (1,268 forks)batch import
Help Wantedenhancement

Description

I would like to make some changes to the admin, I thought I'd open a discussion on them as I have a lot in mind:

  • Move the users admin to it's own url: /admin/users
  • Create generic admin home page
  • Add pagination to the user list (in the API & UI)
  • Add search to users
  • Add create user
  • Add update user (including change password)
  • Do it all via a directive (or perhaps a few nested directives.)

The first 2 changes listed above are big for me... My clients typically want something entirely different on their admin home page. They may want a small "widget" with the most recently logged-in or created users, but more often then not they want a summary of sales! =) Not so much anymore if it's just a directive. ;-)

The rest of the items are of less importance, but still, I do see it as something I'll have to copy & paste from project to project. =)

I would also consider adding more to the users, perhaps as a filter option in the generator, "Create Extended User Model (phone, address, etc.)?" Typically most of the sites I build the client wants this sort of thing.

Contributor guide