You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Currently parse server uses a string to set the schema type in mongo _SCHEMA, making it difficult to make additional settings such as required
If we use an Object, it will be easy to add an isRequired option.
And I tried this and modified a few functions, the parse server can create objects, and schema,The rest is still unclear.
This is exactly the point of the beforeSave function, to let your define validation and custom logic. If this make is too complicated, you can always fork the project, and submit a PR when you have your feature ready!
Describe the solution you'd like
Currently parse server uses a string to set the schema type in mongo _SCHEMA, making it difficult to make additional settings such as required
If we use an Object, it will be easy to add an
isRequired
option.And I tried this and modified a few functions, the parse server can create objects, and schema,The rest is still unclear.
Bottom it's the schema of the GameObject
![tim 20181127143526](https://user-images.githubusercontent.com/11146248/49063238-b5baef80-f251-11e8-94ef-15b18ea3ad72.png)
Function I edited
Hope this is useful
The text was updated successfully, but these errors were encountered: