parse-community / parse-community/parse-server

Improve dynamic updating of Parse Server Config

Open
#8,448 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:feature
Dominant language
JavaScript
Stars
21.4k
Forks
4.8k
Avg merge
7h 45m
Merged PRs (30d)
11

Description

New Feature / Enhancement Checklist
Current Limitation

Currently, Parse Server config can be updated via Parse.Server = newConfig, which is not ideal as:

  • Global Parse.Server should probably not be writeable
  • No verification of the new config
Feature / Enhancement Description

Allow new Parse.Server hooks with the prefix of set, which allow for dynamic change of config. Such as:

Example Use Case

Parse.Server.setSilent(false);

Alternatives / Workarounds
3rd Party References

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Start by tracing how Parse.Server is defined and how its current assignment path handles configuration, then determine where set-prefixed hooks and verification belong. Done should include a defined dynamic-update API that supports the example use case without direct replacement of the global configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, nodejs
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.