Skip to content

Commit

Permalink
v2.6: experience fixes (based on controle-3 for classes 1-3)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed May 1, 2017
1 parent 1ab9271 commit 9520dc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
== v2.6 Experience fixes
* Reporting: display maximum number of points of each exercise
* Reporting: Separate student code and evaluation parts from eval report + added more space
* Reporting: 2-digit decimal grading
* Client: prevent Firebase hosting from caching the files
* Client: don't redirect to HTTPS when running from a ngrok URL
* Client performance: load Firebase dependency locally
* Prop: just two deployment scripts: deploy-firebase and deploy-heroku (from any branch)
* Prep: start server only if build is successful
* Dependencies: upgraded jailed-node to v1.4.1

== v2.5.1 Fixes
* Feature: added `eval-firebase-export` npm script
* Feature: display max score per question on "suivi" dashboard
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-test",
"version": "2.5.1",
"version": "2.6",
"description": "Exercise/exam software for evaluating JavaScript students' progress",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9520dc3

Please sign in to comment.