cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
53 stars 14 forks source link

(on getgov-gd) Ticket #2365: add suborg to domain info #2381

Closed zandercymatics closed 1 day ago

zandercymatics commented 2 days ago

Ticket

Resolves #2365

Changes

Context for reviewers

This PR introduces a superuser-only sub_organization field for domain information and domain requests.

Setup

  1. Navigate to /admin, and go to domain information / domain requests and try to add/delete the sub_organization fields.

  2. Create a new domain request, then approve it. The sub organization field should exist on both the domain request and domain information object

Code Review Verification Steps

As the original developer, I have

Satisfied acceptance criteria and met development standards

Ensured code standards are met (Original Developer)

Validated user-facing changes (if applicable)

As a code reviewer, I have

Reviewed, tested, and left feedback about the changes

Ensured code standards are met (Code reviewer)

Validated user-facing changes as a developer

Note: Multiple code reviewers can share the checklists above, a second reviewers should not make a duplicate checklist

As a designer reviewer, I have

Verified that the changes match the design intention

Validated user-facing changes as a designer

Screenshots