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

Admin-user can edit work body/content #7

Open
quivop opened this issue Mar 21, 2018 · 2 comments
Open

Admin-user can edit work body/content #7

quivop opened this issue Mar 21, 2018 · 2 comments
Labels
category - works Work creation and editing enhancement New feature or request

Comments

@quivop
Copy link
Owner

quivop commented Mar 21, 2018

User story

As an admin user, I want to edit my work's content to change what is displayed.

Acceptance criteria

  • Start from work editing form
  • Select particular work content part
  • Go to work part editing page
  • Change the work part title or body text
  • Submit the changes and see them reflected on the site
@quivop quivop added enhancement New feature or request category - works Work creation and editing labels Mar 21, 2018
@netahe
Copy link

netahe commented Mar 23, 2018

I believe both this issue, and Admin-user can edit work metadata should be split into smaller tasks.

  1. implement CRUD operations for work/part/metadata (in the form of HTTP GET/POST/PUT/DELETE)
  2. Create editor page for work/part/metadata

@quivop
Copy link
Owner Author

quivop commented Mar 23, 2018

Django's admin modules actually do all the CRUD stuff and provide an editing page by default. What's left to sort out this issue is to implement tests that verify that all that stuff works correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category - works Work creation and editing enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants