parse-community / parse-community/parse-server
LiveQuery roles, poiner permissions are misssing
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem? Please describe.
The LiveQuery Permission management not handle
roles and poiner permissions
Describe the solution you'd like
Describe alternatives you've considered
Additional context
https://github.com/parse-community/parse-server/blob/2e0940c996516692ff9ac8497bcb7181c9fe72a9/src/LiveQuery/ParseLiveQueryServer.js#L481
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/LiveQuery/ParseLiveQueryServer.js around line 481, the only implementation location identified by the issue. Trace how LiveQuery permission management currently evaluates permissions and determine the intended handling for roles and pointer permissions. Done means LiveQuery permission management correctly supports both cases, with tests covering them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100