cisagov / manage.get.gov

A Django-based domain name registrar that interfaces with an EPP registry
https://get.gov
Other
60 stars 19 forks source link

Change federal agency dropdown to view only style on organization name and mailing address page #2217

Open gabydisarli opened 6 months ago

gabydisarli commented 6 months ago

Issue description

In the past, domain managers were able to edit the federal agency dropdown that appears on the organization name and mailing address page. We've now added a federal agency table in /admin that populates this dropdown, so we don't want domain managers to change this field. As a quick fix, this dropdown was disabled, but for better UX and accessibility, we should be using a different style for presenting this info.

Acceptance criteria

Additional context

Links to other issues

đŸ”„ Relates to #1793 For past discussions on this and accessibility, see this slack thread.

Prioritization Comments

WCAG Conformance Level: 2.1 AA WCAG Standards that apply: 1.3.1 - Info and Relationships (Critical) 2.4.4 - Link Purpose(Non-critical) 1.4.1 - Use of Color (Critical) 4.1.2 - Name, Role, Value (Critical) Critical Failure if Not Met?: Yes Prioritization: High/Must Do Reason: This issue affects accessibility and usability due to the disabled dropdown, which may not be clear to users, especially those using assistive technologies. Shifting the dropdown to a view-only field will improve clarity and align with WCAG standards, ensuring that information is accessible and clearly presented.

Katherine-Osos commented 4 months ago

@gabydisarli Was this already fixed (or soon to be fixed) as part of the org model work?

gabydisarli commented 4 months ago

@Katherine-Osos I've updated the ticket, should be good to go!