Changes

Line 26: Line 26:     
Till Week 0 : I have been looking into existing interactive web based code compilation platforms. We can use NodeJS’s child_process api compile and execute any language code including JS.
 
Till Week 0 : I have been looking into existing interactive web based code compilation platforms. We can use NodeJS’s child_process api compile and execute any language code including JS.
 +
 
Week 1 - 2 : Complete the basic UI of the web based code editor and the virtual commandline tool. Write the server code using NodeJS that is to be installed on the local server. The web UI will communicate with this server using JS & jQuery.
 
Week 1 - 2 : Complete the basic UI of the web based code editor and the virtual commandline tool. Write the server code using NodeJS that is to be installed on the local server. The web UI will communicate with this server using JS & jQuery.
 +
 
Week 3 : Add support for creating local repositories/folder and saving codes to files.
 
Week 3 : Add support for creating local repositories/folder and saving codes to files.
 +
 
Week 4 - 5 : Create the GUI tool for teacher to make step by step tutorials. These would be stored in the server as JSON format so that it can be loaded on XO using the Interactive Shell.
 
Week 4 - 5 : Create the GUI tool for teacher to make step by step tutorials. These would be stored in the server as JSON format so that it can be loaded on XO using the Interactive Shell.
 +
 
Week 6 - 8 : Visual Debugger - Debugging skills are of greater importance than to just write the code. There will always be bugs and errors in a code freshly written. The application must have a visual debugger in the interactive JS Shell. I am thinking of using this tool for this purpose. https://github.com/adobe-research/theseus
 
Week 6 - 8 : Visual Debugger - Debugging skills are of greater importance than to just write the code. There will always be bugs and errors in a code freshly written. The application must have a visual debugger in the interactive JS Shell. I am thinking of using this tool for this purpose. https://github.com/adobe-research/theseus
 +
 
Week 9 : Solely for error fixing and finishing up anything left from the last weeks.
 
Week 9 : Solely for error fixing and finishing up anything left from the last weeks.
 +
 
Week 10 : Sanbox
 
Week 10 : Sanbox
 +
 
Week 7 : Provision for addition of other languages.
 
Week 7 : Provision for addition of other languages.
 +
 
Week 8 : Take the required security measures for the web application.
 
Week 8 : Take the required security measures for the web application.
 +
 
Last two Weeks : Create the minimal Documentation.
 
Last two Weeks : Create the minimal Documentation.
61

edits