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

Poll votes are now stored in a PollVotes collection instead of the Poll document #143

Merged
merged 12 commits into from
Sep 21, 2023

Conversation

Sebastian-Webster
Copy link
Member

This change makes it easier to query poll votes, separates the data out (separation of concerns) and also allows SocialSquare to support a lot more users (if a poll got a lot of votes, it is possible the poll could go over the 16MB document limit, and by making this change we eliminate that possibility)

@Sebastian-Webster Sebastian-Webster added the enhancement New feature or request label Sep 16, 2023
@Sebastian-Webster Sebastian-Webster self-assigned this Sep 16, 2023
@Sebastian-Webster Sebastian-Webster linked an issue Sep 16, 2023 that may be closed by this pull request
@Sebastian-Webster Sebastian-Webster merged commit 783ea5b into main Sep 21, 2023
3 checks passed
@Sebastian-Webster Sebastian-Webster deleted the 136-move-poll-votes-to-their-own-collection branch September 21, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move Poll votes to their own collection
1 participant