Skip to content
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

Fixes and refactoring #65

Merged
merged 12 commits into from
Feb 1, 2024
Merged

Fixes and refactoring #65

merged 12 commits into from
Feb 1, 2024

Conversation

PatrickOtero
Copy link
Contributor

@PatrickOtero PatrickOtero commented Jan 30, 2024

Fixes:
1- Now testimonies updates when mentors data updates.
2 - Some missing swagger endpoints descriptions were added.
3 - Moved "templates" folder inside mail module folder (trying to fix the empty body email bug)

Refactors: The service files that were with all its services (functions) inside them now were divided into individual service files with only one service(function) inside.

@PatrickOtero PatrickOtero self-assigned this Jan 30, 2024
@PatrickOtero PatrickOtero changed the title fix: testimony auto update Fixes and refactoring Jan 30, 2024
Copy link

sonarcloud bot commented Jan 30, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

@rigonlucas rigonlucas left a comment

Choose a reason for hiding this comment

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

Fiquei com dúvida a respeito das listagens: elas não deveriam ser paginafas?

constructor(private userRepository: UserRepository) {}

async execute(): Promise<UserEntity[]> {
return this.userRepository.findAllUsers();

Choose a reason for hiding this comment

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

Não deveria ser paginado?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Deveriam sim, mas ainda não apliquei. Vou tentar fazer amanhã à tarde.

@PatrickOtero PatrickOtero merged commit f39c4dd into SouJunior:main Feb 1, 2024
2 checks passed
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.

2 participants