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

adding support for Composition resource type (Custom grouping) #20

Merged
merged 19 commits into from
Jan 11, 2023

Commits on Jan 9, 2023

  1. replace all Gin Context constant strings with const variables (Contex…

    …tKeyTypeConfig,ContextKeyTypeDatabase vs "CONFIG", "REPOSITORY")
    
    Make SortDate and SortTitle file on ResourceFhir model nullable.
    Added unsafe ResourceGraph method/endpoint.
    
    Frontend: add checkboxs to the resource editor page. Add
    Editor page resources are no longer draggable.
    
    upgrade fasten-sources library
    AnalogJ committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    65ab725 View commit details
    Browse the repository at this point in the history
  2. successfully grouping resources via Composition.

    TODO:
    - Graph/UI issues - Composition type is not returned from graph endpoint.
    - Have not tested merging Compisitions.
    AnalogJ committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b5e8f1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89750c4 View commit details
    Browse the repository at this point in the history
  4. make sure dev config file is ignored

    ignoring some lib resources that are not implemented yet.
    AnalogJ committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f178523 View commit details
    Browse the repository at this point in the history
  5. make sure we close the editor model on complete.

    TODO: merging encounters works, however merging Compositions fails.
    AnalogJ committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e3f6049 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2e86e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ecbfb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c6b0c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. regenerate Database mock.

    ensure the manual source is returned on creation.
    adding source handler test suite (manual source handler test added)
    added a test bundle file.
    upgrade to fasten-sources v0.13.0
    AnalogJ committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    957b411 View commit details
    Browse the repository at this point in the history
  2. sort resources by date.

    adding sort function for sorting resources by title and date.
    AnalogJ committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2b64972 View commit details
    Browse the repository at this point in the history
  3. sort resources via api.

    AnalogJ committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    827f993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a9fdc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84081be View commit details
    Browse the repository at this point in the history
  6. make sure the display models include source_resource_type, source_id …

    …and source_resource_id fields.
    
    changed all display model fields to be snake case, for consistency.
    AnalogJ committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a28b00c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    cf3aeb8 View commit details
    Browse the repository at this point in the history
  2. working medical-history component.

    Broken editor
    broken Resource links by ID.
    AnalogJ committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    1d30646 View commit details
    Browse the repository at this point in the history
  3. fixed editor

    AnalogJ committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b243155 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d9580 View commit details
    Browse the repository at this point in the history
  5. update fasten-sources to v0.14.0, supporting internal bundle referenc…

    …es during extraction.
    AnalogJ committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    aa96f9e View commit details
    Browse the repository at this point in the history