Open mapsam opened 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.
@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 asroot/patient/<id>/share
instead ofroot/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!