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

[API]: Edit Publisher API #204

Open
3 tasks
subhankarb opened this issue Jan 24, 2017 · 1 comment
Open
3 tasks

[API]: Edit Publisher API #204

subhankarb opened this issue Jan 24, 2017 · 1 comment
Assignees
Milestone

Comments

@subhankarb
Copy link
Contributor

subhankarb commented Jan 24, 2017

we need to implement api to update publisher profile information.

API: POST /api/profile/publisher/

Request body:

{
  "title": "",
   "description": "",
   "email": "",
   "phone": "",
   "contact_public": false
}

Tasks

  • Implement rest api in profile/controllers
  • Implement methods for updating DB
  • Authorization (only owner will have permission to do it)
@subhankarb subhankarb self-assigned this Jan 24, 2017
@rufuspollock rufuspollock mentioned this issue Jan 24, 2017
5 tasks
@rufuspollock rufuspollock added this to the Backlog milestone Jan 24, 2017
@rufuspollock
Copy link
Contributor

This needs more analysis and a proper user story. Definitely backlog for now.

@rufuspollock rufuspollock changed the title Update publisher profile information api Update publisher profile information API Jan 26, 2017
@rufuspollock rufuspollock changed the title Update publisher profile information API [API]: Edit Publisher API Jan 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants