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

3351 add family archive #3623

Merged
merged 28 commits into from
Sep 14, 2023
Merged

Commits on May 26, 2023

  1. Added archive column to the Families column

    * Updated the view, controller and test to use the new column
    * Added auto archive of children on families archive
    grantmca committed May 26, 2023
    Configuration menu
    Copy the full SHA
    cce2de1 View commit details
    Browse the repository at this point in the history
  2. Finished adding Scope and Default Filtering

    * Added scope to Families with unit tests
    * Added default filter to families controller
    * Updated the CSV output on the families controller
    * Added `Include Archived?` option on the families view
    * Added request test to ensure default only returns the non-archived
    * Added test for `Include Archived?` check on index
    grantmca committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3f42ae2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    1aa1f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a2aa4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. 3351 add family archive Addressing feedback

    * Extracted archiving the children of a family to a service object that
      is called in the family controller and took the funciton and callback
      off of the family model
    * Updated and added unit test
    * Updated the migration to remove backfill migration
    grantmca committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ff5e4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffeb73c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f784e30 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    4a7315c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def4be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07a385 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Renamed the archive_family_children service object to update_family and

    updated it to module level function. I also updated the migration table
    to creat the column and set nill and default all on one line
    grantmca committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    f278910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    676015b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Added archive column to the Families column

    * Updated the view, controller and test to use the new column
    * Added auto archive of children on families archive
    grantmca committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3c64d8b View commit details
    Browse the repository at this point in the history
  2. Finished adding Scope and Default Filtering

    * Added scope to Families with unit tests
    * Added default filter to families controller
    * Updated the CSV output on the families controller
    * Added `Include Archived?` option on the families view
    * Added request test to ensure default only returns the non-archived
    * Added test for `Include Archived?` check on index
    grantmca committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3c822cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea8dddd View commit details
    Browse the repository at this point in the history
  4. 3351 add family archive Addressing feedback

    * Extracted archiving the children of a family to a service object that
      is called in the family controller and took the funciton and callback
      off of the family model
    * Updated and added unit test
    * Updated the migration to remove backfill migration
    grantmca committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8f7495e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73f6c20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5ed4e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d99498 View commit details
    Browse the repository at this point in the history
  8. Renamed the archive_family_children service object to update_family and

    updated it to module level function. I also updated the migration table
    to creat the column and set nill and default all on one line
    grantmca committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2f1e7ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    039084b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    045e21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf0310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05b3bf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14f248e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    816a514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73b5110 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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