Skip to content

Admin dashboard for apps #30

@panphora

Description

@panphora

Is your feature request related to a problem? Please describe.
In a multi-tenant application, the developer can't access a list of all the users who have signed up.

Describe the solution you'd like
A page where there's a table where you can see a list of every user who's signed up, their username, and the date they signed up.

Describe alternatives you've considered
There will be a remake backup command to backup all your data, so you could browse the data locally. But that's not easy to do and takes multiple steps.

Suggested approach
Detect if the user is an admin by matching the current user's email address against the app administrator's email
When a user goes to app-name.remakeapps.com/admin/users, read all the contents of the user data folder, grab the username from the name of each json file (as well as the date the file was created) and display them in a table layout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions