GTBitsOfGood / bog-vms

Official Repository for the Bits of Good Volunteer Management System!
MIT License
4 stars 2 forks source link

User Profile Add-ons (Admin View & User View) #49

Open ag9972 opened 4 years ago

ag9972 commented 4 years ago

Add the following fields:

Visible and editable by all: E-mail / Username, First Name, Last Name, Birthdate, Address, Skills/Interests

Visible by all, editable by admin: Role (Admin, Employee, Volunteer), Status (Applied, Accepted, Denied)

tonyz0909 commented 4 years ago

Finished adding the following fields in commit bae41a8:

  1. E-mail / Username (string)
  2. First Name, Last Name (string)
  3. Birthdate (date picker)
  4. Address (string)
  5. Skills/Interests (string)
  6. Role (Admin, Employee, Volunteer) (dropdown/select)
  7. Status (Applied, Accepted, Denied) (dropdown/select)

Todo: Restrict role and status to be editable by only admin users