Changes

Jump to navigation Jump to search
Line 1: Line 1:  
== Google Summer of Code 2018 Project Proposal ==
 
== Google Summer of Code 2018 Project Proposal ==
   −
== Project Name: Making a Beginner Guide | Developer’s dashboard | Sugarbot==
+
== Project Name: Beginner's Guide | Developer’s dashboard | Sugarbot==
    
=== Mentors===
 
=== Mentors===
Line 13: Line 13:  
===My Profile===
 
===My Profile===
 
:'''Name:''' Pratul Kumar
 
:'''Name:''' Pratul Kumar
:'''University:''':The LNM Institute of Information and Technology
+
:'''University:''' The LNM Institute of Information and Technology
 
:'''Course:''' B.Tech. in Communications and Computer Engineering
 
:'''Course:''' B.Tech. in Communications and Computer Engineering
 
:'''Year:''' 2nd year (4th semester)
 
:'''Year:''' 2nd year (4th semester)
Line 19: Line 19:  
:'''Telephone:''' +91-8107525493
 
:'''Telephone:''' +91-8107525493
 
:'''IRC:''' Pratul1997
 
:'''IRC:''' Pratul1997
:'''Github:''' https://github.com/Pratul1997
+
:'''SugarLabs wiki UserName:'''  Pratul1997
:'''Sugar Labs wiki UserName:'''  Pratul1997
+
:'''Github:''' [https://github.com/Pratul1997 Pratul1997]
:'''Linkedin:''' https://www.linkedin.com/in/pratul1997/
+
:'''Linkedin:''' [https://www.linkedin.com/in/pratul1997/ pratul1997]
:'''Facebook:''' https://www.facebook.com/Pratul1997
+
:'''Facebook:''' [https://www.facebook.com/Pratul1997 Pratul1997]
 
:'''Languages:''' English, Hindi
 
:'''Languages:''' English, Hindi
 
:'''Time-Zone:''' Jaipur , India UTC+5:30
 
:'''Time-Zone:''' Jaipur , India UTC+5:30
Line 41: Line 41:  
===Project Proposal Information===
 
===Project Proposal Information===
 
====Proposal Abstract====
 
====Proposal Abstract====
:* To make a beginners guide for the SugarLabs Community. A platform for guiding them how to contribute through making these form :
+
:* To make a beginners guide for the SugarLabs Community. a platform for guiding them how to start contributing and taking care of FAQ’s like :
 
::* <u>Where to start?</u>  
 
::* <u>Where to start?</u>  
 
::* <u>What to start?</u>
 
::* <u>What to start?</u>
Line 47: Line 47:  
::* <u>Where to submit?</u>
 
::* <u>Where to submit?</u>
   −
:* We need to convert the markdown and grasp the information from different places to bring all the information at a single place which can also be used as '''sugarlabs.github.io'''
+
:* Convert the markdown and grasp the information from different places to bring all the information at a single place which can also be used as '''sugarlabs.github.io'''
:* The basic goal is to help new developers to our community to get settled easily in the world of SugarLabs.  
+
:* The basic goal is to help new developers to settle easily into the SugarLabs world.  
:* To work to make a dashboard for the users so that they can get to know about developed and developing areas, track the project as well as their progress and performance. Their contribution could also be seen by the community.
+
:* Make a dashboard for the users so that they can get to know about developed and developing areas, track the project as well as their progress and performance. Their contribution could also be seen by the community.
    
====Current Status of Project====
 
====Current Status of Project====
    
====Dashboard Features====
 
====Dashboard Features====
 +
::* The Dashboard would contain user’s basic information (like email address, name, IRC name, Time zone, GitHub handle, social media handles etc.) so as to help him to easily share and collaborate with others.
 +
::* The purpose of making dashboard is to make a newcomer feel closer to our community.
 +
::* The dashboard can be logged in through single click integrated with Google ID, Github or Facebook (more login options like single login providers like OneLogin and log in using StackOverflow/StackExchange network ID may also be added if needed in future).
 +
::* These details would be shared as per the privacy settings of the user where he can decide what information will visible to which audience.
 +
::* The user would be able to bookmark the articles of the guide or add them to “read later”  for future reference and access them from his dashboard when he needs.
 +
::* '''Login won’t be the compulsory part, the documentation can be viewed without even logging.'''
 +
::* These features would be add-ons to the current idea of the Beginners Guide.
 +
:* '''Technologies Used:''' NodeJS, MongoDB, HTML, CSS, JavaScript, Jquery, Bootstrap, Material, Angular
 +
::* Nearly all the frameworks and libraries specified here are Open Source
    
====Badge Feature in Dashboard====
 
====Badge Feature in Dashboard====
 
+
:* The documentation will be on the right side. The left side will contain navigation bar and links.
 +
:* There would be a button at the end of each page so when the user has completed a certain portion of the documentation he can press the button to confirm the completion and the progress would be reflected on his dashboard as a badge(certain stars will appear on his profile).
 +
:* Newcomers would be engaged in this and they would also be able to share their badges on social media. So this also adds to promotion and publicity of Sugarlabs.
 +
:* The user could log in by pressing “Sign In” option and sign into his dashboard with his registered credentials.
 +
:* In case the user is not logged, he will be prompted to log in so that the badge gets added to his account.
    
====Add Shortcuts====
 
====Add Shortcuts====
 +
:* This feature is to ease the navigation and readability of the user.
 +
:* If the user feels some part of Beginner Guide is important for him and he is unavailable to work on that at that instant moment then he can add Shortcut to it.
 +
:* This will help in several ways:
 +
::* If the user cannot read some part at that moment.
 +
::* If he feels some part important to keep as easy navigation for future.
 +
::* As Bookmarks
 +
::* To help other users to get started in the community in very quick manner.
 +
:* A button at the top right will be provided to integrate one-click easy shortcut addition to his dashboard.
 +
'''Technologies used:''' Bootstrap, JavaScript, NodeJs, MongoDB
    
====Sugarbot====
 
====Sugarbot====
 +
:* I propose to integrate a bot, called SugarBot with Sugarlabs GitHub repository.
 +
:* Sugarbot will keep track of repositories and when an issue is being opened, and the maintainer of the repo attaches easy, medium, hard, GCI, GSoC label to it on GitHub.
 +
:* This bot will automatically reflect it to the web page, the part of our newcomer's guide.
 +
:* So if the newcomers want to start contributing right away, the user can view those list and can choose his issues according to of difficulty level and required the skill set and start working.
 +
:* Skills need to work and implement the Sugarbot concept:
 +
::* https://developer.github.com/v3/issues/#list-issues
 +
::* https://github.com/nodejs/github-bot
 +
::* To retrieve data from Developer Github API, JSON knowledge needed.
 +
::* The inspiration of ideas are from to:
 +
:::* [https://starters.servo.org/ Mozilla Starter Pack]
 +
:::* [https://publiclab.github.io/community-toolbox/ Publiclabs First Timer issue]
 +
 +
: '''Skills Required:''' NodeJs, JSON, XML, Javascript
 +
 
===Risks===
 
===Risks===
 
* '''Risk [[#1]]: your beginner guide does not help a beginner'''
 
* '''Risk [[#1]]: your beginner guide does not help a beginner'''
Line 72: Line 108:  
::* Basic Html 5 tags and CSS attributes will be utilized.
 
::* Basic Html 5 tags and CSS attributes will be utilized.
 
::* Throughout the development only open-source software and technologies like [https://github.com/twbs Bootstrap], [https://github.com/angular Angular], [https://github.com/nodejs NodeJs], [https://github.com/angular/material2 Material] etc will be used.
 
::* Throughout the development only open-source software and technologies like [https://github.com/twbs Bootstrap], [https://github.com/angular Angular], [https://github.com/nodejs NodeJs], [https://github.com/angular/material2 Material] etc will be used.
::* To convert Html files to markdown https://domchristie.github.io/turndown/
+
::* To convert Html files to markdown [https://domchristie.github.io/turndown/ domchristie.github.io]
::* The open Source software https://wkhtmltopdf.org/ will be used to convert the completed website in a good layout pdf.
+
::* The Open Source software [https://wkhtmltopdf.org/ wkhtmltopdf] will be used to convert the completed website in a good layout pdf.
 
::* Remove information from the current existing guide and put the link to new guide at those places and linked properly for proper navigation.
 
::* Remove information from the current existing guide and put the link to new guide at those places and linked properly for proper navigation.
    
* '''Risk [[#3]]; your beginner guide is abandoned soon after publishing'''
 
* '''Risk [[#3]]; your beginner guide is abandoned soon after publishing'''
 
::* I want to work on this project even after GSoC period overs I see a huge possibility of exploration of Sugarbot and I will be always there for updation of the newcomer Guide and working on Sugarbot to make things automated and easy.
 
::* I want to work on this project even after GSoC period overs I see a huge possibility of exploration of Sugarbot and I will be always there for updation of the newcomer Guide and working on Sugarbot to make things automated and easy.
 +
 +
===Timeline===
 +
:* GSoC is typically about 12 weeks long, with an additional 25 days of community bonding period.
 +
:* The evaluation is in three phases viz. Phase I, Phase II and Phase III. I have divided my workflow accordingly.
 +
{| class="wikitable"
 +
|-
 +
! Time Frame !! Start Date - End Date !! Task
 +
|-
 +
|  Community Bonding  || April 24 - April 30 ||
 +
Gather information about all SugarLabs project and their dependencies
 +
 +
Try to install those Sugar Labs project on my local machine
 +
 +
In case of any problem will try to contact the project maintainer
 +
|-
 +
|  || May 1 - May 6 ||
 +
Learn NodeJs in more depth which will be required for implementing the Sugarbot
 +
|-
 +
|  || May 7 - May 13 ||
 +
A lot of discussions with the community, discussions with mentors
 +
 +
on an implementation of features whose reference links I was unable to find.
 +
 +
If my mentor thinks I am ready to start then I’ll start working on Phase I
 +
|-
 +
| Phase I || May 14 - May 20 ||
 +
Start making Dashboard
 +
|-
 +
|  || May 21 - May 27 ||
 +
Addition Privacy feature to the dashboard
 +
|-
 +
|  || May 28 - June 03 ||
 +
Start work on newcomers/beginners Guide
 +
|-
 +
|  || June 04 - June 10 ||
 +
Use Bootstrap to make the beginner guide responsive
 +
|-
 +
|  || June 11 - June 17 ||
 +
Add JQuery to make the newcomers guide more interactive
 +
|-
 +
| Phase II || June 18 - June 24 ||
 +
Remove extra components of Bootstrap and Jquery
 +
 +
(prepare the minimized bootstrap and JQuery) to make our website load faster
 +
 +
|-
 +
|  || June 25 - July 01 ||
 +
Start work on adding checkpoints after the suitable interval in the Guide.
 +
|-
 +
| || July 02 - July 08 ||
 +
Linking badge with the checkpoints so that when clicked the badges get
 +
 +
reflected in the user’s profile
 +
|-
 +
|  || July 09 - July 15 ||
 +
Cleanup of code and extensive testing
 +
|-
 +
| Phase III || July 16 - July 22 ||
 +
Work on Sugarbot which looks for labels and adds them to its database
 +
|-
 +
| || July 23 - July 29 ||
 +
Making the layout of issue section in the website to list all issues at a single place
 +
|-
 +
|  || July 30 - August 05 ||
 +
Integrating latest 10 issues on the website
 +
|-
 +
|  || August 06 - August 14 ||
 +
Extensive testing of newcomer guide and Sugarbot
 +
|-
 +
| After GSoC || ||Keep contributing to Sugarlabs and updating the newcomer's guide
 +
 +
as the dependencies change or the project description changes.
 +
 +
Help others to contribute to and use Sugar Labs projects.
 +
 +
Work to improve and advance Sugarbot for a lot more automation.
 +
 +
Serve as GCI mentor for this the above listed new projects and guide the
 +
 +
new students to work on them.Take feedback from students during GCI about
 +
 +
the current productivity of the dashboard and desirable new features
 +
 +
to the newcomer guide. Linking of data analysis of the dashboard and also,
 +
 +
add analysis of specific parts on which fewer badges were received.
 +
|}
    
===Project and the community===
 
===Project and the community===
 
*'''If your project is successfully completed, what will its impact be on the Sugar Labs community?'''
 
*'''If your project is successfully completed, what will its impact be on the Sugar Labs community?'''
::* If the project is successful it will be of huge help for new developers to SugarLabs as well as establish all the documentation at one place in a well-organized way. This will also give first-time users a pleasant experience as they wouldn’t have to figure out all the procedures by themselves.  
+
::* If the project is successful it will be of huge help for new developers to SugarLabs as well as for establishing ones to get all the documentation at one place in a well-organized way. This will also give first-time users a pleasant experience as they won't have to figure out all the procedures by themselves.  
::* FAQ’s like “How to download the Sugar labs projects” and “how to start contributing” would be taken care of at a single place in a decently organized way.
+
::* FAQ’s like “How to download Sugar labs projects” and “how to start contributing” would be taken care of at a single place in an organized way.
::* To make it more user-friendly there would be testing as well as feedback and suggestions from the users so as to make changes accordingly.
+
::* To make it more user-friendly there would be testing as well as feedback and suggestions from the users and changes would be made accordingly.
::* Dashboard will bring all the community features at a single place and badges would reflect how much a user has used our documentation and how much of help it has been.
+
::* Dashboard will bring all the community features at a single place and badges would reflect how much a user has used our documentation and of how much help it has been.
 
::* If there is some part of the documentation that is not completed by the majority of the newcomers, (this can be seen by the number of badges with the students) then more emphasis will be laid to that part for more refining.
 
::* If there is some part of the documentation that is not completed by the majority of the newcomers, (this can be seen by the number of badges with the students) then more emphasis will be laid to that part for more refining.
::* Sugarbot will be a new project to Sugar labs which could be further expanded and embedded within our chatting and mailing channel.  
+
::* Sugarbot will be a new project to Sugar labs which could be further expanded and embedded within our chatting and mailing channel.
 
::* In future, it could also be utilized for assigning issues thus increasing automation and productivity. There seems to be a lot of scope for Sugarbot’s expansion.
 
::* In future, it could also be utilized for assigning issues thus increasing automation and productivity. There seems to be a lot of scope for Sugarbot’s expansion.
 +
 
*'''What will you do if you get stuck on your project and your mentor isn't around?'''
 
*'''What will you do if you get stuck on your project and your mentor isn't around?'''
::* I will try to resolve the issue myself by looking it up on Google, StackOverflow etc.
+
::* I will try to resolve the issue myself by looking it up on DuckDuckGo, StackOverflow etc.
 
::* Read the documentation of the tool in which problem occurs.
 
::* Read the documentation of the tool in which problem occurs.
 
::* Contact other SugarLabs members through IRC, developer mailing lists
 
::* Contact other SugarLabs members through IRC, developer mailing lists
 
::* If the problem is still not resolved, I will engross myself on some other module to keep the things rolling and wait for my mentors to help me out.
 
::* If the problem is still not resolved, I will engross myself on some other module to keep the things rolling and wait for my mentors to help me out.
 +
 
*'''How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?'''
 
*'''How do you propose you will be keeping the community informed of your progress and any problems or questions you might have over the course of the project?'''
 
::* Convey daily work to my mentors
 
::* Convey daily work to my mentors
 
::* Daily updates on IRC
 
::* Daily updates on IRC
 
::* I will keep posting updates on my work on the developer mailing as per requirements
 
::* I will keep posting updates on my work on the developer mailing as per requirements
::* I’ll update my weekly work on either Github or BitBucket
+
::* I'll update my weekly work on Github  
 
::* Keep my work well documented for the community.
 
::* Keep my work well documented for the community.
   Line 110: Line 235:  
::* I have been part of Sugarlabs community since October 2017.
 
::* I have been part of Sugarlabs community since October 2017.
 
::* I have also tried to serve as GCI mentor and guide new students, I will be part of Sugarlabs community even after completion of GSoC tenure.
 
::* I have also tried to serve as GCI mentor and guide new students, I will be part of Sugarlabs community even after completion of GSoC tenure.
::* I’ll try to keep on adding newer features and ideas to the project after GSoC as there are a few ideas in my mind ( like dashboard feature can be explored in the much better way in future like Season of KDE dashboard and certain other competitions like BOSS - Bountiful Open Source Summer) which can’t be implemented within the tenure of GSoC. I would like to work upon those ideas after GSoC.
+
::* I’ll try to keep on adding newer features and ideas to the project after GSoC as there are a few ideas in my mind ( like dashboard feature can be explored in the much better way in future like [https://season.kde.org/?q=program_home&prg=46 Season of KDE dashboard] and certain other competitions like [https://lab.codingblocks.com/boss/ BOSS - Bountiful Open Source Summer]) which can’t be implemented within the tenure of GSoC. I would like to work upon those ideas after GSoC.
90

edits

Navigation menu