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

Move Poll votes to their own collection #136

Closed
Sebastian-Webster opened this issue Sep 14, 2023 · 1 comment · Fixed by #143
Closed

Move Poll votes to their own collection #136

Sebastian-Webster opened this issue Sep 14, 2023 · 1 comment · Fixed by #143
Assignees
Labels
enhancement New feature or request

Comments

@Sebastian-Webster
Copy link
Member

No description provided.

@Sebastian-Webster Sebastian-Webster added the enhancement New feature or request label Sep 14, 2023
@Sebastian-Webster Sebastian-Webster self-assigned this Sep 14, 2023
@Sebastian-Webster
Copy link
Member Author

Sebastian-Webster commented Sep 16, 2023

APIs that need modifications to get this to work:

  1. temp/deletepoll - Done in commit 49e7c7a
  2. temp/createpollpost - Done in commit e9ec0c3
  3. temp/voteonpoll - Already done
  4. temp/removevoteonpoll - Already done
  5. temp/deleteaccount - Done in commit f170948

Libraries that need modifications to get this to work:

  1. PollLibrary.processMultiplePostDataFromOneOwner - Done in commit 6edd41a

Data in database that needs to be changed:

  1. Vote arrays from all poll posts must be moved into the new PollVote collection once the backend code all supports the PollVote collection - Done in commit 3ea8142

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
1 participant