-
Notifications
You must be signed in to change notification settings - Fork 54
Feature/ai fest #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ai fest #315
Conversation
Creates a document outlining the coding standards, project structure, and development practices for the Mercado Pago Java SDK. This document helps to ensure consistency and maintainability across the SDK, covering topics such as naming conventions, code patterns, dependency management, and security practices.
CHANGELOG_ORDER_RESPONSE.md
Outdated
| @@ -0,0 +1,153 @@ | |||
| # Changelog Order Response | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question] Qual o intuito do changelog Request e Response?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Log das alterações feitas pela IA.
| /** ID of the item. */ | ||
| /** | ||
| * ID of the item. | ||
| * @deprecated This field is no longer used in the current API version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
esse campo foi removido na ultima versao de order? se sim, deve ser removido dessa class
Nao entendi a annotation deprecated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
O annotation serve como double check e validação humana antes de uma remoção total
CHANGELOG_ORDER_RESPONSE.md
Outdated
| - items | ||
| - transactions | ||
|
|
||
| - Propriedades obsoletas (presentes na classe mas não no JSON): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nao entendi essas propriedades obsoletas, devemos remover elas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
O annotation serve como double check e validação humana antes de uma remoção total
CHANGELOG_ORDER_REQUEST.md
Outdated
| @@ -0,0 +1,110 @@ | |||
| # Changelog - Order Request | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não precisa subir esse arquivo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete Change Logs
feat: Updating Curso rules and reorganize folder structure
Update Curso rules to reflect new guidelines
Implement a new folder structure for better organization
Create specific task files for order contract updates