accessibility-exchange / platform

The Accessibility Exchange platform.
https://github.com/orgs/accessibility-exchange/projects/2/views/8
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

Rename Impacts to Areas of Accessibility Planning #2110

Closed jobara closed 7 months ago

jobara commented 7 months ago

Is your feature request related to a problem? Please describe.

In #2080 we're adding models to filament so that the service org is able to add/edit them. With these being surfaced to the UI, it was more necessary to align the name more closely with how it is presented to users on the site.

Describe the solution you'd like

Rename Impact to Areas of Accessibility Planning, this includes internal references and UI references. A database migration should also be provided to adjust the table name.

Describe alternatives you've considered

Only change the name for the UI presented in Filament. However, this may become confusing in the future when working on the code.

Additional context

No response

jobara commented 7 months ago

After reviewing the changes required, I think for now it makes more sense to just rename for the UI presentation. There would be 5 database tables that would need to be renamed in addition to all the model changes. Also the proposed name is long when used in the code and for table names. If needed we can address this further in the future.