Recidiviz / justice-counts

Technical infrastructure for the Justice Counts initiative
GNU General Public License v3.0
2 stars 0 forks source link

[Publisher][Admin Panel] Add Agency URL and Description Fields to Admin Panel #1582

Closed nasaownsky closed 4 days ago

nasaownsky commented 1 week ago

Description of the change

Added Agency URL and Description Fields to Admin Panel

Type of change

All pull requests must have at least one of the following labels applied (otherwise the PR will fail):

Label Description
Type: Bug non-breaking change that fixes an issue
Type: Feature non-breaking change that adds functionality
Type: Breaking Change fix or feature that would cause existing functionality to not work as expected
Type: Non-breaking refactor change addresses some tech debt item or prepares for a later change, but does not change functionality
Type: Configuration Change adjusts configuration to achieve some end related to functionality, development, performance, or security
Type: Dependency Upgrade upgrades a project dependency - these changes are not included in release notes

Related issues

closes #1554

Checklists

Development

This box MUST be checked by the submitter prior to merging:

These boxes should be checked by the submitter prior to merging:

Code review

These boxes should be checked by reviewers prior to merging:

nichelle-hall commented 5 days ago

Hi @nasaownsky - The BE has been merged. Feel free to merge the PR.

nasaownsky commented 4 days ago

there's a bug when you try to delete those fields in the admin panel that seems unrelated to the latest commit. Can you take another look please? You should be able to delete those fields entirely.

Oh, you're right, seems like it's the old bug, because it is also affects Name field. It is not critical for it though since it's required field, but I can see the edge case when someone wants to totally rename an agency and can't entirely delete its name, so I fix it as well. Please check this changes!

nasaownsky commented 4 days ago

Thank you so much, @mxosman!