-
Notifications
You must be signed in to change notification settings - Fork 57
GSoC'25 Week 01 Update by Shubham #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pikurasa
merged 2 commits into
sugarlabs:main
from
FirePheonix:gsoc25-week01-shubhamsingh
Jun 8, 2025
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
95 changes: 95 additions & 0 deletions
95
src/constants/MarkdownFiles/posts/gsoc-25-FirePheonix-week01.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
--- | ||
title: "GSoC ’25 Week 01 Update by Shubham Singh" | ||
excerpt: "Creating UIs and visuals for addition of Lego Bricks " | ||
category: "DEVELOPER NEWS" | ||
date: "2025-06-07" | ||
slug: "gsoc-25-FirePheonix-week01" | ||
author: "Shubham Singh" | ||
description: "Maintainer and GSoC'25 Contributor at SugarLabs" | ||
tags: "gsoc25,sugarlabs,week01,FirePheonix" | ||
image: "assets/Images/GSOC.png" | ||
--- | ||
|
||
<!-- markdownlint-disable --> | ||
|
||
# Week 01 Progress Report by Shubham Singh | ||
|
||
**Project:** [Color Sensor for Music Blocks](https://github.com/sugarlabs/musicblocks/issues/4537) | ||
**Mentors:** [Devin Ulibarri](https://github.com/pikurasa), [Walter Bender](https://github.com/walterbender) | ||
**Reporting Period:** 2025-06-01 - 2025-06-07 | ||
|
||
--- | ||
|
||
## Goals for This Week | ||
|
||
- **Goal 1:** Basic UI for Image Upload/Real time Video upload and adjust. | ||
- **Goal 2:** Putting the developed UIs onto the widget blocks. | ||
- **Goal 3:** Searching for exisiting audios in the phrase maker and note blocks. | ||
|
||
--- | ||
|
||
## This Week’s Achievements | ||
|
||
1. **Interface for Image upload for Lego Notations** | ||
- Music Blocks has a feature to detect the color of pixels generated from drawing within the program, but it cannot detect the color of pixels from images that are either uploaded or from a webcam. | ||
- By adding a feature to detect color from both uploaded images and a live webcam stream, users would be able to implement Lego music notation for the blind and similarly interactive programs. | ||
|
||
 | ||
|
||
|
||
2. **Live webcam feed and editing options** | ||
- The following feature helps to use a real time video(webcam) onto the Lego Notation detection interface. Also, you may freely edit and move it around the canvas. | ||
 | ||
|
||
- Here's the reference video regarding lego bricks as musical notes: | ||
[youtube: LOfrCPf3XJU] | ||
|
||
- Here's Devin's CMK project for color sensor project in music blocks: | ||
[Reflections from constructing modern knowledge](https://medium.com/@sugarlabs/reflections-from-constructing-modern-knowledge-2024-1ce7d60fbb1c) | ||
|
||
3. **Identified methods to making a new widget block in music blocks** | ||
- I read and went through a lot of documentation, searching for how we can add a new widget block in music blocks. I figured out a few flaws and how can the documentation be improved for future contributors. | ||
 | ||
- From what I've realized working on it, for adding a new block on the music blocks, I definitely think that for adding a new block, a lot of the code - UIs, features, etc. would already exist and you can just inherit those exisiting classes. And also, you'll have to edit and change a LOT of files and add new methods for your own new block. | ||
 | ||
|
||
--- | ||
|
||
## Challenges & How I Overcame Them | ||
|
||
- **Challenge:** Getting started on features and UIs with a lot of doubts about how it should look like. | ||
- **Solution:** Consulting my mentors, presenting variations of "How it could be" to them, refering to EXISTING UIs in Music Blocks. | ||
|
||
--- | ||
|
||
## Key Learnings | ||
|
||
- Gained familiarity with **making new blocks**. | ||
- Deepened understanding of **inheritance and code modularity** | ||
- Improved skills in **exports, imports, code reusability**, **documentation**, and **collaboration workflows**. | ||
|
||
--- | ||
|
||
## Next Week’s Roadmap | ||
|
||
- Implement **mapping of musical notes to lego bricks' colors**. | ||
- Refine **UIs** based on mentor feedback. | ||
- Inherit the exisiting code inside **WidgetBlocks.js** code as UI. | ||
- Target: Completing the **core implementation** in the week number 2 and 3. | ||
|
||
--- | ||
|
||
## Acknowledgments | ||
|
||
Thanks to some old pull requests and documentation available in music blocks, I was able to figure out on a lot about how new blocks are created on the music blocks interface. Will definitely add on more. | ||
|
||
--- | ||
|
||
## Connect with Me | ||
|
||
- GitHub: [@FirePheonix](https://github.com/FirePheonix) | ||
- Gmail: [shubhsoch@gmail.com](mailto:shubhsoch@gmail.com) | ||
- LinkedIn: [Shubham Singh](https://www.linkedin.com/in/shubham-singh-8a5643198/) | ||
- Twitter: [@DevNinjaShubham](https://x.com/DevNinjaShubham) | ||
|
||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you really want to include your personal email? (You may get more spam...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see it's in the template. I'm discussing with others, but I think we shouldn't have it...