City-of-Bloomington / url_shortener

Short URL web service
GNU Affero General Public License v3.0
2 stars 1 forks source link

Provide redirection to records in EPL #17

Open inghamn opened 11 months ago

inghamn commented 11 months ago

With EPL, we have a desire to provide short URLs to any permit, plan, code case, or invoice. All these records in EPL use 36 character UUIDs as the URL parameter. However, citizens will only know the permit number, invoice number, etc.

To provide a short url to these things, this application will need to be able to query EPL to look up the UUID primary key for a given permit number, invoice number, code case number, etc. These numbers all have standard patterns that we could regex for.