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

Move content #16

Open
18 tasks
mcmietz opened this issue Aug 17, 2020 · 0 comments
Open
18 tasks

Move content #16

mcmietz opened this issue Aug 17, 2020 · 0 comments

Comments

@mcmietz
Copy link
Collaborator

mcmietz commented Aug 17, 2020

As an editor, I want to move a content block to another position, to change the order of my content.

Mockups

Acceptance criteria

  • I can easily move an existing content with a drag a drop
  • I can easily move an existing content with a cut and paste

Acceptance tests

I can easily move an existing content with a drag a drop

  • If I drag an existing content hover another existing content, then I see the "add content" positions available with a "+" icon with a warning background color
  • If I drag an existing content hover an empty colPos, then I see the "add content" positions available with a "+" icon with a warning background color
  • On a "add content" area hover, it change in a "V" icon with a success background color
  • If I drop the dragged content on the "add content" area, then the dragged content is moved in the desired position

I can easily move an existing content with a cut and paste

  • If I click on the context menu of a content block and chose "cut", then the content is registered in the clipboard.
  • If a content is in the clipboard, on a content block hover, I see the "past content" positions available with a "clipboard" icon with a warning background color
  • On a "past content" area hover, it change in a "V" icon with a success background color
  • If I click on the "past content" area, then the content in the clipboard is pasted in the desired position

Preconditions / boundary conditions

  • I have editor's permissions
  • I have permission to move a content block
  • I have permission to place the content block at the desired location

Technical remarks

Related Personas

@rfoucard rfoucard added this to the Simplified page module milestone Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants