Skip to content

[Feature] ‐ Debug Page

Ajoy Kumar Das edited this page Jan 31, 2024 · 1 revision

Frontend:

The current frontend shows four sections:

  1. Profile Details

    • Profile Image
    • Full Name (first name + last name)
  2. Social Details

    • Twitter Id
    • Github Id
    • Linkedin Id
    • Discord Id
    • Instagram Id
  3. User Details

    • Username
    • Real-Dev-Squad Id
    • Incomplete User Details
    • Discord Joined At
    • Github Name
    • Website
    • Roles
      • archived
      • super_user
      • member
      • in_discord
  4. Debug features

    • Feature Flags (This data is hard-coded currently)
    • Super User indicator
    • Apply privileges button: Available for super users (This is a dummy button, updating this button has absolutely no effect except a toast message)

Backend

Profile Details, Social Details, and User Details data are from .../users/self api. Among Features data super user indicator uses roles data from above mentioned api, rest are hardcoded/dummy.

Clone this wiki locally