FIX Server Rep
This commit is contained in:
parent
619fd535f2
commit
56b88f0c5a
35
.idea/workspace.xml
generated
35
.idea/workspace.xml
generated
@ -3,11 +3,9 @@
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="c32bfd4e-6189-47f3-9d6c-c1825d3d7e5f" name="Changes" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/IDManager.py" beforeDir="false" afterPath="$PROJECT_DIR$/IDManager.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/data/questionare.csv" beforeDir="false" afterPath="$PROJECT_DIR$/data/questionare.csv" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/templates/GameAnnotation.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/GameAnnotation.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/templates/GameQuestion.html" beforeDir="false" afterPath="$PROJECT_DIR$/templates/GameQuestion.html" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/templates/data.js" beforeDir="false" afterPath="$PROJECT_DIR$/templates/data.js" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
@ -21,6 +19,17 @@
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
<component name="FlaskConsoleOptions" custom-start-script="import sys sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) from flask.cli import ScriptInfo locals().update(ScriptInfo(create_app=None).load_app().make_shell_context()) print("Python %s on %s\nApp: %s [%s]\nInstance: %s" % (sys.version, sys.platform, app.import_name, app.env, app.instance_path))">
|
||||
<envs>
|
||||
<env key="FLASK_APP" value="app" />
|
||||
</envs>
|
||||
<option name="myCustomStartScript" value="import sys sys.path.extend([WORKING_DIR_AND_PYTHON_PATHS]) from flask.cli import ScriptInfo locals().update(ScriptInfo(create_app=None).load_app().make_shell_context()) print("Python %s on %s\nApp: %s [%s]\nInstance: %s" % (sys.version, sys.platform, app.import_name, app.env, app.instance_path))" />
|
||||
<option name="myEnvs">
|
||||
<map>
|
||||
<entry key="FLASK_APP" value="app" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
@ -105,7 +114,7 @@
|
||||
<workItem from="1666752468427" duration="1563000" />
|
||||
<workItem from="1667205217155" duration="3357000" />
|
||||
<workItem from="1667357110859" duration="5735000" />
|
||||
<workItem from="1667456828218" duration="19880000" />
|
||||
<workItem from="1667456828218" duration="21349000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
@ -123,7 +132,23 @@
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
<breakpoints>
|
||||
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
||||
<url>file://$PROJECT_DIR$/main.py</url>
|
||||
<line>73</line>
|
||||
<option name="timeStamp" value="1" />
|
||||
</line-breakpoint>
|
||||
<line-breakpoint enabled="true" suspend="THREAD" type="python-line">
|
||||
<url>file://$PROJECT_DIR$/main.py</url>
|
||||
<line>82</line>
|
||||
<option name="timeStamp" value="3" />
|
||||
</line-breakpoint>
|
||||
</breakpoints>
|
||||
</breakpoint-manager>
|
||||
</component>
|
||||
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
||||
<SUITE FILE_PATH="coverage/MarioWeb$Flask__main_py_.coverage" NAME="Flask (main.py) Coverage Results" MODIFIED="1667486951241" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
|
||||
<SUITE FILE_PATH="coverage/MarioWeb$Flask__main_py_.coverage" NAME="Flask (main.py) Coverage Results" MODIFIED="1667488394064" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="" />
|
||||
</component>
|
||||
</project>
|
Binary file not shown.
@ -9,3 +9,16 @@ IP,Style,Frequency,Age,Gender
|
||||
127.0.0.1,B,B,E,A,
|
||||
127.0.0.1,A,A,D,C,
|
||||
127.0.0.1,A,A,A,C,
|
||||
127.0.0.1,C,A,D,C,
|
||||
127.0.0.1,D,A,A,C,
|
||||
127.0.0.1,D,A,,B,
|
||||
127.0.0.1,B,A,D,A,
|
||||
127.0.0.1,A,A,C,A,
|
||||
127.0.0.1,B,A,B,A,
|
||||
127.0.0.1,B,A,C,A,
|
||||
127.0.0.1,D,A,C,A,
|
||||
127.0.0.1,D,A,C,A,
|
||||
127.0.0.1,D,A,A,A,
|
||||
127.0.0.1,C,E,A,B,
|
||||
127.0.0.1,B,A,D,A,
|
||||
127.0.0.1,A,A,A,B,
|
||||
|
|
12
main.py
12
main.py
@ -1,3 +1,4 @@
|
||||
import json
|
||||
import os
|
||||
|
||||
from IDManager import idManager
|
||||
@ -70,9 +71,16 @@ def gameanno(id):
|
||||
def getJSONData(id):
|
||||
if request.method == 'POST':
|
||||
print("POST Game")
|
||||
print(request.values)
|
||||
print(request.form)
|
||||
print(list(request.form))
|
||||
resultList = list(request.form)[0].split(",")
|
||||
for i,j in request.form.items():
|
||||
print(i)
|
||||
print(j)
|
||||
|
||||
|
||||
# FIXME: NOT SAVING!
|
||||
saveFile(replayDataPath, request.json[4], request.json)
|
||||
saveFile(replayDataPath, id+resultList[0] , str(resultList[1:]))
|
||||
return "get!"
|
||||
|
||||
|
||||
|
0
reps/127.0.0.1.txt
Normal file
0
reps/127.0.0.1.txt
Normal file
0
reps/127.0.0.1lvl3066.txt
Normal file
0
reps/127.0.0.1lvl3066.txt
Normal file
1
reps/127.0.0.1lvl6966.txt
Normal file
1
reps/127.0.0.1lvl6966.txt
Normal file
@ -0,0 +1 @@
|
||||
['0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '2', '2', '2', '2', '2', '2', '2', '2', '2', '2', '2', '2']
|
1
reps/127.0.0.1lvl7966.txt
Normal file
1
reps/127.0.0.1lvl7966.txt
Normal file
@ -0,0 +1 @@
|
||||
['0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0']
|
@ -34,7 +34,7 @@ function PlayLevel(group, level){
|
||||
return returnVal.then(function(){
|
||||
console.log("the return val is ready");
|
||||
console.log(returnVal.value);
|
||||
PostToServer(window.location.href+"/data",returnVal.value);
|
||||
PostToServer(window.location.href+"/data",group+returnVal.value);
|
||||
//Array.from()
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user