Refactor verify namespaces/urls to idv#2149
Conversation
|
Thanks for thinking about this. If we want consistency, we want to rename IdV to Verify, not the other way around. We originally renamed |
|
hmmmmm, thats informative. @jmhooper and I had spoken about this before so I thought it was something that would be helpful. We don't need to rehash the previous discussion and I can change everything to |
|
We could also change only the name of the routes to |
|
On behalf of @andrewhughey , he prefers we keep the |
|
I prefer |
|
@monfresh: Do you have any objections to using |
|
No objections your honor. |
|
A disappointing day to realize the :gavel: emoji is custom for our Slack and can't be used here 😞 |
WHY
Some Idv related items were namespaced under
verifywhile others were underidv. This PR refactors all to be under theidvnamespace so all are consistent while differentiating from some routes that begin withverifybut are not part of the Idv flow.URLs have also been changed from
verify/toidv/, if this is not desired, we can remove that commit and keep the name change internally.This PR is rather large, the commits can be looked at individually to make reviewing a bit easier. There is only refactoring here, no functionality is (should be) changed.