parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Inconsistent internal server app identification

Open mtrezza opened this issue 10 months ago • 1 comments

New Issue Checklist

Issue Description

As described in https://github.com/parse-community/parse-dashboard/pull/2627#issuecomment-2562944934, the internal identification of an app is not well implemented in the sense that:

  • it's not unique across features, e.g. scripts
  • it imposes restrictions on app names (no duplicates)
  • it's not clearly documented

Suggested Solution

Review this identification logic, unify it across the features in the dashboard (scripts, info panel, etc) and document any restrictions (e.g. no duplicate app names, etc) for the dashboard user.

Environment

Dashboard

  • Parse Dashboard version: 6.0.0

mtrezza avatar Jan 24 '25 00:01 mtrezza

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.