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

Basic To-do List Management #6

Merged
merged 26 commits into from
Feb 14, 2024
Merged

Conversation

romandykyi
Copy link
Owner

This pull request implements basic to-do lists management, adds validation and minimal input sanitization.

Closes #5

Wrote integration tests for all `TodoListsService` methods and implemented them
Fixed the issue with test containers by creating a separate `IntegrationTestsSetup` class.
Updated comments and optimized code a bit
Wrote tests for `TodoItemsService` and implemented all methods of this class.
Also added `IEntity` interface and implemented it for all entities.
Added missing integration test for the method and fixed a bug
Configured Mapster to trim strings and convert null strings into empty strings, also configured `FluentValidation`
@romandykyi romandykyi self-assigned this Feb 14, 2024
@romandykyi romandykyi merged commit b0d010d into master Feb 14, 2024
1 check passed
@romandykyi romandykyi deleted the basic-todo-list-management branch February 14, 2024 18:11
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.

Implement Basic To-do List Management
1 participant