Closed
Description
New Feature / Enhancement Checklist
- [ X ] I am not disclosing a vulnerability.
- [ X ] I am not just asking a question.
- [ X ] I have searched through existing issues.
Current Limitation
It is currently possible to create a class called User and a class called _User. Both show up in Parse Dashboard with the name User and it causes confusion for some users when using Parse Server for the first time.
In addition to that, it is very confusing when we have to use _User or User throughout the sdks, endpoints, etc.
Feature / Enhancement Description
I believe we should change Parse Server in such a way that User and _User point out to the same thing. So no matter if we send User, or _User, via the api, they will always refer to the _User class we currently have.
Example Use Case
Alternatives / Workarounds
An alternative could be simply disallow the developers to create a User class.