Add request to fetch votes made by current user#84
Merged
zeusongit merged 1 commit intoDynamoDS:masterfrom Aug 23, 2023
Merged
Conversation
- add route to fetch votes made by current user
zeusongit
approved these changes
Aug 23, 2023
dnenov
added a commit
to dnenov/Dynamo
that referenced
this pull request
Sep 7, 2023
- still not showing the new 'GetUserVotes' request that was added with this PR DynamoDS/PackageManagerClient#84
9 tasks
reddyashish
pushed a commit
to DynamoDS/Dynamo
that referenced
this pull request
Oct 27, 2023
* votes cherry pick - adding changes connected to the 'votes' behavior * Greg update - still not showing the new 'GetUserVotes' request that was added with this PR DynamoDS/PackageManagerClient#84 * votes cherry pick - voting for packages functionality reinstated - checking for user votes on loading - if the user has already voted for a package prevents from voting again - ui updates * minor fixes - now correctly updates the SeachElement item inside the PackageManagerPackagesControl 'votes' icon when user has voted for a package - now allows to vote for a package right after a package has been installed * Greg - Duplicate 'PackageReference' items found - removed duplicate package references * references reconciliation - reconciled meshed up references - comments * reference fix - last reference? * revert assemblyinfo changes - revert changes made by mistake * failing tests fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
A small PR based on the new API route provided by @zeusongit
user/votes. Will fetch all votes made by current user.Declarations
Check these if you believe they are true
Reviewers
@zeusongit
@QilongTang
FYIs