Add CloudKit-based FeatureVoter for backendless vote persistence#100
Open
ezefranca wants to merge 3 commits intoAvdLee:mainfrom
Open
Add CloudKit-based FeatureVoter for backendless vote persistence#100ezefranca wants to merge 3 commits intoAvdLee:mainfrom
ezefranca wants to merge 3 commits intoAvdLee:mainfrom
Conversation
Added FAQ section addressing multiple voting prevention.
|
I think this is a great idea ❤️ |
ezefranca
added a commit
to ezefranca/Roadmap
that referenced
this pull request
Jan 14, 2026
Added my App Auctorium. I am using the Roadmap with CloudKit Backend: AvdLee#100
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.
Hello everyone,
This PR introduces
FeatureVoterCloudKit, a newFeatureVoterimplementation that uses CloudKit to persist roadmap votes without requiring a custom backend.The implementation stores per-user vote markers in the Private CloudKit database to prevent double voting, and aggregated vote counts in the Public database to display global totals. This enables a fully Apple-native, serverless setup while keeping the existing voting API unchanged.
The new voter is optional and complements the existing Sidetrack integration and custom voter support. No existing behavior is modified.
Documentation is included to guide CloudKit setup and permissions required for multi-device support.
PS: If this approach does not fit the scope or direction of the project, I’m happy to move FeatureVoterCloudKit to a standalone gist or external example instead. 😉