-
Notifications
You must be signed in to change notification settings - Fork 4
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
[SOL-1805] Add "item" field to item.dropped event #9
Conversation
@bradenmacdonald, can you please merge edx-solutions@master into open-craft@master, so as to clear up this PR? :) Thanks! |
@arbrandes Done; sorry for the delay. GitHub doesn't seem to have noticed, though... |
Hi @arbrandes ! I'm reviewing your PR, and it's looking great! Just have a couple issues/questions/notes before I approve and create an upstream PR.
|
@pomegranited, thanks for the review! I've addressed the issues and amended the PR. As for the event log URL, that's a simple |
@pomegranited, forgot to answer your question: I'm not aware of any discussion of modifying |
@arbrandes If it's an easy fix, I think we should modify it in the corresponding way. |
@bradenmacdonald, after a quick investigation, the |
@arbrandes Ok, let's leave it for now. Thanks. |
Thanks, @arbrandes ! The Travis CI is looking fine now, but CircleCI is failing, for what look like really fundamentall module loading reasons? @bradenmacdonald , is this maybe an issue with our fork's CircleCI configuration? |
@pomegranited CircleCI is just an experimental thing, I think started briefly by @haikuginger who never finished getting it working. So we're only really using Travis for this repo. |
Sweet, thanks for the info, @bradenmacdonald. Your updated code checks out, @arbrandes ! 👍 I've created edx-solutions PR #97, and pinged upstream for review. |
Adds a new "item" field to the edx.drag_and_drop_v2.item.dropped event data. It contains the item text label when present, otherwise the item imageURL. This makes it consistent with the location field, which contains the zone text label.
Description
Adds a new "item" field to the edx.drag_and_drop_v2.item.dropped event data. It contains the item text label when present, otherwise the item imageURL. This makes it consistent with the location field, which contains the zone text label.
Dependencies
None
JIRA
Sandbox URLs
Latest commit
Testing instructions
staff@example.com
.F5
or equivalent) and scroll to the last line."event": {}
part of the line (it helps toCTRL-f
), and check that there is anitem
element with a value that matches the label of the item you manipulated above.