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

21977 Handling for new bootstrap filing statuses #684

Merged
merged 3 commits into from
Jul 23, 2024

Commits on Jul 22, 2024

  1. - app version = 7.3.16

    - added latestReviewComment property to filing interface
    - deleted some unused CSS
    - added pending list toggling from sub-components
    - added Todo List subtitle for change-requested filings (eg, cont in)
    - added Todo List default task handling
    - added Todo List action for change-requests filings (ie, make changes)
    - added Todo List content (body) for change-requested filings
    - fixed misc Todo List console log messages
    - added missing checks for "empty" continuation in
    - added handling for cont in review fields (submitter, date, comment)
    - renamed subtitle subcomponents "SubtitleXXX"
    - added Approved status handling to FilingTemplate.vue
    - renamed body subcomponents "BodyXXX"
    - added Rejected status handling to ContinuationIn.vue
    - added Hide/View Details button to PendingTemplate.vue
    - updated body in ContinuationIn.vue (pending)
    - added misc properties to interfaces as needed
    - updated unit tests
    Severin Beauvais committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cae44e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. - specifically enable todo list tooltips

    - specifically enable pending list tooltips
    - auto-expand Continuation In bootstrap filing
    - don't show rejected filing details button
    - added store getter
    Severin Beauvais committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2c41ac0 View commit details
    Browse the repository at this point in the history
  2. wip

    Severin Beauvais committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5d05c22 View commit details
    Browse the repository at this point in the history