-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Suggestion: Make A Blueprint of Architecture of Parse-Server #4615
Comments
There's the Development Guide in the Wiki. It could be overwhelming to new contributors. We could have some kind of visual graph like in the PHP Class Diagram or Developer Roadmap I usually follow this generic flow especially for queries. We can definitely expand on this for the detail of the architecture. We could leverage the test specs as they separated.
As far as a Roadmap, sadly there isn't one. A previous discussion was opened Roadmap I do have my own personal roadmap.
|
@dplewis, what a wonderful roadmap! Why don't you open the issues now around those feature? Maybe some +1's will let other people wanna help you or move things faster if we see a common urge.
…On Mar 14, 2018, 12:20 AM -0400, Diamond Lewis ***@***.***>, wrote:
There's the Development Guide in the Wiki. It could be overwhelming to new contributors.
We could have some kind of visual graph like in the PHP Class Diagram or Developer Roadmap
I usually follow this generic flow especially for queries. We can definitely expand on this for the detail of the architecture. We could leverage the test specs as they separated.
middleware -> router -> rest -> controller -> storageAdapter
As far as a Roadmap, sadly there isn't one. A previous discussion was opened Roadmap
I do have my own personal roadmap.
• Unique Indexes
• GeoPoint 2dsphere Indexes
• Add indexes to Parse Dashboard
• Ram Usage / MongoStats to Parse Dashboard
• LeftJoin on Pointer and Relation
• Sample (Random Object) Query
• MySql Adapter update
• Neo4J Adapter
• Adapter Test Spec
• New Adapter Guide
• Let's Encrypt
• Field Validation / Private Fields via Schema
• .NET Live Queries
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@flovilmart Most them already have issues opened. They are just hidden in the leaves. private fields via schema api #1547 (comment) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
parse-server is a very large project now. It might help to have a blueprint of architecture of parse-server in CONTRIBUTE.md for the new contributor.
Suggestion Context
The text was updated successfully, but these errors were encountered: