Open Issues Need Help
View All on GitHubAI Summary: The GitHub issue proposes implementing a Backend for Frontend (BFF) architecture for the Petbook application using NestJS. This architecture aims to provide tailored endpoints for different frontends (web, mobile) while centralizing core business logic. The proposal outlines a monorepo project structure, including an API Gateway, dedicated BFF services, and underlying microservices, along with configuration examples for tools like Nx or Turborepo.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.
AI Summary: This GitHub issue serves as a guide for implementing internationalization (i18n) in NestJS applications, highlighting its importance for multi-language support. It primarily recommends using the `nestjs-i18n` package, providing a basic configuration example for `AppModule` and detailing the suggested file structure for translation files. The issue outlines the initial setup steps for integrating i18n into a NestJS project.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.
AI Summary: The issue proposes a refactoring task to change the data type of identifiers (IDs) from strings to integers. This typically involves updating database schemas, migrating existing data, and modifying all code that interacts with these IDs across the application.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.
AI Summary: This issue is about implementing the initial registration process for the application. It involves creating profiles for both pet owners (users) and their associated pets, establishing the foundational data structure for the system.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.
AI Summary: This GitHub issue proposes implementing a feature for daily alerts or reminders for various actions, such as health-related tasks, walks, or baths. The title suggests these reminders should be managed or viewed similarly to appointments.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.
AI Summary: This issue proposes adding functionality for users to schedule specific services like bathing, grooming, or vaccination. It aims to integrate the selection of these services directly into the appointment booking or scheduling process, allowing users to request them when making an appointment.
PetBook a Solucão que conecta criadores de Pet aos melhores Serviços e Produtos sem a necessidade de sair de casa.