parse-community / parse-community/parse-server
Run test suite against enableSchemaHooks
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Feature / Enhancement Description
There is a post on discourse about enableSchemaHooks not being supported
https://community.parseplatform.org/t/parseerror-130-option-enableschemahooks-is-not-supported-since-5-3-0/3041
Running the test suite will allow us to catch errors as the code base improves or Mongo updates.
I did it on my fork and only found 1 issue
https://github.com/dplewis/parse-server/pull/2
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 by reviewing the enableSchemaHooks option and the existing test suite in the parse-server repository. Reproduce the reported behavior, then run the suite with enableSchemaHooks enabled and compare results with the linked fork pull request. Done means the suite runs successfully and the single discovered issue is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, mongodb, nodejs
- Domain
- backend, database, testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100