-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
_PushStatus add to SpecialClasses #701
Conversation
@gimdongwoo thanks for your contribution! If so, I'm not sure that this is something desired, considering that we can have the Push section in the menu as well, that shows the |
I'm not sure it's really something we want to be exposed like that, perhaps we could have a 'browser' view into the Past Pushes instead of adding the _PushStatus to the tables. _PushStatus is an internal table that is not managed by the user. This should be read only, even for the masterKey. |
It's already exposed basically, For those exposed as accessible classes, I thought it seems better way to have the PushStatus exposed, like Session or Installation is exposed. |
I actually think we could have them displayed in the Dashboard, for easier querying, and having all the fields with edit disabled, read only. @flovilmart what do you think? |
Alright let's go! I actually had to query in it recently, so that's a nice addition! |
@flovilmart Thank you. It's my honor 👍 . |
I love parse-server & parse-dashboard.
I have found that the _PushStatus class is specially handled, but that's the definition is missing.
It's a simple changes, but I'm glad to be able to send PR to parse-dashboard.
Thank you!