Releases: atancoder/cs61a_hintr
Releases · atancoder/cs61a_hintr
Support Hints for Wrong Answer Tags
iter4-1: Upload qsets tests (#26)
* Added code climate for cucumber * starting tests for questions upload * starting tests for questions upload * set up dbs for questions and wrong answers * finishing up questions tests * question diffs infra * upload_questions finishing up view code * Got to success from upload qset once * fixed delete for upload qsets * basic cucumber tests for upload qset diff page made for one path * Add check for confirming upload saves for qsets, bug fixes * added some more paths untested * fixed dependent destroys on question, wronganswer, qset * uncommented wa_tag feature and adjusted upload_qset feature
Revamped Upload
iter3-2 Removed support for diff uploading tags, tag2concepts
BDD for new features
Wrote uploading.feature for happy and sad paths (#13) So sad and happy
Iteration 2-2
Iter2-2 modified .codeclimate.yml
Iteration 2-1
Manage users (#8) * Finished writing cuucmber tests for manager_users * got factory girl to work for creating users and admins, created tdd for add and deleting users, created tdd for users not having same privileges * Finished writing cuucmber tests for manager_users * got factory girl to work for creating users and admins, created tdd for add and deleting users, created tdd for users not having same privileges * Tidied up rspec and cuke tests for managing users * Created Cuke tests for Uploading * Redid Cucumber steps for manager users and uploading after 10/26 meeting