Open sweetticket opened 9 years ago
Wow I realized I didn't clear these at all. But there were some updates. @sweetticket
Utils.toast()
function using Bootstrap alert.Some things that should be done:
.less
files exclusively. Create colors.less
file and import it from other less
files.id
attribute to their Mongo object counterparts' ids. I started this pattern but it's not a right thing to do LOL Let's find a way to fix it. This is Michael's answer to the email that I sent:Simplest thing is if <div class="person"> is a template and then the Person object is the template's data.
Then in your event handlers you can just say "this.data" or "this.person".
If you need to keep that explicitly in your DOM then I suspect you are doing something wrong?
But jsPlumb elements are not in Meteor template forms, so I am not sure how to do it in that case.
But jsPlumb elements are not in Meteor template forms, so I am not sure how to do it in that case.
The frames are in meteor template forms, so I think that's covered. As for paths, I think it's okay to leave it as it is since it will be visible only to the experimenter (not the participants). The important part is hiding the ids from the participants when the experiment is published.
@woniesong92
* Notes on keypress paths *
@sweetticket FYI: The problem with indices was that we didn't assign right index values when copying and deleting :sweat_smile: Good job clearing all the tasks!!! Let's hunt more bugs!
(Usability)