-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: articles crud #134
feat: articles crud #134
Conversation
|
||
public static function shouldSkipAuthorization(): bool | ||
{ | ||
return app()->isLocal(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
notice that You need to remove this to test the permissions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tiny remarks, otherwise looks good
note that later on we will add permission handling to the branch, so we don't need a migration at this time for demo/prod |
@ItsANameToo updated with permissions to restore and force delete and assigned to admins |
did you push the changes @alfonsobries ? 🤔 |
… feat/articles-crud
@ItsANameToo yesterday wasnt my sharpest day😅, should be ready now |
Summary
A basic crud, also add permissions and model policy
Notes:
Closes https://app.clickup.com/t/8678v0a1f
Checklist