hexlet-rus / runit

Online Editor Form Embedding
https://runit.hexlet.ru/
Other
35 stars 121 forks source link

Add admin section #537

Open fey opened 3 months ago

fey commented 3 months ago

Problem description

Now there is no way to manage users and snippets. All operations are performed through working with the database

Proposed solution

Create a simple admin panel interface. Don't use SPA (React), try pug templates. The section should be located on the path /admin and contain two pages /admin/users, /admin/snippets with the output of these sections. For users add a new column-flag whether the user is an administrator or not