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

Stack Expansion #4

Closed
nelsonni opened this issue Apr 18, 2017 · 6 comments
Closed

Stack Expansion #4

nelsonni opened this issue Apr 18, 2017 · 6 comments
Assignees
Milestone

Comments

@nelsonni
Copy link
Owner

Stacks of cards should provide a feature that expands all cards in the stack into their individual cards (i.e. from stacked to unstacked). This feature is not required when viewing and editing cards, therefore it should only be a visible option when hovering over a card stack.

Design sketch (for reference):
untitled drawing

@El-Dringo-Brannde El-Dringo-Brannde self-assigned this Apr 18, 2017
@nelsonni nelsonni modified the milestone: v0.1.0 Apr 24, 2017
@nelsonni nelsonni changed the title Card Stack Expanding Stack Expansion Apr 24, 2017
@El-Dringo-Brannde
Copy link
Collaborator

El-Dringo-Brannde commented Apr 25, 2017

During expansion if a card was to run past the right side of the screen it is wrapped around the back towards the previous card that didn't hit the boundary and stacked backwards.

@nelsonni
Copy link
Owner Author

@El-Dringo-Brannde Correct summary. Just to clarify further, I am providing the following example situation:

Suppose we have a stack that contains cards 1-5 and the expansion button is selected. And then suppose that cards 1-3 are able to expand without reaching the right border of the workspace window, but cards 4 and 5 would overflow beyond the edge. Then the intended behavior is that card 3 becomes the top of a new stack that includes cards 3-5; the new stack would adhere to the previous order of 3 on top, followed by 4, and then 5 on the bottom.

@El-Dringo-Brannde
Copy link
Collaborator

With this stack that has been created with cards that don't fit, should any functions be done to them? Like you can drag them out of the stack or place/remove cards on the stack as well?

@nelsonni
Copy link
Owner Author

@El-Dringo-Brannde They should just be a regular stack. Nothing special about the stack in particular, just a new set of events that results in a stack being created.

nelsonni added a commit that referenced this issue Apr 27, 2017
Resolves issue #3 and issue #4. Further work required for issue #5; migrating issue to M2.
@nelsonni
Copy link
Owner Author

Resolved by PR #9 .

@nelsonni nelsonni modified the milestones: v0.2.0, v0.1.0 May 4, 2017
@nelsonni
Copy link
Owner Author

Resolved via #14.

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