Difference between revisions of "Summer of Code/2013/Project sharing website"

From Sugar Labs
Jump to navigation Jump to search
(Incomplete project description)
(→‎About my Project: Add project description)
Line 37: Line 37:
 
'''Project sharing website''' will allow kids to share their projects they have created using various Sugar activities like Paint, Tam Tam or Turtle Art.
 
'''Project sharing website''' will allow kids to share their projects they have created using various Sugar activities like Paint, Tam Tam or Turtle Art.
  
This website will be designed for kids where they can showcase their projects, learning from and using others projects, creating a fun, collaborative environment. Teachers will be able to use virtual classrooms and uploaded projects to teach kids to draw, program or create music. Parents will be able to see and appreciate their kids' creations.
+
This website will be designed for kids where they can showcase their projects, learning from and using others projects, creating a fun, collaborative environment. Teachers will be able to use virtual classrooms and uploaded projects to teach kids to draw, program or create music. Parents will be able to see and appreciate their kids' creations by commenting on their projects. For activity developers they could show what their activities can do and how to do them in Teacher's view.
  
Feature list:
+
# On the frontend, I'll be using [http://twitter.github.com/bootstrap/ Twitter Bootstrap], a front-end development framework, and [http://jquery.com/ JQuery]
* kids profiles
+
# On the backend,  the application will use Python and [http://djangoproject.org/ Django] as the web framework to develop the application faster.
** galleries
 
** activities
 
*** projects
 
  
* teachers profiles
+
==== Features and Deliverables ====
** activities
 
*** projects
 
*** lectures
 
  
* rest api
+
# Projects:
** integration with current activities
+
#* Preview projects in browser in form of videos, pictures slideshows, audio, program(run in browser?) depending upon activity.
** specification for others to build on
+
#* Projects will have optional text description.
(Ability to post projects from various Sugar Activities (ex: Turtle Blocks, Etoys, Memorize, Physics, etc.)
+
#* Forking projects to your profile, to hack on build on them.
 +
#* Downloading any project to activity on your Sugar PC.
 +
#* Ability to upload projects to your through activity.
 +
#* Like or Thumbs up a project which adds to your favorites.
 +
#* Add project to gallery.
 +
#* Comments on projects.
 +
#* Share on various social networks Facebook/Twitter/Google+/Link.
 +
# Gallery: Collection of projects
 +
#* Create a default gallery for everyone consisting of their liked projects.
 +
#* Ability to create/edit custom gallery of projects, say according to subject topic, difficulty level etc.
 +
#* Ability to share on various social networks.
 +
# Private classroom / Tutorials:
 +
#* Associate each tutorial with some project.
 +
#* Step by step video(?) showing projects at different stages.
 +
#* Chat with teacher.
 +
# Profiles
 +
## Kids profiles
 +
##* Allow kids to upload projects and view them here.
 +
##* View/create/edit their galleries.
 +
##* Uploaded projects can be categorized by Activity.
 +
## Teachers profiles
 +
##* Allow teachers to upload projects.
 +
##* Give them a tutorial builder based on projects.
 +
##* Galleries for teachers.
 +
# REST API
 +
#* Utilize for the ability to post projects from various Sugar Activities (ex: Turtle Blocks, Etoys, Memorize, Physics, etc.)
 +
#* Specification for others to build on
 +
# Multi-language support
  
* project
 
** fork
 
** download to activity
 
** upload through activity
 
** thumbs up
 
** add to favorites/other gallery
 
** comments
 
** share on fb/twitter/g+/link
 
(Ability to engage and connect with friends and classmates using various Social Networking sites/techniques.)
 
  
* gallery
+
* Design a clean, simple UI.
** default gallery favorites
+
* Follow PEP8, Idiomatic code
** create / organize gallery of projects
+
* Test driven development
** share
 
(Ability for users to create galleries (of their own projects, favorite projects, subject specific topics, etc.))
 
 
 
* Multi-language support https://docs.djangoproject.com/en/dev/topics/i18n/
 
 
 
Discussion
 
Separate landing pages for different audiences (kids, teachers, parents, etc.)
 
Section to share kid created art from projects
 
Ability to have “private classroom spaces”
 
Tools to support community management of the site
 

Revision as of 13:04, 1 May 2013

About me

What is your name?

Akshit Khurana

What is your email address?

axitkhurana@gmail.com

What is your Sugar Labs wiki username?

Axitkhurana

What is your IRC nickname?

axitkhurana on freenode/OFTC

What is your primary language?

(We have mentors who speak multiple languages and can match you with one of them if you'd prefer.)

English and Hindi

Where are you located, and what hours do you tend to work?

(We also try to match mentors by general time zone if possible.)

I am located in Delhi, India 5:30+GMT. I'm pretty flexible in my working hours, usually tend to work late.

Have you participated in an open-source project before?

If so, please send us URLs to your profile pages for those projects, or some other demonstration of the work that you have done in open-source. If not, why do you want to work on an open-source project this summer?

I contributed to openSUSE's popcorn project during GSoC 2012. Popcorn collects anonymous data about usage of RPM packages. I implemented various features including making data collection anonymous, packaging client RPM, implement a simple RESTful API, integration of client in settings user interface (YaST). Source code is available on github. My contributions are under username axitkhurana.

Also, working towards a small patch for TOR's stem library.

About my Project

Project description

What is the name of your project? Describe your project in 10-20 sentences. What are you making? Who are you making it for, and why do they need it? What technologies (programming languages, etc.) will you be using?

Project sharing website will allow kids to share their projects they have created using various Sugar activities like Paint, Tam Tam or Turtle Art.

This website will be designed for kids where they can showcase their projects, learning from and using others projects, creating a fun, collaborative environment. Teachers will be able to use virtual classrooms and uploaded projects to teach kids to draw, program or create music. Parents will be able to see and appreciate their kids' creations by commenting on their projects. For activity developers they could show what their activities can do and how to do them in Teacher's view.

  1. On the frontend, I'll be using Twitter Bootstrap, a front-end development framework, and JQuery
  2. On the backend, the application will use Python and Django as the web framework to develop the application faster.

Features and Deliverables

  1. Projects:
    • Preview projects in browser in form of videos, pictures slideshows, audio, program(run in browser?) depending upon activity.
    • Projects will have optional text description.
    • Forking projects to your profile, to hack on build on them.
    • Downloading any project to activity on your Sugar PC.
    • Ability to upload projects to your through activity.
    • Like or Thumbs up a project which adds to your favorites.
    • Add project to gallery.
    • Comments on projects.
    • Share on various social networks Facebook/Twitter/Google+/Link.
  2. Gallery: Collection of projects
    • Create a default gallery for everyone consisting of their liked projects.
    • Ability to create/edit custom gallery of projects, say according to subject topic, difficulty level etc.
    • Ability to share on various social networks.
  3. Private classroom / Tutorials:
    • Associate each tutorial with some project.
    • Step by step video(?) showing projects at different stages.
    • Chat with teacher.
  4. Profiles
    1. Kids profiles
      • Allow kids to upload projects and view them here.
      • View/create/edit their galleries.
      • Uploaded projects can be categorized by Activity.
    2. Teachers profiles
      • Allow teachers to upload projects.
      • Give them a tutorial builder based on projects.
      • Galleries for teachers.
  5. REST API
    • Utilize for the ability to post projects from various Sugar Activities (ex: Turtle Blocks, Etoys, Memorize, Physics, etc.)
    • Specification for others to build on
  6. Multi-language support


  • Design a clean, simple UI.
  • Follow PEP8, Idiomatic code
  • Test driven development