Create a permissions system
Abierto
enhancement
- Lenguaje dominante
- JavaScript
- Estrellas
- 30
- Forks
- 9
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
This is to eventually allow events that certain users can create along with hiding information from certain users (admin info) to whoever has an admin roll.
Most likely I'll just add another property to the users table such as:
```js
permissions: {
admin: true,
etc...
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.