Skip to content

Commit 8be8992

Browse files
doc: explained the source and effects of settings
1 parent e238ad2 commit 8be8992

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/changing-models.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,24 @@ They can be found in this configuration file:
136136

137137
[app-data.json](https://github.com/kingsdigitallab/algorithmic-justice/blob/main/app/data/app-data.json)
138138

139+
The questionnaire is not editable via the interface,
140+
they can be changed in the file only.
141+
Each time the questionnaire changes the responses have to be
142+
computed and cached by a KDL developer.
143+
Note that the questionnaire and the cached responses
144+
are shared by between the Questionnaire tab
145+
and the integrated prototype.
146+
139147
Whereas the other variables, such as the prompt templates,
140148
visible on the Settings tab are stored in this file:
141149

142150
[settings.mjs](https://github.com/kingsdigitallab/algorithmic-justice/blob/main/app/settings.mjs)
143151

152+
Those settings can be temporarily changed in the Settings tab,
153+
but it won't affect the default values stored in the file.
154+
When you reload the web page without special argument in the URL,
155+
the settings are reset to their default.
156+
157+
Any change in those two files above will trigger
158+
an automatic rebuild of the website on github.
159+
After a couple of minutes the changes will appear in the live interfaces.

0 commit comments

Comments
 (0)