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

87 show personalized favorites #131

Merged
merged 62 commits into from
May 14, 2022
Merged

Conversation

JacobBredin
Copy link
Collaborator

@JacobBredin JacobBredin commented May 9, 2022

Summary

Favorites are now saved in the database for each user separately. Favorites are also shown to users based on what they have favorited themselves.

image

(images via SQL Server Management Studio)
image
image

Definition of done

  • All acceptance criteria are completed.
  • The code has (at least) 80% branch test coverage.
  • All tests pass.
  • The code is reviewed and accepted by (at least) two other team members.
  • Views adhere to design style.

Closes #87

JacobBredin and others added 26 commits May 7, 2022 14:21
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Co-authored-by: pkasinski <kasinski@student.chalmers.se>
Copy link
Collaborator

@jonathan-lindqvist jonathan-lindqvist left a comment

Choose a reason for hiding this comment

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

Looking great! 👍

Nothing to comment on that has not already been mentioned

Copy link
Owner

@martinjonsson01 martinjonsson01 left a comment

Choose a reason for hiding this comment

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

Good work!

src/Application/Users/IUserService.cs Show resolved Hide resolved
src/Client/Pages/Dashboard/FavoriteCards.razor Outdated Show resolved Hide resolved
tests/Client.Tests/Pages/Contracts/FavoriteButtonTests.cs Outdated Show resolved Hide resolved
tests/Client.Tests/Pages/Contracts/FavoriteButtonTests.cs Outdated Show resolved Hide resolved
tests/Client.Tests/Pages/Contracts/FavoriteButtonTests.cs Outdated Show resolved Hide resolved
tests/Client.Tests/Pages/Contracts/FavoriteButtonTests.cs Outdated Show resolved Hide resolved
@JacobBredin JacobBredin force-pushed the 87-show-personalized-favorites-2 branch from 4e10a39 to 038569b Compare May 12, 2022 15:15
@JacobBredin JacobBredin merged commit d38d743 into master May 14, 2022
@JacobBredin JacobBredin deleted the 87-show-personalized-favorites-2 branch May 14, 2022 11:40
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.

Show personalized favorites
5 participants