feat(meetup): update agenda for La Meetup III with new talks and presenters#152
Merged
feat(meetup): update agenda for La Meetup III with new talks and presenters#152
Conversation
…senters - Adjusted start and end times for several agenda items. - Updated titles and descriptions for talks, including "¿Internet funciona? ¿Cómo? ¿… Y es segura?" and "Debugging Organizacional: Cuando el problema no es el código". - Added new speaker Santiago Pérez with profile details and picture. - Refactored agenda item structure to support multiple presenters. - Enhanced speaker display in the agenda component to accommodate multiple speakers.
|
Deploy preview for owu ready! ✅ Preview Built with commit 38917da. |
…025 meetup - Removed unnecessary type definitions and streamlined the speaker data structure. - Updated the rendering logic to display speakers in a grid format, improving visual organization. - Ensured that each speaker's talk information is directly associated with their respective talk.
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.
Overview
This PR enhances the La Meetup 2025 event page by adding detailed talk descriptions for all three main presentations and implementing support for displaying multiple speakers per talk in the agenda.
✨ Features Added
1. Talk Descriptions & Titles
Updated the three main talks with complete information:
📡 Charla 1: "¿Internet funciona? ¿Cómo? ¿… Y es segura?"
🐛 Charla 2: "Debugging Organizacional: Cuando el problema no es el código"
🔒 Charla 3: "LockSkin: un ransomware para bioimplantes"
2. Multiple Speakers Support
Backend Changes
la-meetup-2025.ts): Changedpresenter(single relationship) topresenters(array of relationships)keystatic/utils.ts): UpdatedAgendaIteminterface andtransformAgendaItemto handle multiple speakersFrontend Changes
Agenda/index.tsx):-space-x-23. Enhanced Avatar Styling
Unified avatar appearance across the site:
bg-zinc-800withp-[3px]padding for border effectbg-[#000214]/50for depthobject-coverandrounded-fullfor proper scaling4. New Speaker Profile
Added Santiago Pérez to the speakers roster:
📁 Files Changed
Created
content/speakers/santiago-perez/index.yaml- New speaker profilepublic/images/speakers/santiago-perez/picture.png- Speaker profile pictureModified
content/la-meetup-2025/la-meetup/index.yaml- Added talk details and updated speaker assignmentssrc/components/Meetups/2025/Agenda/index.tsx- Multiple speakers UI supportsrc/keystatic/collections/la-meetup-2025.ts- Schema update for multiple presenterssrc/app/lib/keystatic/utils.ts- Type definitions and transformer functions🎨 Visual Improvements
Before
After
📝 Notes
Ready for Review ✅