summaryrefslogtreecommitdiff
path: root/index.html
AgeCommit message (Collapse)Author
2015-09-18split the selection of the language and the selection of the problem into ↵Robert Zorko
two seperate screens (this update also required some changes at the codeq-server, so that one needs to be up to date as well for this to work)
2015-09-18Use a link instead of a button in a static hint sequence.Aleš Smodiš
2015-09-18Add "Plan" button to display next "planning" hintTimotej Lazar
2015-09-18divided the login and problem chooser into two different screensRobert Zorko
2015-09-18removed some forgotten references form the index fileRobert Zorko
2015-09-18added some comments and improved the selection of the divs which are beeing ↵Robert Zorko
changed when transitioning
2015-09-18XMerge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-09-18added python and prolog into two different statesRobert Zorko
2015-09-17Refactored hint handling into a separate module.Aleš Smodiš
2015-09-17improvments to the state machine (states can now be registered) and those ↵Robert Zorko
improvments are now used for the existing two states (plus some code general code cleanup)
2015-09-16Enabled the state machine and the UI improvments and removed some debug logingRobert Zorko
2015-09-16Merge branch 'master' of ssh://212.235.189.51:22122/codeq-webRobert Zorko
2015-09-16basis for the state machine and some UI improvements (currently disabled)Robert Zorko
2015-09-16Removed the "run" and "break" buttons. Removed commented-out code from ↵Aleš Smodiš
prolog and python handlers.
2015-09-15Remove the old code: old communication, separate prolog and python pages.Aleš Smodiš
2015-09-14Implemented async delivery of server events.Aleš Smodiš
Fixed center alignment: only the login page needs to be centered.
2015-09-14Reimplemented communication with the server.Aleš Smodiš
* Using engine.io to use web sockets or long polling. * Changed to a single-page app.
2015-08-25Login now fetches the list of available problems from the server.Aleš Smodiš
Made the query work, so terminal interaction now works.
2015-08-24Introduced the Q promises library, created a basic login page to test prolog ↵Aleš Smodiš
examples, and started tying the terminal and editor activity to the REST services.