Commit Graph

73 Commits

Author SHA1 Message Date
ca63d344df Now allows username to login instead of API key if they have logged in with an API key at least once. 2016-03-15 20:03:01 +00:00
2f5dd712c8 Fixed API refresh status spin not working. 2016-03-13 19:17:47 +00:00
169a13c01b Fixed grid settings to properly show linear progress element on small resolutions.
fixes #2
2016-02-20 21:19:45 +00:00
cf5852794b Linear mode now has tracking of the current quiz item index and allows skipping to the desired item.
closes #1
2016-02-19 17:49:33 +00:00
45d6e6f30d Added missing html tag attribute closing. 2016-02-18 19:21:55 +00:00
84de8f5780 Radical answers are now stripped of "-" characters. 2016-02-18 01:13:45 +00:00
7488a5eb7b Added tooltip for available quiz modes. 2016-01-26 21:25:36 +00:00
2164e73579 Added additional quiz accessibility test. 2016-01-26 21:25:00 +00:00
ce79ffe566 Added coverage.py pragma comments to mark code that will not be covered by unit tests due to external api dependencies. 2016-01-26 02:57:07 +00:00
61cd2beef8 Added tests for invalid user_items arguments. 2016-01-26 01:16:21 +00:00
2502c099a3 Answer input textbox colour is reset after wrong entry on next keypress. 2016-01-26 01:09:43 +00:00
92347da966 Added sample user data for use in tests. 2016-01-25 22:17:52 +00:00
fbfd4932e6 Added tests for user_items filter urls. 2016-01-25 22:02:41 +00:00
fb0f6d7ccd Fixed incorrect vocabulary_count, wasn't accounting for the doubling of kanji items. 2016-01-25 21:45:09 +00:00
f743358355 Now using important_reading data to determine kana answer for kanji. 2016-01-25 16:49:20 +00:00
32bae249db Added tests for some formatting mechanisms. 2016-01-25 13:25:53 +00:00
7dad8ab54d Added unit tests for user login. 2016-01-24 19:01:53 +00:00
80d988e2c6 Error for invalid filter is now auto hidden on a new filter submission. 2016-01-23 01:56:11 +00:00
0f116d1fe2 Moved quiz buttons to horizontal layout. 2016-01-22 16:51:27 +00:00
bcc9fd08c7 Fixed WK link url generation for radicals. 2016-01-20 20:59:17 +00:00
d0dfdee06c Added 3rd party license info. 2016-01-19 21:15:33 +00:00
8491d93ff0 Added a button to view the WaniKani page for the current question item. 2016-01-19 21:15:33 +00:00
6c298c2c08 Fixed a broken image icon showing in some browsers where the placeholder for potential images was. 2016-01-19 21:15:33 +00:00
eba6c19f6e Added login persistence. 2016-01-19 21:15:33 +00:00
441623a947 Added Linear Mode which quizzes all items in order. 2016-01-19 21:15:33 +00:00
a94dee2d97 Added link to WK account page on landing page. 2016-01-19 21:15:32 +00:00
836fa49b0d Switched json parser to improve encoding/decoding times. 2016-01-19 21:15:21 +00:00
c61cd505af Fixed count responses being floats instead of ints, changed wording in response to better reflect content. 2015-12-23 23:40:33 +00:00
8b170c3264 Kanji and Vocab responses now have separate items for kana and meaning rather than both in one. 2015-12-23 23:16:26 +00:00
1cc615d083 Fixed error if user_items was missing query string elements. 2015-12-12 00:14:43 +00:00
35ad032d88 Switched user_item response generation to use list comprehensions. 2015-12-12 00:01:19 +00:00
a9e48abd96 Added filtering for item types (radical, kanji & vocab) 2015-12-10 15:57:52 +00:00
c5fb8db98c Added and setup frontend for filtering by srs state. 2015-11-21 03:00:17 +00:00
a907736895 Added query element for /user_items to filter item srs state. 2015-11-17 18:58:07 +00:00
231b4231a3 Now using query string instead of dedicated route. 2015-11-17 18:47:00 +00:00
25d916d4a0 Moved answer submission button inline with text entry area. 2015-10-24 01:29:37 +01:00
4183ef6df8 Changed formatting on time shown for last api update. 2015-10-22 15:37:07 +01:00
4e17a20c26 Moved API refresh to click on username instead of separate button. 2015-10-21 20:10:31 +01:00
6e0ceb9f9e Moved favicon stuff to lessen static folder clutter. 2015-10-21 20:09:45 +01:00
3bcdbd621e Added functionality for the user to filter their review items based on item level. 2015-10-19 23:33:26 +01:00
b3efe16e3c Added route for level filtered quiz item list. Removed unused code from quiz_item.coffee. 2015-10-18 00:12:12 +01:00
ff19b0e6b9 Updated response logic to filter only burned items now that database includes non-burned items. 2015-10-11 22:46:07 +01:00
3a5811cafd Text content alteration. 2015-10-11 22:39:58 +01:00
f4d042f886 Fixed JSON being stored with single rather than double quotes. 2015-10-07 18:40:13 +01:00
451083cf0b Added visual indicator for while waiting for API refresh response. 2015-10-07 18:39:36 +01:00
6dfec65935 Now storing full API response. 2015-10-07 18:15:17 +01:00
58a48105ee Minor changes to better fulfil html5 specifications. 2015-10-07 15:27:06 +01:00
d1bf4ab64f Fixed some favicon paths. 2015-10-07 03:01:54 +01:00
fafafad7cd Fixed favicon. 2015-10-07 02:59:34 +01:00
2961c3f27c Updated gitignore. 2015-10-07 02:52:53 +01:00