codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

What if we updated the URL naming scheme? #215

Open mapsam opened 9 years ago

mapsam commented 9 years ago

@esmithayer I'd like to hear your thoughts on our URL naming scheme. Right now each route uses a specific URL root/filename, which has been working thus far. I'm wondering what the work load would be if we decided to make the URLs more programmatic, such as root/patient/<id>/share instead of root/share_patient/<id>. I'm not terribly familiar with how the views build on each other in Flask, but would be interested to see if we could implement this.

Just a question!

mapsam commented 9 years ago

This is definitely a possibility, and just requires renaming the routes (with no changes to the templates). Going to try and work through this after our week of testing, just so we don't create any unnecessary bugs in the middle of things.