Changes

no edit summary
Line 24: Line 24:  
* ''' What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.'''
 
* ''' What is the timeline for development of your project? The Summer of Code work period is from May 19 - August 22; tell us what you will be working on each week. (As the summer goes on, you and your mentor will adjust your schedule, but it's good to have a plan at the beginning so you have an idea of where you're headed.) Note that you should probably plan to have something "working and 90% done" by the midterm evaluation (27 June); the last steps always take longer than you think, and we will consider cancelling projects which are not mostly working by then.'''
   −
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 by XO using the Interactive Shell. (or a REST api service, would make further improvements easy)
+
'''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 by XO using the Interactive Shell. (or a REST api service, would make further improvements easy)
   −
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 - 10 :''' Sanbox the code - Security is a very big concern for virtual execution environments. Create a code filtering system for checking code to make sure that the server doesn't crash.
   −
Week 10 - 11 : Sanbox the code Security is a very big concern for virtual execution environments. Create a code filtering system for checking code to make sure that the server doesn't crash.
+
'''Week 11 :''' Solely for error fixing and finishing up anything left from the last weeks.
   −
Week 12 : Write a documentation for everything done till now.
+
'''Week 12 :''' Write a documentation for everything done till now.
   −
Last Weeks : Test the code and fix any left bugs.
+
'''Last Weeks :''' Test the code and fix any left bugs.
    
* '''Convince us, in 5-15 sentences, that you will be able to successfully complete your project in the timeline you have described. This is usually where people describe their past experiences, credentials, prior projects, schoolwork, and that sort of thing, but be creative. Link to prior work or other resources as relevant.'''
 
* '''Convince us, in 5-15 sentences, that you will be able to successfully complete your project in the timeline you have described. This is usually where people describe their past experiences, credentials, prior projects, schoolwork, and that sort of thing, but be creative. Link to prior work or other resources as relevant.'''
Line 65: Line 65:     
The best way to keep everyone informed what I've been doing and how did I do it is to write a blog.
 
The best way to keep everyone informed what I've been doing and how did I do it is to write a blog.
 +
 +
===Miscellaneous===
 +
* We want to make sure that you can set up a [http://developer.sugarlabs.org development environment] before the summer starts. Please do ''one'' of the following:
 +
** Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of "logout".
 +
** Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.
 +
:: It's normal to need assistance with this, so please visit our IRC channel, #sugar on irc.freenode.net, and ask for help.
 +
* Describe a great learning experience you had as a child.
 +
* Is there anything else we should have asked you or anything else that we should know that might make us like you or your project more?
 +
 +
Truly said I have had this idea for some time in my mind I aimed to
 +
 +
[[Category:2015 GSoC applications]]
61

edits