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

Case contact details ux improvements 5896 #5909

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 11, 2024

  1. Edited mandatory fields html

    Removed asterisk from record contact details heading
    Added asterisks to subheadings to help users
    understand what needs to be filled out.
    (better user experience)
    josephmsmith committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e893f09 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Enhanced multiple select component to sort by last updated time

    when user selects contact type on new contact page
    
    - modified '_contact_types.html.erb' to sort by last_contact_time
    - updated ContactTypeDecorator with last_contact_timestamp method
    to obtain last contact or default to a time in past if no contacts
    
    Change was made in order to ensure that 'ContactType' options are
    displayed for users in a way that allows them to quickly access
    recently used contact types vs scrolling through all options.
    josephmsmith committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    3c0f7c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3cee80 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. lint

    josephmsmith committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    efbae6b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Added validation to case_contact model

    Added server side validation to the contact model
    in order to ensure that "Contact Type" is filled
    out as required field when user submits a new case
    contact details form
    josephmsmith committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c6e1f0a View commit details
    Browse the repository at this point in the history