opengovfoundation / madison

Madison is a platform for lawmakers to share legislation with their citizens, allowing the community to add comments and suggest improvements.
GNU General Public License v3.0
684 stars 108 forks source link

Create UUIDs for permalinks for notes/annotations/comments/etc #1035

Closed krusynth closed 7 years ago

krusynth commented 8 years ago

We should ideally use a UUID scheme for permalinks moving forward, instead of the weird thing we're doing now. Ideally, this will be nice, friendly short UUIDs like bit.ly and twitter use, rather than huge ugly real UUIDs. Something like this or something else which prevents offensive words, uses mixed case, etc. There's probably a laravel module for this I haven't found yet. Obviously, this will increase the complexity of our lookups on the document page for these, since we need to know what part of the page to reveal.

doshitan commented 7 years ago

This is resolved in v4.