Criação de novo grupo de rotas para Catálogos e Coleções#1212
Closed
wayre wants to merge 13 commits intoEvolutionAPI:mainfrom
Closed
Criação de novo grupo de rotas para Catálogos e Coleções#1212wayre wants to merge 13 commits intoEvolutionAPI:mainfrom
wayre wants to merge 13 commits intoEvolutionAPI:mainfrom
Conversation
- Update Docker image repository to evoapicloud/evolution-api - Modify contact email to contato@evolution-api.com - Update Docker Compose, Dockerfile, and workflow files - Add Docker image badge to README - Include additional content creator in README - Implement message deduplication cache in Baileys service
…leys service - Refactor edited message detection logic - Prevent duplicate message processing for edited messages - Optimize message key caching mechanism
…{baseUrl}}/chat/fetchCatalogs' and '{{baseUrl}}/chat/fetchCollections'
Refactor edit and delete message functionality in BaileyStartupService
Feat: Adicionei suporte para obter o Catálogos de Produtos e as Coleções de Produtos para a versão 2.2.3
…gos de produtos e Coleções evitando alterações desnecessárias em arquivos do repositório
Contributor
Author
|
Agora que vi que enviei para a branch main. Vou cancelar e gerar para a branch develop. |
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.
Nesta atualização, criei um novo grupo de rotas (business) para tratar dos catálogos de produtos e coleções, com o objetivo de evitar alterações desnecessárias nos arquivos já existentes no repositório. Ao fazer isso, busquei manter a organização e a estrutura original do projeto, sem comprometer a integridade do código existente.
A implementação segue a mesma estrutura do projeto, e, de forma simples, separei as rotas relacionadas a catálogos e coleções em um novo grupo para facilitar a manutenção e ampliar a modularidade do sistema.
Acredito que essa mudança pode melhorar a organização do código e simplificar futuras implementações, mantendo a coerência com a estrutura já adotada no repositório.
Fico à disposição para quaisquer ajustes ou sugestões!