parse-dashboard
parse-dashboard copied to clipboard
Enhance _JobStatus data vizualization and exploration
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
- Browsing a
Pointer<_JobStatus>sends to a blank page

- Core > Jobs > Job Status (http://localhost:1337/dashboard/apps/my-app/jobs/status) does not show job's
paramsand content is cropped.

Feature / Enhancement Description
I would like to view _JobStatus in Core > Browser the same way I can see User. In order to :
- browse to a
Pointer<_JobStatus> - see every columns of the JobStatus object
Example Use Case
Alternatives / Workarounds
- Use the /jobs/status page and filter by objectId : when clicking a
Pointer<_JobStatus>then redirect tojobs/status/${the_job_status_object_id}+ add columns + set the size of the columns based on its content - Add an option (in
ParseDashboardconfig) to list which "Predefined Classes" should be displayed in the Core > Browser. Thought: some classes may be not editable at all (for safety)
3rd Party References
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!