| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Also fetch the json directly from a file on the server. Since we don't
really have any functionality in the backend app yet, we can deploy
without it.
|
| |
|
|
|
|
|
| |
This makes each screening record self-contained, and the json
payload more consistent with how it semantically fit together.
|
| |
|
|
This also changes the structure of the app quite significantly. Instead
if generating the html for the index, we simply provide a public/index.html
static file instead. For now this seems to make sense, it may not hold in
the long run, but that's for another time to worry about.
|