Add event format field (in-person, online, hybrid) with sample data#115
Open
niteash wants to merge 13 commits into
Open
Add event format field (in-person, online, hybrid) with sample data#115niteash wants to merge 13 commits into
niteash wants to merge 13 commits into
Conversation
✅ Deploy Preview for dueventboard ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Author
|
All pre-commit issues resolved. All checks are now passing ✅ |
Author
|
All issues have been resolved. The format field has been validated and integrated with both backend processing and frontend filtering. Ready for review and merge 🚀 |
Contributor
|
@niteash , can you add screen recording of the added feature |
Author
|
Yes, I can add the screen recording
…On Wed, Apr 8, 2026, 10:52 PM Yuvi Mittal ***@***.***> wrote:
*yuvimittal* left a comment (data-umbrella/du-event-board#115)
<#115 (comment)>
@niteash <https://github.com/niteash> , can you add screen recording of
the added feature
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS4RTSMRGFJLUAERGWPXBET4U2DEJAVCNFSM6AAAAACXFGTHAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DEMBYGEZDCNJSGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Contributor
|
@yuvi, please close this, I will add this and other features from the spreadsheet later as needed |
Author
|
Dear shanvi,
Please give me the time for the tomorrow till evening. I'll close this by
tomorrow for sure. Thank you very much for your valuable response.
…On Sun, May 17, 2026, 9:34 PM Sanvi Shukla ***@***.***> wrote:
*sanvishukla* left a comment (data-umbrella/du-event-board#115)
<#115 (comment)>
@yuvi <https://github.com/yuvi>, please close this, I will add this and
other features from the spreadsheet later as needed
—
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS4RTSLBHAM3YUJRCQYAJMD43HPH7AVCNFSM6AAAAACXFGTHAOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DINZRGMYDSOBXGU>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Author
|
@yuvimittal - this is the recorded video of the feature I have implemented drive link - https://drive.google.com/file/d/1naSY8xrMnrLU_5W1DP4djEN1gZ8zdqzg/view?usp=share_link |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds support for the new format field in event data to enable filtering and display of event types (In-Person, Online, Hybrid).
I updated the sample events in data/events.yaml by adding the format field with valid values (in-person, online, hybrid). The changes align with the validation logic in generate_events_json.py and support the frontend filtering feature.
Solves issue #114
Run:
python scripts/generate_events_json.py
Ensure no validation errors occur
Verify that src/data/events.json is generated successfully
Run the frontend:
npm run devCheck that:
• Events display correctly
• Format badges (In-Person / Online / Hybrid) appear
• Format filtering works as expected
Pull Request checklists
This PR is a:
• bug-fix
• new feature
• maintenance
About this PR:
• it includes tests.
• the tests are executed on CI.
• pre-commit hooks were executed locally.
• this PR requires a project documentation update.
Author’s checklist:
• I have reviewed the changes and it contains no misspelling.
• The code is well commented, especially in the parts that contain more complexity.
• New and old tests passed locally.
Additional information
• Added format field only to sample events (not all events modified)
• Ensured compatibility with validation logic
• No breaking changes introduced
Reviewer’s Checklist
• I managed to reproduce the problem locally from the main branch
• I managed to test the new changes locally
• I confirm that the issues mentioned were fixed/resolved.