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

[MINT-3175] Models to Operation Matrix (MTO) Feature #1443

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

Commits on Oct 10, 2024

  1. MTO WIP

    ClayBenson94 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ef893cc View commit details
    Browse the repository at this point in the history
  2. milestone schema

    ClayBenson94 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2d91be3 View commit details
    Browse the repository at this point in the history
  3. wip

    ClayBenson94 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    72c3c7e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. WIP gql

    ClayBenson94 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    db6ad68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d318d9 View commit details
    Browse the repository at this point in the history
  3. initial resolver stuff

    ClayBenson94 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6cfb0b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. WIP

    ClayBenson94 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f947b96 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    ddcbc5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    078eca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    56ab74e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0098f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    db8ba49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ea1693 View commit details
    Browse the repository at this point in the history
  3. Base poc done

    patrickseguraoddball committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    73bd62e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51b6d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a9de57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91561b9 View commit details
    Browse the repository at this point in the history
  7. Tweaks

    patrickseguraoddball committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    10d5a54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3504cea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f83e3a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    305f22f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bda4884 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    f4cc27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95f7211 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bec839f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c240b08 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/MINT-3175_mto' into MINT-3181/mto_category_be

    # Conflicts:
    #	pkg/graph/generated/generated.go
    #	pkg/graph/model/models_gen.go
    #	pkg/graph/resolvers/model_to_operations_matrix.resolvers.go
    #	pkg/graph/schema/types/model_to_operations_matrix.graphql
    StevenWadeOddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c15424f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a73ee94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bf2b6ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    795063f View commit details
    Browse the repository at this point in the history
  9. PoC #2

    patrickseguraoddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2f2f86e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3527a65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d91e3fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea70b44 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    41599bf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    38f6430 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5c3746 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c5c915e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6f3099c View commit details
    Browse the repository at this point in the history
  18. placeholder

    patrickseguraoddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8dcd666 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fbbcd3a View commit details
    Browse the repository at this point in the history
  20. Added types

    patrickseguraoddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2bd2c51 View commit details
    Browse the repository at this point in the history
  21. feat: add constraints to the category table that require a name to be…

    … unique for model plan and parent combination, and require a child has the same model plan id as the parent
    StevenWadeOddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f155005 View commit details
    Browse the repository at this point in the history
  22. Fix lint

    patrickseguraoddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f34e698 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    313dcac View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    38b83a6 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'feature/MINT-3175_mto' into MINT-3181/mto_category_be

    # Conflicts:
    #	pkg/graph/model/models_gen.go
    StevenWadeOddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2a944c0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ac8ec6b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2fd4147 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    aa5fe3e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dbeb199 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c54d375 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    df6dfd9 View commit details
    Browse the repository at this point in the history
  32. feat: placeholder for common milestone, change name nullability as it…

    … will be null except for custome milestone
    StevenWadeOddball committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cf816f4 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1d5cae6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    568f176 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    8f84b1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f06d96b View commit details
    Browse the repository at this point in the history
  3. Added pagination

    patrickseguraoddball committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4acd8c5 View commit details
    Browse the repository at this point in the history
  4. Added pagesize

    patrickseguraoddball committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    42bf132 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e40a2c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcd0f99 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'task/MINT-3182_mto_common_milestones' of github.com:CMS…

    …gov/mint-app into task/MINT-3182_mto_common_milestones
    OddTomBrooks committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e7e390d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    514bc73 View commit details
    Browse the repository at this point in the history
  9. Added sort

    patrickseguraoddball committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8b685b9 View commit details
    Browse the repository at this point in the history
  10. Modified sort

    patrickseguraoddball committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d8daf3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c23295 View commit details
    Browse the repository at this point in the history
  12. Tweaked logic

    patrickseguraoddball committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    93dcedb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1eee371 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. [MINT-3182] Common milestones and common solutions (#1446)

    * wip: initial common milestones and common solutions pass
    
    * chore: updated migration version
    
    * chore: updated migration version
    
    ---------
    
    Co-authored-by: Clay Benson <clay.benson@oddball.io>
    OddTomBrooks and ClayBenson94 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    00bf5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83956a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91f1e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64ff531 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622dc52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b860e0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    739cf1a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fa9f58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ec965b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    1744635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa256f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf92c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e0f2c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f12ae85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c32362 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31f0c28 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00398e6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    256f0ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be2f74f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c133eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    07e02bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    96e9a84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b95c1e View commit details
    Browse the repository at this point in the history
  15. test-2

    patrickseguraoddball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    df67de0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef768c5 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'MINT-3176/mto_milestone_and_solution_migrations' into M…

    …INT-3176/mto_milestone_and_solution_resolvers
    StevenWadeOddball committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    cd6eb9a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d62946b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7346818 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5d26e7e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d9bbf55 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    83538f9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bee4136 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4ecc11f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    9ba95f0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'MINT-3176/mto_milestone_and_solution_migrations' into M…

    …INT-3176/mto_milestone_and_solution_resolvers
    StevenWadeOddball committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    20cf502 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1450 from CMS-Enterprise/MINT-3176/mto_milestone_…

    …and_solution_migrations
    
    Mint 3176/mto milestone and solution migrations
    StevenWadeOddball authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    957369c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de62df3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a14f5d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6accc3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a808986 View commit details
    Browse the repository at this point in the history
  8. feat: update loader to get milestones for categories. Still not recei…

    …ving milestones for UUID.nil. Will need to address the SQL to handle this directly
    StevenWadeOddball committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a65d506 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a46091 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9478035 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb3237e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c9d8b5a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36ca5a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    ade2475 View commit details
    Browse the repository at this point in the history
  2. feat: add mto common milestone name from queries using coalesce to re…

    …turn the custom name if it is custom
    StevenWadeOddball committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c76f82d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    079ea3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a021e2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6c8085 View commit details
    Browse the repository at this point in the history
  6. Update pkg/graph/resolvers/mto_category.resolvers.go

    Co-authored-by: Clay Benson <clay.benson@oddball.io>
    StevenWadeOddball and ClayBenson94 authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4272bdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9239ff0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99979b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fed9b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a74a56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    285aaed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f78e20 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    582567f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge branch 'feature/MINT-3175_mto' into task/MINT-3182_mto_common_m…

    …ilestones
    
    # Conflicts:
    #	migrations/V179__Add_MTO_Common_Milestone_And_Solution.sql
    OddTomBrooks committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ba2f013 View commit details
    Browse the repository at this point in the history
  2. Update pkg/graph/resolvers/mto_milestone.go

    Co-authored-by: Clay Benson <clay.benson@oddball.io>
    StevenWadeOddball and ClayBenson94 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ec10eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    781550b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1454 from CMS-Enterprise/MINT-3176/mto_milestone_…

    …and_solution_resolvers
    
    [MINT-3176] mto milestone resolvers
    StevenWadeOddball authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    22163d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6b187e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2f3ff4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f92991 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dc21da View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    ce41032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277edfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ce9155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7031180 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d34ed3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8917493 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc16284 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge branch 'main' into feature/MINT-3175_mto

    # Conflicts:
    #	MINT.postman_collection.json
    #	cmd/dbseed/main.go
    #	pkg/graph/generated/generated.go
    #	pkg/graph/model/models_gen.go
    #	src/gql/generated/graphql.ts
    StevenWadeOddball committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f20c044 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/MINT-3175_mto' into task/MINT-3162_mto_card_be

    # Conflicts:
    #	pkg/graph/generated/generated.go
    StevenWadeOddball committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    adc0fe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ede5bd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    133e7cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a685cb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57f96d1 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feature/MINT-3175_mto' into task/MINT-3182_mto_common_m…

    …ilestones
    
    # Conflicts:
    #	pkg/graph/generated/generated.go
    StevenWadeOddball committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    75107a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    533bd3f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcecf3a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2e53e7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a4b56ee View commit details
    Browse the repository at this point in the history
  12. Merge branch 'feature/MINT-3175_mto' into task/MINT-3182_mto_common_m…

    …ilestones
    
    # Conflicts:
    #	pkg/graph/generated/generated.go
    #	pkg/graph/schema/types/mto.graphql
    StevenWadeOddball committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2d9f52a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9704260 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4fdee84 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b0d5321 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    657a706 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e18f03 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c410d4d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9f61383 View commit details
    Browse the repository at this point in the history
  20. feat: add model plan id to facilitate logical retrieval. nil modelpla…

    …nid will still work for is addded etc
    StevenWadeOddball committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0105c19 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4ed32d5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    320c888 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dbc16d8 View commit details
    Browse the repository at this point in the history
  24. feat: first attempt at get by model_plan_id loader. Will need to revi…

    …sit as the sorting function doesnt know how to handle a pointer to a value. We need to assert equal value or nil
    StevenWadeOddball committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    536f889 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    2166808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0ff4d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e615edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd8baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb1baf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab53ff7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4d2a24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c779f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a78699 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a72f31 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b3c2c56 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c874336 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76e95d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2e08836 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3210a68 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1500 from CMS-Enterprise/task/MINT-3182_mto_commo…

    …n_milestones
    
    [MINT-3182] MTO Common Milestones and Common Solutions
    StevenWadeOddball authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    de2c2bd View commit details
    Browse the repository at this point in the history
  17. Init work

    patrickseguraoddball committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e383b14 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0f557de View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    151788e View commit details
    Browse the repository at this point in the history
  2. MTO Card inti

    garyjzhao committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    16fdf64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c366c View commit details
    Browse the repository at this point in the history
  4. Add the MTOCard to the dom

    garyjzhao committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6e9cf4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c523408 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e3a6ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2014956 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ecd549 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58b628a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad63472 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    afb7cff View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96589ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9942ee View commit details
    Browse the repository at this point in the history
  14. add MTO Card test

    garyjzhao committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a9e64ea View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c5870e7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e31e26a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. updated snaps

    garyjzhao committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ea0ed57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fc9761 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8adef8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e4c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ab43d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dc3cd2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c11a77 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. updated snaps

    garyjzhao committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    7dede2e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    0569b99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1513 from CMS-Enterprise/MINT-3192/MTO-card

    [MINT-3192] MTO Card in Collab Area
    garyjzhao authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    0a5896c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1514 from CMS-Enterprise/MINT-3197/MTO-table-rout…

    …ing-wrapper-emptystate
    
    [MINT-3197] MTO table routing, wrapper, empty state
    patrickseguraoddball authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2b9676b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. [NOREF] Split create milestone mutation (#1517)

    * feat: Split single resolver for creating milestones into 2 resolvers for creating custom and common milestones
    
    * Update postman collection and code comments
    
    * Missed comment
    ClayBenson94 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c936986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebed82 View commit details
    Browse the repository at this point in the history