Skip to content

[Feature] Different types of users for dev mode #214

Description

@liviopersonne

Is your feature request related to a problem? Please describe.

Right now, the dev mode menu only applies to admins:

if (!viewerAdmin) {
        return;
    }

It's the only type of role we have right now, but if we create other roles like student or client, we'll need to adapt the dev mode to support them.

Describe the solution you'd like

A dev mode that adapts to the user's role (admin, student, client...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions