You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We insist on http://something.something or https://something.something as the website format when we are creating a new organization. However, we do not insist that the folks enter it that way. So we end up having to change it ourselves almost every time. We need to enforce the format when it is initially entered.
Why change
Save time for the person vetting / creating organizations
Details
We insist on a particular format for the org website ( http://name.suffix or https://name.suffix )when actually creating the organization, but we don;t on account request. However, the form we get is enough to create a link out of.
This slows down the account acceptance process , as the admin has to correct the format.
So, we need to enforce the format for the website in the initial account request form. At the same time, we need to make it clear (provide an example format) that that is the format required, to minimize confusion.
Criteria for completion
the website format on initial entry of an account request is constrained to the proper format
tests to support this.
The text was updated successfully, but these errors were encountered:
Hey! @cielf I'd love to take this issue.
Would this require adding validation for organization_website within the Account Request model similar to the organization model?
Hey @Gabe-Torres -- It's yours. It looks like we actually don't have any checks on the field at this point -- though I've never run into someone providing nonsense. And yes -- I believe that it will require adding validation on organization_website similar to the organization model.
Summary
We insist on http://something.something or https://something.something as the website format when we are creating a new organization. However, we do not insist that the folks enter it that way. So we end up having to change it ourselves almost every time. We need to enforce the format when it is initially entered.
Why change
Save time for the person vetting / creating organizations
Details
We insist on a particular format for the org website ( http://name.suffix or https://name.suffix )when actually creating the organization, but we don;t on account request. However, the form we get is enough to create a link out of.
This slows down the account acceptance process , as the admin has to correct the format.
So, we need to enforce the format for the website in the initial account request form. At the same time, we need to make it clear (provide an example format) that that is the format required, to minimize confusion.
Criteria for completion
The text was updated successfully, but these errors were encountered: