Changeset 637 in tmcsimulator for trunk/webapps
- Timestamp:
- 03/08/2021 01:19:13 PM (5 years ago)
- Location:
- trunk/webapps
- Files:
-
- 1 deleted
- 3 edited
- 1 moved
-
CAD_logviewer_prototype.html (moved) (moved from trunk/webapps/CADviewer_prototype.html)
-
dynamicdata/evalratings.csv (modified) (1 diff)
-
dynamicdata/ratings.csv (deleted)
-
einotebook/scripts/Evaluation.js (modified) (1 diff)
-
mergelogs.bash (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/dynamicdata/evalratings.csv
r633 r637 10 10 00:36:00, Evaluation, FACILITATOR, 'Put cones on heads' 11 11 00:36:00, Evaluation, FACILITATOR, 'Prefer chocolate ice cream in the cone' 12 00:24:00, Evaluation, RADIO, Poor 13 00:24:00, Evaluation, RADIO, 'Forgot pizza toppings' 14 00:25:00, Evaluation, ACTIVITY_LOG, 'User prefers mushrooms over peppers' 15 00:25:00, Evaluation, FACILITATOR, 'When out at night, where white' 16 00:35:00, Evaluation, ACTIVITY_LOG, 'every good boy does fine' 17 00:24:00, Evaluation, FACILITATOR, 'snoopy says go' 18 00:24:00, Evaluation, FACILITATOR, 'anything will do' 19 00:24:00, Evaluation, FACILITATOR, 'we all scream for ice cream' -
trunk/webapps/einotebook/scripts/Evaluation.js
r633 r637 101 101 + this.text + "'\n" 102 102 postMessage(logString) 103 // Change the text color as feedback to user 104 // events.doc.getElementById(this.textID).style.color = "lightgrey"; 103 105 } 104 106 -
trunk/webapps/mergelogs.bash
r631 r637 14 14 # then sort them by timestamp (reverse chronological). 15 15 # Final result placed in "unifiedlog_final.csv" 16 cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/ ratings.csv | sort > $dir/unifiedlog_final.csv16 cat $dir/unifiedlog.csv $dir/caddetails.csv $dir/evalratings.csv | sort > $dir/unifiedlog_final.csv 17 17 18 18 # 4. Next, launch the webserver and browse to localhost:8080/unifiedlogdisplay.html
Note: See TracChangeset
for help on using the changeset viewer.
