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

00060 implement backend for a to do list Pt. 1 #64

Merged
merged 15 commits into from
Sep 11, 2024

Conversation

mtracewicz
Copy link
Contributor

@mtracewicz mtracewicz commented Sep 9, 2024

Because of the amount of changes required for this ticket I have decided to split it in two for the ease of reviewing.

This first part contains a bump to .net8, splitting backend into projects, introduction of a bruno collection and the initial implementation for todo list.

For now the supported operations are:

  • Create
  • Rename
  • Delete
  • Get
  • List (there is no filtering and no sorting)

Introduce Bruno collection for easy API testing
Small refactoring.
Bump up package with vulnerability.
Remove not needed global.json file
Initial implementation of getting all of users Todo Lists.
Upgrade to .net 8
Add Logs
Remove the redirect for debuging
Update Bruno collections
Remove unused using
Add Create List
Implement get for a single list
@mtracewicz mtracewicz force-pushed the 00060_Implement_backend_for_a_ToDo_list branch from 55e3679 to 87de18e Compare September 10, 2024 11:16
Add deletion of a list
Cleanup sln
Add renamming of lists
Updated Bruno collection
@mtracewicz mtracewicz changed the title 00060 implement backend for a to do list 00060 implement backend for a to do list Pt. 1 Sep 10, 2024
@mtracewicz mtracewicz requested a review from Sojusan September 10, 2024 18:16
@mtracewicz mtracewicz marked this pull request as ready for review September 10, 2024 18:16
Modularize backend
Copy link
Contributor

@Sojusan Sojusan left a comment

Choose a reason for hiding this comment

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

Some minor things to consider.

backend/bruno/KSummarized/ToDo/List/Create.bru Outdated Show resolved Hide resolved
backend/bruno/KSummarized/ToDo/List/Create.bru Outdated Show resolved Hide resolved
backend/src/api/Controllers/TodoController.cs Outdated Show resolved Hide resolved
Address code review comments
Copy link

Quality Gate Passed Quality Gate passed for 'ksummarized_ksummarized.com_frontend'

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

Quality Gate Failed Quality Gate failed for 'ksummarized_ksummarized.com_backend'

Failed conditions
1 Security Hotspot
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Copy link
Contributor

@Sojusan Sojusan left a comment

Choose a reason for hiding this comment

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

LGTM

@mtracewicz mtracewicz merged commit 18da5bc into master Sep 11, 2024
5 of 7 checks passed
@mtracewicz mtracewicz deleted the 00060_Implement_backend_for_a_ToDo_list branch September 11, 2024 15:35
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