Skip to content

Releases: atancoder/cs61a_hintr

Support Hints for Wrong Answer Tags

02 Dec 08:41
Compare
Choose a tag to compare
iter4-2

Added support for rake spec

iter4-1: Upload qsets tests (#26)

24 Nov 08:06
Compare
Choose a tag to compare
Pre-release
* 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

18 Nov 08:08
Compare
Choose a tag to compare
iter3-2

Removed support for diff uploading tags, tag2concepts

BDD for new features

11 Nov 07:19
Compare
Choose a tag to compare
BDD for new features Pre-release
Pre-release
Wrote uploading.feature for happy and sad paths (#13)

So sad and happy

Iteration 2-2

04 Nov 07:43
Compare
Choose a tag to compare
Iter2-2

modified .codeclimate.yml

Iteration 2-1

28 Oct 06:44
Compare
Choose a tag to compare
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