Create a permissions system
オープン
enhancement
- 主要言語
- JavaScript
- スター
- 30
- フォーク
- 9
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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...
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。