-
Notifications
You must be signed in to change notification settings - Fork 1
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
Don't log IQSet JSON parse errors at debug level, log at warn #4
Comments
D/SMILE Teacher(18436): Status = START_MAKE |
…aded through smile-iqmanager before getting it on the teacher app
[#4] Replacing local files by IQSets uploaded from iq-manager
…+ fixing a bug exclusive to x-large format
[#4] Managing large and x-large format
[#4] Adding date on prepared questions screen
[#4] Adding the number of questions preloaded per IQSet
[#4] Better interface for 'use prepared questions' screen, date format modified
[#4] Adding "preview iqset" button in the list of iqsets
* tag '0.9.9b1-jamsj': (95 commits) refs SMILEConsortium#106 Bump version string for testing. [#4] Adding comments and removing useless ids refs SMILEConsortium#105 Remove jamsj string refs SMILEConsortium#105 add icon for jamsj. refs SMILEConsortium#67 Add proper string and bump version for release. [#4] 'Preview iqsets' button is coming... yay! \o/ [#4] Date format modified in 'use prepared questions' screen [#4] Just adding a simple feature to see the number of preloaded questions per IQSet. [SMILEConsortium#101] Restart button will alert the teacher if server is down [SMILEConsortium#95] Cleaning, removing comments, merging duplicate constants in the same file: Constants.java refs SMILEConsortium#91,SMILEConsortium#95 Fix for deletion handling where we were not checking for any error conditions. This should be revisited in the future to beef up JSON handling (I don't parse the JSON from the message body). For now we just toast the thing if we succeed or fail. Let the model update things. refs SMILEConsortium#92,SMILEConsortium#93 Undo previous hack, instead, let's let the model update itself via the BoardManager, and fix the server where the problem really exists. The server only deleted the question from the model where the students receive their questions from, but not from the model where the teacher app gets its data. Confusing, yes, but we should have been able to debug this by just looking through the teacher and server. [SMILEConsortium#92] Fixing little bug when no question in session [SMILEConsortium#92] Fixing bug if restarting new session + cleaning + adding comments [SMILEConsortium#92] Questions can appear now, even if we crash the teacher app [SMILEConsortium#75] Return to teacher data when restart a session [#14] Removing 'Highest Rating' + Reparing '% correct' [SMILEConsortium#60] Deleting questions only during START_MAKE [SMILEConsortium#60] We can delete last question now [SMILEConsortium#60] We can 'delete' the questions from teacher app but crap solution... ...
Relative issue: SMILEConsortium#98
The text was updated successfully, but these errors were encountered: