Skip to content

Conversation

@anyulled
Copy link
Member

@anyulled anyulled commented Dec 6, 2025

2026 Edition, to be featured in June at the World Trade Center, Barcelona.

@anyulled anyulled self-assigned this Dec 6, 2025
@netlify
Copy link

netlify bot commented Dec 6, 2025

Deploy Preview for dev-bcn ready!

Name Link
🔨 Latest commit eaa5e60
🔍 Latest deploy log https://app.netlify.com/projects/dev-bcn/deploys/6943e5b273301b0008e1bcde
😎 Deploy Preview https://deploy-preview-812--dev-bcn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 44
Accessibility: 95
Best Practices: 92
SEO: 100
PWA: 100
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @anyulled, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on preparing the conference website for the 2026 edition by establishing its core structure and data. A major architectural improvement involves refactoring the routing system to be dynamic and scalable, allowing for easier management of content across multiple conference years. Additionally, a complete set of new home page components, including interactive FAQ and sponsor sections, has been added for the 2025 edition, serving as a robust template for future years. These changes collectively enhance the site's maintainability, flexibility, and user experience for upcoming events.

Highlights

  • New 2026 Edition Setup: The pull request introduces the foundational structure for the 2026 conference edition, including a new 2026.json data file and updates to the main HomeWrapper to reference this new edition. This sets up the site for the upcoming year's content.
  • Dynamic Route Configuration: A significant refactoring of the application's routing system has been implemented. Instead of hardcoding routes in App.tsx, a new dynamic configuration system (routeConfig.ts, yearRoutes.ts) now manages all routes, making it easier to add or modify routes for different conference editions.
  • Updated Navigation Logic: The Navigation component has been enhanced to dynamically select navigation items based on the current year in the URL. This includes new navigation data for both the 2025 and 2026 editions, improving the multi-year support of the website.
  • New 2025 Home Page Components: A comprehensive set of new components for the 2025 home page has been added, including HomeWrapper2025, ActionButtons, Faqs (with FaqsData and FaqsCard), Sponsors (with various sponsor categories like BasicSponsor, PremiumSponsors, Communities, MediaPartners, Supporters, TopSponsors), and related styling and utility files. These components provide a rich and interactive experience for the 2025 edition.
  • Centralized Lazy Loading: A new lazyComponents.ts utility file has been introduced to centralize all lazy-loaded components, categorizing them into shared and year-specific exports. This improves code organization and simplifies component imports across the application.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request effectively prepares the application for the 2026 conference edition by archiving the 2025 content and refactoring the routing system. The move to a centralized, configuration-based routing is a significant enhancement for maintainability. I've identified a critical syntax error and a few other areas for improvement regarding code clarity, consistency, and minor UI formatting. Overall, this is a solid update that greatly improves the project's structure.

@anyulled anyulled enabled auto-merge (squash) December 7, 2025 21:28
@anyulled anyulled disabled auto-merge December 7, 2025 21:28
Copy link
Contributor

@jonathanvila jonathanvila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Corregir el numero de dias. Solo seran 2
  2. Why to participate : Eliminar los lenguajes que no incluimos > Rust, Go
  3. What is DevBcn : anadir AI
  4. Eliminar accommodation options

anyulled and others added 22 commits December 18, 2025 12:27
… while updating existing home and navigation for the new structure and preparing for 2026 data
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…orTier` component and add VS Code launch configuration.
…and introduce `StyledTimerNumber` for styling.
…nue information based on route parameters, adding new images and minor styling adjustments.
@anyulled anyulled merged commit 9817a7e into main Dec 18, 2025
11 of 12 checks passed
@anyulled anyulled deleted the feat/2026-edition branch December 18, 2025 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants