brendt / rfc-vote

A community project for voting on PHP RFCs

Home Page:https://rfc.stitcher.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin for managing users

brendt opened this issue · comments

A basic CRUD overview for admin that display all the users. Right now it'll be useful to add badges to existing users.

Is this fine ?

Screenshot 2023-09-01 at 1 29 34 PM

Definitely. We don't have a proper frontend setup for admin screens yet, so this seems fine. The most important part is the edit form.

What I think I'd change in this view, data-wise:

  • Put the avatar in front of the name (there's a component for that x-username)
  • Align the buttons to the right
  • Add the reputation and the badge

These are the update . let me know anything update

Screenshot 2023-09-01 at 6 54 19 PM Screenshot 2023-09-01 at 6 55 22 PM

Could you submit a PR? There might be some details to address, but I'd need to see the code :)

This is PR #255