generated from xgeekshq/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[FEATURE]: hide votes from others on the board #309
Merged
Merged
Conversation
This file contains 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
dvpfran
reviewed
Jul 11, 2022
dvpfran
approved these changes
Jul 12, 2022
dsousa12
added a commit
that referenced
this pull request
Jul 13, 2022
* chore: reinstall packages * chore: remove votes when hide is true * chore: remove unnecessary comment * chore: check hideVotes flag on cleanVotes method * fix: remove use of any as a type Co-authored-by: Daniel Sousa <d.sousa@kigroup.de>
tutods
added a commit
that referenced
this pull request
Jul 17, 2022
* feat(backend): hide cards from others * feat: frontend hide cards from others * feat: frontend hide-cards-from-others icons * feat: disabel the card icons * feat: disable card icon dots * feat: add new util replaceChar * feat: pr sugestions * fix: switchs (#300) * [FEATURE]: Remove "Option to post cards anonymously" from Board Settings (#301) * fix: remove post cards anonymously from board settings * feat: remove post cards anonymously from pre existing board * [FIX]: Disable Limit Votes (#307) * fix: disable limit votes * fix: check toggle btn if value is greater than 0 * fix: rebase * [FIX]: Remove Votes options from Board Settings on Sub-boards (#312) * fix: remove votes settings in sub boards * fix: pr suggestion * chore(deps): bump next-auth from 4.6.1 to 4.9.0 in /frontend (#314) Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.6.1 to 4.9.0. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.6.1...next-auth@v4.9.0) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [FIX]: Missing upper case validation on register user (#317) fix: missing upper case validation register user * docs: add geomarb as a contributor for code, doc (#322) * docs: update README.md * docs: update .all-contributorsrc Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> * [FIX]: Extra votes left on card (#308) * fix: extra votes left on card * fix: checking votes values on the backend * fix: extra votes left on card resolve conflit * fix: remove unused console logs * fix: add db votes count * fix: add incremment votes count * fix: checking for zero votes in the backend * fix: checking for zero votes in frontend * [FIX]: Edit cards from others (#320) * fix: edit own cards only * fix: updateCardText function * fix: previous commit * fix: edit own comments only * fix: remove not used code * fix: change update and delete service of comment * [FIX]: totalUsedVotes type error (#325) fix: totalusedvotes type error * Fix build errors (#327) * fix: totalusedvotes type error * fix: build type error * chore(deps): bump moment from 2.29.3 to 2.29.4 in /backend (#323) Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [FIX]: Deleting a card will not return votes to users (#319) * fix: logic change to return votes to user * fix: optimize fix of votes when deleting * [FEATURE]: hide votes from others on the board (#309) * chore: reinstall packages * chore: remove votes when hide is true * chore: remove unnecessary comment * chore: check hideVotes flag on cleanVotes method * fix: remove use of any as a type Co-authored-by: Daniel Sousa <d.sousa@kigroup.de> * feat: frontend hide cards from others * feat: disable card icon dots * feat: add new util replaceChar * feat: pr sugestions * feat: improve concurrently scripts * fix: title warning * fix: register and use socket on update board * fix: register and use socket on update board * fix: register and use socket on update board * feat: update pre-commit config * feat: update pre-commit config * feat: update pre-commit config * feat: update pre-commit config * feat: start backend refactoring * fix: remove console.log * feat: refactoring backend * chore: functions for css blur filters * fix: backend tests * fix: github conflits * fix: github conflits * fix: github issues * fix: dependencies * chore: improve replaceCard method Co-authored-by: Daniel Sousa <d.sousa@kigroup.de> Co-authored-by: Luís Francisco <67462841+dvpfran@users.noreply.github.com> Co-authored-by: João Santos <68588265+joaosantos99@users.noreply.github.com> Co-authored-by: Daniel Sousa @tutods <jdaniel.asousa@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: FranciscoGaspar <43963399+FranciscoGaspar@users.noreply.github.com> Co-authored-by: mourabraz <cmourabraz@gmail.com> Co-authored-by: Francisco Morgado <f.morgado@kigroup.de>
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.
Relates to #236
Proposed Changes
Mention people who discussed this issue previously
@dsousa12 @CatiaBarroco-xgeeks @f-morgado
This pull request closes #236