Skip to content

feat(portfolio): add LlarJove project with ia-chatbots category - #65

Merged
GMNAPI merged 3 commits into
masterfrom
feat/add-llarjove-project
Mar 12, 2026
Merged

feat(portfolio): add LlarJove project with ia-chatbots category#65
GMNAPI merged 3 commits into
masterfrom
feat/add-llarjove-project

Conversation

@GMNAPI

@GMNAPI GMNAPI commented Feb 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds 'ia-chatbots' as a new ProjectCategoryId in the domain entity
  • Adds 'llarjove' to PROJECT_SLUGS for static generation
  • Adds the new category + LlarJove project card to es.json and en.json

What is LlarJove?

RAG chatbot (OpenAI GPT-4 + ChromaDB) deployed on Railway that helps young people (18-35) in Catalonia find rental subsidies and understand their housing rights.

Demo: https://llarjove-production-754a.up.railway.app/

Test plan

  • npm run test:run → 212/212 tests passed
  • tsc --noEmit → no type errors
  • Visual check: "IA & Chatbots" filter appears in Projects section
  • Visual check: LlarJove card renders with Demo link

@vercel

vercel Bot commented Feb 21, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

There is no GitHub account connected to this Vercel account.

@vercel

vercel Bot commented Feb 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
desenvolupadormaster Ready Ready Preview, Comment Mar 12, 2026 8:14am

@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @GMNAPI, 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 enhances the portfolio application by integrating a new project, "LlarJove - AI Housing Assistant," and establishing a dedicated category for AI and Chatbot-related projects. This update expands the application's content to showcase advanced AI solutions and improves its data structure to accommodate future AI-driven projects.

Highlights

  • New Project Category: A new ia-chatbots category has been introduced for AI and Chatbot projects, complete with localized descriptions in both English and Spanish.
  • LlarJove Project Integration: The "LlarJove - AI Housing Assistant" project has been added, including its description, a list of technologies used (TypeScript, React, OpenAI GPT-4, ChromaDB, etc.), and links to its GitHub repository and demo, localized for both English and Spanish.
  • Type Definition Update: The ProjectCategoryId type in Project.ts has been extended to include the new ia-chatbots identifier, ensuring type safety for the new category.
  • Static Generation Configuration: The llarjove slug has been added to the PROJECT_SLUGS constant, enabling static generation for the new project within the portfolio application.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • apps/portfolio/messages/en.json
    • Added a new category "AI & Chatbots" with ID "ia-chatbots".
    • Included the "LlarJove - AI Housing Assistant" project details, including title, description, technologies, and links.
  • apps/portfolio/messages/es.json
    • Added a new category "IA & Chatbots" with ID "ia-chatbots".
    • Included the "LlarJove - Asistente de Vivienda con IA" project details, including title, description, technologies, and links.
  • apps/portfolio/src/core/entities/Project.ts
    • Extended the ProjectCategoryId type to include 'ia-chatbots'.
  • apps/portfolio/src/shared/constants/project-slugs.ts
    • Added 'llarjove' to the PROJECT_SLUGS array.
Activity
  • All unit tests passed successfully (npm run test:run).
  • No type errors were reported by the TypeScript compiler (tsc --noEmit).
  • Visual checks for the "IA & Chatbots" filter and the LlarJove project card rendering are pending.
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.

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

Copy link
Copy Markdown

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 adds the 'LlarJove' project to the portfolio, including a new 'ia-chatbots' category. The changes are well-implemented across the TypeScript types and JSON translation files. I've provided a couple of suggestions to improve maintainability by keeping the lists of project slugs and category IDs sorted alphabetically. Overall, great work!

GMNAPI added 3 commits March 12, 2026 09:11
- Add 'ia-chatbots' to ProjectCategoryId union type
- Add 'llarjove' slug to PROJECT_SLUGS
- Add new category and LlarJove item to es.json and en.json
@github-actions

Copy link
Copy Markdown

CI Pipeline passed! All checks completed successfully.

@GMNAPI
GMNAPI merged commit 1a08cfb into master Mar 12, 2026
8 of 9 checks passed
@GMNAPI
GMNAPI deleted the feat/add-llarjove-project branch March 12, 2026 08:29
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.

1 participant