coder13 / coder13/LetsCube

Create a permissions system

Open
#93 0 comments 0 reactions 1 assignee Claimed by @coder13 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.