codeforamerica / classifyr

A tool for aggregating and crowd-sourcing the classification emergency call data
MIT License
0 stars 1 forks source link

Obfuscate record IDs in URLs #50

Closed ptrikutam closed 2 years ago

ptrikutam commented 2 years ago
  1. We currently use traditional ID for records in the URLs of the application. For safety, we should switch to randomly generated strings and/or slugs.
  2. Use human-readable names for data sets
  3. When randomly displaying a call type for classification, update the URL to link directly to that call type so that users can share specific call types with each other to discuss/review/etc.
T-Dnzt commented 2 years ago

PR created: https://github.com/codeforamerica/classifyr/pull/73

T-Dnzt commented 2 years ago

PR created: https://github.com/codeforamerica/classifyr/pull/73