FIX for issue 915, added median, number of fails and number of zeros to dashboard#998
Conversation
There was a problem hiding this comment.
Please put a space between %{percentage} and % symbol :)
|
French translations updated. Thanks for your work. |
|
Thanks @benjaminvialle ! |
There was a problem hiding this comment.
You can't modify schema.rb by hand. You need to create a migration a then run bundle exec rake db:migrate (see http://guides.rubyonrails.org/migrations.html)
|
@benjaminvialle Sorry for not reading comments in the code carefully. I just created a migration. Please let me know if it's correct. Thanks! |
There was a problem hiding this comment.
Please keep this. It's required for ruby 1.9 compatibility.
There was a problem hiding this comment.
I've added it back. It wasn't automatically generated after I ran the migration. Thanks!
|
Thank you for your patch :) |
Added median, number of fails and number of zeros to dashboard. Closes #915
Added median, number of fails and number of zeros to dashboard (#915).
Adjusted dashboard UI so that all of the assignment statistics are aligned in a column.
French translations for “Number of zeros” and “Number of fails” are needed to replace the English placeholders.