From 88ac2a9daf583ccc61cd656e0a03706d8d9ccb09 Mon Sep 17 00:00:00 2001 From: Hugo Firth Date: Thu, 31 Aug 2017 12:50:28 +0100 Subject: [PATCH] Updated instructions --- INSTRUCTIONS.md | 9 +++++++++ TODO.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/INSTRUCTIONS.md b/INSTRUCTIONS.md index 2089c80..0dccf0c 100644 --- a/INSTRUCTIONS.md +++ b/INSTRUCTIONS.md @@ -46,7 +46,16 @@ postgres database. This loads module titles, descriptions, keywords, and start d ``` Once you have done this, the api is available [here](http://localhost:8080), whilst the front-end is available [here](http://localhost:12345/glance-eval/js/target/scala-2.11/classes/index-dev.html). + +11. If you want to load specific surveys (rather than the default) then you need to use the following url structure: +`.../index-dev.html#survey/{id}` where `{id}` corresponds to the uuid string for the the survey in question. E.g: + ``` + .../index-dev.html#survey/13927f7f-ded8-4862-a61f-66b7dd90b709 + ``` + + I suggest we keep a list of the links and the surveys they correspond to so that we can quickly load them at the + start of each in person session. ### Updating (no data changes) diff --git a/TODO.md b/TODO.md index 0620157..effd7d3 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,7 @@ * [x] Remove datapoint for rankedModule from student records * [x] Label session usage axis correctly, using Moment js if necessary * [x] Check that rank changes are modifying state correctly and being stored -* [ ] Fix compared student data for wrong columns in attainment bars +* [x] Fix compared student data for wrong columns in attainment bars * [x] Add dynamic routing to Main to allow choosing of specific survey by link - rather than just loading the default. ### Modules