-
Notifications
You must be signed in to change notification settings - Fork 29
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
Make a bucketable list #17
Comments
andrie
added a commit
that referenced
this issue
Jun 19, 2019
andrie
added a commit
that referenced
this issue
Jun 20, 2019
andrie
added a commit
that referenced
this issue
Jun 21, 2019
Request by @schloerke
|
My proposed new syntax is this: bucketable_list(
text = "This is a bucketable list. You can drag items between the lists.",
group_name = "bucketable",
add_sortable_list(
text = "Drag from here",
labels = c("a", "bb", "ccc")
),
add_sortable_list(
text = "to here",
labels = NULL
)
) |
andrie
added a commit
that referenced
this issue
Jun 23, 2019
This functionality is now in the master branch (commit 6d9c6d5), but @schloerke is investigating whether we can create an alternative API. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bucketable problem is like sortable, except:
For example, a task can be:
This will be the first step towards a Parsons problem solution.
The text was updated successfully, but these errors were encountered: