Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problem with bank addresses in seed #5062

Open
1 task
cielf opened this issue Mar 5, 2025 · 0 comments
Open
1 task

Fix problem with bank addresses in seed #5062

cielf opened this issue Mar 5, 2025 · 0 comments
Labels
Good First Issue Suitable for users that are newer or less experienced

Comments

@cielf
Copy link
Collaborator

cielf commented Mar 5, 2025

Summary

For the bank address, we use drop-down with US state abbreviations for the state. It looks like the seed uses the whole word. Change the addresses in the seed to use US state abbreviations.

Why?

The data in the bank addresses should match what we have in production

Details

To see the affected pages:
log in as [email protected]
click "My Organization"
Note that the contact information has the whole state name under Contact Info
scroll down and click "Edit"
Under "Address", note that the state portion is blank.

The file where this info is initialized is db/seeds.rb

Criteria for completion

  • the seed data for the banks' addresses contains state abbreviations
@cielf cielf added Good First Issue Suitable for users that are newer or less experienced SCALE2025 and removed SCALE2025 labels Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Suitable for users that are newer or less experienced
Projects
None yet
Development

No branches or pull requests

1 participant