parse-community / parse-dashboard

A dashboard for managing Parse Server
https://parseplatform.org
Other
3.73k stars 1.38k forks source link

Enhance _JobStatus data vizualization and exploration #1932

Open frouo opened 2 years ago

frouo commented 2 years ago

New Feature / Enhancement Checklist

Current Limitation

  1. Browsing a Pointer<_JobStatus> sends to a blank page

_JobStatus browser

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

jobs:status

Feature / Enhancement Description

I would like to view _JobStatus in Core > Browser the same way I can see User. In order to :

Example Use Case

Alternatives / Workarounds

  1. Use the /jobs/status page and filter by objectId : when clicking a Pointer<_JobStatus> then redirect to jobs/status/${the_job_status_object_id} + add columns + set the size of the columns based on its content
  2. Add an option (in ParseDashboard config) 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

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!