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

Add city and state to the suborganization table #3026

Open
3 tasks
abroddrick opened this issue Nov 4, 2024 · 0 comments
Open
3 tasks

Add city and state to the suborganization table #3026

abroddrick opened this issue Nov 4, 2024 · 0 comments

Comments

@abroddrick
Copy link
Contributor

Issue description

On the domain request flow for org model we have a fields for city and state/territory that are filled in by the requestor. Then when an analyst eventually approves the suborganization they will be manually making a new suborganization record with the approved suborg name, thus it makes sense that they also copy over the city and state/territory field values so that the data is not lost (or buried by being in the domain request).

We do not need to show the suborg city and state on any other django admin page yet though.

Acceptance criteria

  • add city and state_territory to the suborganization model
  • suborganization city and state_territory fields now match their corresponding fields on domain requests
  • add city and state_territory to the fields viewable in the suborganization django admin table.

Additional context

For AC 2, note that the corresponding fields on domain requests are suborganization_city and suborganization_state_territory

Links to other issues

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🎯 Ready
Development

No branches or pull requests

2 participants