Create a permissions system
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
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...
}
```
Contributor guide
Assessment
This issue has not been assessed yet.