-
Notifications
You must be signed in to change notification settings - Fork 2
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
Activity: "Pizza Productivity" #12
Comments
@mzgoddard I just created the |
@jugglinmike I did a dry run through this activity today and I had a few initial questions in descending order of importance.
|
This was a layover to facilitate debugging. I've increased the number of rounds to 4 as per our original design.
Looks like an off-by-one error. I've reproduced locally and opened #59 to track its resolution.
They do not currently, but I'm sure @iamjessklein and @ZeeJab will need some way to target these via CSS. I've opened #60 to track this.
This is currently implemented, but I suspect the associated styling is too subtle.
I can see that this is related to adding feedback for an invalid user action, but I'm not sure what action, exactly. Do you mean: (1) when the user attempts to drag toppings onto an empty workstation, (2) when the user attempts to drag a pizza in one state onto a workstation intended for pizzas in a different state, or (3) something else?
It should be. I've opened #61 to track this. |
@jugglinmike, Awesome!
Yea, I was also going to ask if you had any pro-tips for debugging or am I going to have to fire up 4 incognito windows? (Is there a way to pause the clock and freeze the state between refreshes?)
The second one. Also: Is there any order? Do anchovies have to go on before olives? We need dough and this isn't Chicago, so the sauce should probably go on before the cheese, but with the olives and the anchovies, they're not really blocking. |
There's currently no debugging functionality. Generally I just make local modifications to the activity's parameters to facilitate this.
Understood. Since we didn't consider this feedback in our initial design, it's not clear how this should be achieved. I've opened #62 to track that.
The progression is strictly enforced. Relaxing the constraints such that the ordering of olives and anchovies are interchangeable will require some non-trivial refactoring. |
I figured. It's not a big deal. I'm just also writing up some documentation for teachers at the moment and I want to make sure I spell this all out. |
Wiki page for this activity
Features:
The text was updated successfully, but these errors were encountered: