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

10409 Trial Sessions Page: Calendared View #5319

Draft
wants to merge 107 commits into
base: staging
Choose a base branch
from

Commits on Aug 30, 2024

  1. 10409: Add new styling for trial sessions. Extract filters to its own…

    … component separate from the table
    Zachary Rogers committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    bdc4a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93ed2f View commit details
    Browse the repository at this point in the history
  3. 10409: Delete comment

    Zachary Rogers committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f364e4d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. 10409: Wire up filters to state.

    Zachary Rogers committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    16521db View commit details
    Browse the repository at this point in the history
  2. 10409: Move filtering and formatting of trialSessions to helper inste…

    …ad of formattedTrialSessions.
    Zachary Rogers committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bf6bd5d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. 10409: Add sorting

    Zachary Rogers committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ab196e6 View commit details
    Browse the repository at this point in the history
  2. 10409: Add blue rows to display session weeks

    Zachary Rogers committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6cb5fde View commit details
    Browse the repository at this point in the history
  3. 10409: organize functions

    Zachary Rogers committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f285df6 View commit details
    Browse the repository at this point in the history
  4. 10409: Update Default state of filters

    Zachary Rogers committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5962676 View commit details
    Browse the repository at this point in the history
  5. 10409 fix radio buttons

    Zachary Rogers committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c857773 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    e6d3dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b8c41 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. 10409: fix some tests, wip still figuring out purpose

    of other legacy tests
    JayFlexy committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2171a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df76cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17582f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa695c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0176b22 View commit details
    Browse the repository at this point in the history
  6. 10409: Remove unused

    Zachary Rogers committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    21ea134 View commit details
    Browse the repository at this point in the history
  7. 10409: Add tests for filtering trial sessions

    Zachary Rogers committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fd8aaca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3ba313 View commit details
    Browse the repository at this point in the history
  9. 10409: Add filtering for unassigned judges

    Zachary Rogers committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f4be15c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    ef06474 View commit details
    Browse the repository at this point in the history
  2. 10409 fix type errors

    JayFlexy committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8c920aa View commit details
    Browse the repository at this point in the history
  3. 10409: Update swing session calculation to decouple from trialsession…

    …spage filters
    Zachary Rogers committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e1ad6c0 View commit details
    Browse the repository at this point in the history
  4. 10409: Update swing session helper. fix sorting

    Zachary Rogers committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6a2246b View commit details
    Browse the repository at this point in the history
  5. 10409: Remove formattedTrialSessions and split into trialSessionsPage…

    … and add/edit trial sessions
    Zachary Rogers committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f92de66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a996881 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14de069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a8bc90 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    b3e05a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bec2547 View commit details
    Browse the repository at this point in the history
  3. 10409: Remove validation before returning trial sessions.

    Zachary Rogers committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9237d95 View commit details
    Browse the repository at this point in the history
  4. 10409: Make a new trialSession before turning into DTO so the NOTT ca…

    …n be recalculated
    Zachary Rogers committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f79288c View commit details
    Browse the repository at this point in the history
  5. 10409 calculate isStartDateWithinNOTTReminderRange

    Zachary Rogers committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c85f58e View commit details
    Browse the repository at this point in the history
  6. 10409 calculate thirtyDaysBeforeTrialFormatted instead of storing on …

    …entity. Move to presenter layer
    Zachary Rogers committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    91c670c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. 10409 always route the user to the new tab once they have created a t…

    …rial session
    Zachary Rogers committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3ed8edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7bf3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac9d1f4 View commit details
    Browse the repository at this point in the history
  4. 10409 look at calendared trial sessions after making one

    Zachary Rogers committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4451202 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. 10409: Reset state when a user signs out. Only show inactive judges o…

    …n All/Closed trial sessions.
    Zachary Rogers committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b1a01da View commit details
    Browse the repository at this point in the history
  2. 10409: Update text

    Zachary Rogers committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    63cdd9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f0c71d View commit details
    Browse the repository at this point in the history
  4. 10409: Remove reset to base state

    Zachary Rogers committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    102bdba View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    65da763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52349ba View commit details
    Browse the repository at this point in the history
  3. 10409: temp docs

    Zachary Rogers committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b854269 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    4d40410 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. 10409: WIP styling trial sessions date range

    Zachary Rogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    69ddc01 View commit details
    Browse the repository at this point in the history
  2. 10409: Remove temp styling

    Zachary Rogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d498a9e View commit details
    Browse the repository at this point in the history
  3. 10409: WIP start adding options to trial sessions

    Zachary Rogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d0ac90e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1f8cae View commit details
    Browse the repository at this point in the history
  5. 10409: WIP Converting judgeIds into a multi select

    Zachary Rogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    16d090f View commit details
    Browse the repository at this point in the history
  6. 10409: WIP Converting TrialLocations into a multi select

    Zachary Rogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    289d7fb View commit details
    Browse the repository at this point in the history
  7. 10409: WIP Converting session types to multi select filter

    Zachary Rogers committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8935f7b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    f03ecee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f76ba View commit details
    Browse the repository at this point in the history
  3. 10409: Remove console logs

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    276823e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f3478b View commit details
    Browse the repository at this point in the history
  5. 10409: Add functionality for reset filters

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4a3d042 View commit details
    Browse the repository at this point in the history
  6. 10409: fix warnings

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e266787 View commit details
    Browse the repository at this point in the history
  7. 10409: fix reseet filters on tab change

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    242f458 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae79b24 View commit details
    Browse the repository at this point in the history
  9. 10409: wip

    JayFlexy committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a5a4547 View commit details
    Browse the repository at this point in the history
  10. 10409: Add pagination support for trial sessions

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2fd8290 View commit details
    Browse the repository at this point in the history
  11. 10409: Change paginator location

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    88ec347 View commit details
    Browse the repository at this point in the history
  12. 10409: Set page number whenever filters change

    Zachary Rogers committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    da682b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. 10409: display chevron on previous and next buttons; fix jumping colu…

    …mns on page change; fix jumping previous and next buttons;
    nechama-krigsman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3cf8a3b View commit details
    Browse the repository at this point in the history
  2. 10409: Add icons

    Zachary Rogers committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    478fd2c View commit details
    Browse the repository at this point in the history
  3. 10409: Fix grid styling for paginator

    Zachary Rogers committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ba8c182 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e11c403 View commit details
    Browse the repository at this point in the history
  5. 10409: wip fixing unit tests

    JayFlexy committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5853672 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28eae57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d84d96 View commit details
    Browse the repository at this point in the history
  8. 10409: Add live validation for trial session dates

    Zachary Rogers committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3ae767d View commit details
    Browse the repository at this point in the history
  9. 10409: remove comment

    Zachary Rogers committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2080ede View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 10411: wip fixing tests

    JayFlexy committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    092dbc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a68df View commit details
    Browse the repository at this point in the history
  3. 10409: WIP trying to type selectsearch

    Zachary Rogers committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7e4f101 View commit details
    Browse the repository at this point in the history
  4. 10409: Type select search for trial sessions

    Zachary Rogers committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2fc623f View commit details
    Browse the repository at this point in the history
  5. 10409: Creaate new utils folder for trial sessions

    Zachary Rogers committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cd05f0b View commit details
    Browse the repository at this point in the history
  6. 10409: Update custom case report to new selector

    Zachary Rogers committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5dc7ace View commit details
    Browse the repository at this point in the history
  7. 10409: WIP update primaryDocumentForm to new searchSelect

    Zachary Rogers committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    55f55a0 View commit details
    Browse the repository at this point in the history
  8. 10409: more test fixes

    JayFlexy committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c38fe65 View commit details
    Browse the repository at this point in the history
  9. 10409: WIP update SessionAssignmentForm to new searchSelect

    Zachary Rogers committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    bb2e7c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. 10409: WIP update CaseAssociationRequest to new searchSelect

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cbb979a View commit details
    Browse the repository at this point in the history
  2. 10409: WIP update CourtIssuedDocketEntry to new searchSelect

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8ad32e3 View commit details
    Browse the repository at this point in the history
  3. 10409: WIP update CourtIssuedDocketEntry to new searchSelect

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fffc0f0 View commit details
    Browse the repository at this point in the history
  4. 10409: WIP add isClearable to all select searches

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    79e9e6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1326a9 View commit details
    Browse the repository at this point in the history
  6. 10409: wip

    JayFlexy committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b829294 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b75128 View commit details
    Browse the repository at this point in the history
  8. 10409: WIP update PrimaryDocumentForm to new searchSelect

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    58f0c6a View commit details
    Browse the repository at this point in the history
  9. 10409: WIP Assign a value so that select search knows what value was …

    …selected.
    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3a98fc5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfe3a99 View commit details
    Browse the repository at this point in the history
  11. 10409: WIP update CompleteDocumentTypeSectionRemainder to new searchS…

    …elect
    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    32a47c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6637312 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d8e835 View commit details
    Browse the repository at this point in the history
  14. 10409: Delete old SelectSearch related functions

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    15d313b View commit details
    Browse the repository at this point in the history
  15. 10409: Update selected paginator page to blue color;

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6071ea5 View commit details
    Browse the repository at this point in the history
  16. 10409: Add unassigned judge as an option;

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6218987 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24cd260 View commit details
    Browse the repository at this point in the history
  18. 10409: WIP Add pagesize, fix tests

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    10708a2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5cfb8f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    72c10fd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    660e804 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    afa89cc View commit details
    Browse the repository at this point in the history
  23. 10409: WIP Add data-testid to all select searchs

    Zachary Rogers committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f328a4e View commit details
    Browse the repository at this point in the history