Skip to content

Conversation

@manoelmarcelino
Copy link

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

kelvincarvalhosilva and others added 2 commits May 30, 2025 11:34
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.
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
@@ -0,0 +1,153 @@
# Changelog Order Response
Copy link
Contributor

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?

Copy link
Author

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
Copy link
Contributor

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

Copy link
Author

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

- items
- transactions

- Propriedades obsoletas (presentes na classe mas não no JSON):
Copy link
Contributor

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?

Copy link
Author

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

@@ -0,0 +1,110 @@
# Changelog - Order Request
Copy link
Contributor

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

Copy link
Author

@manoelmarcelino manoelmarcelino left a comment

Choose a reason for hiding this comment

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

Delete Change Logs

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.

6 participants