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

Drag cards to main area to make them sticky #55

Open
bergie opened this issue Sep 18, 2013 · 2 comments
Open

Drag cards to main area to make them sticky #55

bergie opened this issue Sep 18, 2013 · 2 comments

Comments

@bergie
Copy link
Contributor

bergie commented Sep 18, 2013

Currently the UI cards in Dataflow can be made sticky by clicking the push pin icon in them. Instead of this, the interaction should be:

  • By default cards are non-sticky, and appear on the left side of the screen based on the usage context the user is in
  • To make a card stick, drag it outside of the left area to somewhere else on top of the graph
  • To unstick it, click the X button

One question is whether the sticky cards should be position absolute, or position fixed.

@forresto
Copy link
Member

The graph panning is actually a css transform, so if we wanted to put the
card somewhere specific in the graph it would take more work. I can see
uses for both, but more like fixed would be easier and probably more used.

@bergie
Copy link
Contributor Author

bergie commented Sep 19, 2013

@forresto good point, let us go with fixed then

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