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

Feature Request: Update Community Response Form #291

Merged
merged 3 commits into from
Jan 14, 2025

Conversation

jeanetteobr
Copy link
Collaborator

Description

This PR introduces updates to the CommunityResponseSubscriber model and related components.

Field Changes:

  • Added organization_type
  • Added mission_statement
  • Removed organization_street_address
  • Removed organization_po_box
  • Removed organization_zip_codes_served
  • Removed title

Test Updates:

  • Removed outdated test cases related to removed fields
  • No additional tests or test cases were added as they are not needed

CSS Enhancements:

  • Added styling to make label asterisk appear red instead of black

Related Tickets/Issues

https://app.clickup.com/t/868bevzhj


Screenshots

Before:
Screen Shot 2024-12-31 at 1 18 46 AM

After:
Screen Shot 2024-12-31 at 1 19 55 AM


Testing Instructions

  1. Run Migrations
python manage.py migrate
  1. Verify functionality in the following areas:
  • Form behavior for new/modified fields
  • Correct default values in the dropdown fields (see corresponding ticket for more information)
  1. Run tests top ensure no regressions
make run-tests

"Healthcare",
)
IMMIGRANT_REFUGEE_COMMUNITIES = (
"Immigrante/Refugee/Communities that speak languages other than English",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the client meant "Immigrant"? Since the rest of the sentence & text is in English.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching that typo! I'll get it fixed so we can merge and update the client.

Copy link
Member

@ronardcaktus ronardcaktus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌙

@jeanetteobr jeanetteobr merged commit ff01efb into develop Jan 14, 2025
1 check passed
@jeanetteobr jeanetteobr deleted the update-notifcation-form branch January 14, 2025 20:25
@jeanetteobr jeanetteobr restored the update-notifcation-form branch January 22, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants