CWWhitney / calibration_app

Materials for the "Calibration Training" Shiny app for University of Bonn
GNU General Public License v3.0
0 stars 0 forks source link

Put everything in one App again #34

Open ChristineSchmitz opened 1 year ago

ChristineSchmitz commented 1 year ago

Language and question type (binary/range) selection window at the beginning.

One App would make it much easier to maintain it, but wo should keep in mind that long if else conditions make the App unstable.

ChristineSchmitz commented 4 months ago

We split the App for stability reasons after a comment in issue #23 .

You can find the split versions in the branches https://github.com/CWWhitney/calibration_app/tree/English_binary_only and https://github.com/CWWhitney/calibration_app/tree/English_range_only

A less stable full version is still available in the master branch: https://github.com/CWWhitney/calibration_app/tree/master

The final goal would be to have them in one App again, but with increased stability. (i.d. no disconnection from the server, no stuck after clicking the submit button ( issue #27 )