Skip to content
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

Staff members should be able to edit other users content #5

Closed
sepulzera opened this issue Mar 31, 2022 · 1 comment
Closed

Staff members should be able to edit other users content #5

sepulzera opened this issue Mar 31, 2022 · 1 comment
Assignees
Labels
api enhancement New feature or request frontend upgrade Needs new version
Milestone

Comments

@sepulzera
Copy link

sepulzera commented Mar 31, 2022

Staff members, like admin or other as staff member declared users, should be able to edit others recipes and comments.

@sepulzera
Copy link
Author

API:
Django comes with a user object that includes information such as first_name, last_name and is_staff.

Those information could be useful to implement future features like #5.

Provide a way, that the frontend can get the authenticated user's model data.

Option 1: Extend the LoginResponse.
Option 2: Add a new view.

@sepulzera sepulzera added this to the v3.1.0 milestone Jul 21, 2022
@sepulzera sepulzera removed this from the v3.1.0 milestone Nov 4, 2022
@sepulzera sepulzera added the upgrade Needs new version label Dec 23, 2022
@sepulzera sepulzera self-assigned this May 5, 2023
@sepulzera sepulzera added this to the 3.3.0 milestone May 5, 2023
sepulzera added a commit to ownrecipes/ownrecipes-api that referenced this issue May 10, 2023
sepulzera added a commit to ownrecipes/ownrecipes-web that referenced this issue May 10, 2023
Do not send author.
See ownrecipes/OwnRecipes#56

Edit / formular to update ratings.
See ownrecipes/OwnRecipes#5

Tweak button toolbar.
Tweak responsive design.
Add tooltip to show editor infos.
sepulzera added a commit to ownrecipes/ownrecipes-api that referenced this issue Jun 24, 2023
sepulzera added a commit to ownrecipes/ownrecipes-web that referenced this issue Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api enhancement New feature or request frontend upgrade Needs new version
Development

No branches or pull requests

1 participant