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

Update/Delete User Profile Functionality #52

Open
NickEngmann opened this issue Jul 9, 2019 · 0 comments
Open

Update/Delete User Profile Functionality #52

NickEngmann opened this issue Jul 9, 2019 · 0 comments
Assignees
Labels
backend Django Related enhancement New feature or request help wanted Extra attention is needed

Comments

@NickEngmann
Copy link
Collaborator

Currently only GET is allowed on http://localhost:8000/api/v1/current/profile/

This allows the user to get their current profile data that is shown at http://localhost:8080/settings/profile
Screen Shot 2019-07-08 at 8 13 33 PM

However we would want the user to be able to change this profile data or delete this profile data. I have created a form on the frontend side of things but it may just be as easy as changing the backend permissions to allow PUTS to update the db.

Screen Shot 2019-07-08 at 8 15 21 PM

@NickEngmann NickEngmann added enhancement New feature or request help wanted Extra attention is needed backend Django Related labels Jul 9, 2019
@BolunThompson BolunThompson self-assigned this Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Django Related enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants