Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofirth committed Aug 31, 2017
1 parent f1d21e5 commit 88ac2a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88ac2a9

Please sign in to comment.