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

Load FHIR Resources from configs in assets directory #3065

Merged
merged 34 commits into from
Jun 1, 2024

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    a5e026d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90c1ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82cc28c View commit details
    Browse the repository at this point in the history
  4. Add resources to DB

    SebaMutuku committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8e617ac View commit details
    Browse the repository at this point in the history
  5. Run spotlessApply

    SebaMutuku committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0df5971 View commit details
    Browse the repository at this point in the history
  6. Update resources to DB

    SebaMutuku committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ead5bb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ba590c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    22da478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc4579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    459ed4c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    c005f8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea5bbd0 View commit details
    Browse the repository at this point in the history
  3. Add docs

    SebaMutuku committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bfdce24 View commit details
    Browse the repository at this point in the history
  4. Fix spotless errors

    SebaMutuku committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7ac60aa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'implement-reading-configuration-resources' of github.co…

    …m:opensrp/fhircore into implement-reading-configuration-resources
    SebaMutuku committed May 20, 2024
    Configuration menu
    Copy the full SHA
    69bb9e0 View commit details
    Browse the repository at this point in the history
  6. Beautify docs

    SebaMutuku committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5180a16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a82f87 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

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

Commits on May 23, 2024

  1. Fix coverage

    SebaMutuku committed May 23, 2024
    Configuration menu
    Copy the full SHA
    61eadd3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    5a0668f View commit details
    Browse the repository at this point in the history
  2. Test exception

    SebaMutuku committed May 24, 2024
    Configuration menu
    Copy the full SHA
    067ef1a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'implement-reading-configuration-resources' of github.co…

    …m:opensrp/fhircore into implement-reading-configuration-resources
    SebaMutuku committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e52a7bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb040d8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 28, 2024

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

Commits on May 29, 2024

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

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    b5ca412 View commit details
    Browse the repository at this point in the history
  2. Refactor loading FHIR resources from asset directory

    Signed-off-by: Elly Kitoto <[email protected]>
    ellykits committed May 31, 2024
    Configuration menu
    Copy the full SHA
    58749fe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'implement-reading-configuration-resources' of github.co…

    …m:opensrp/fhircore into implement-reading-configuration-resources
    ellykits committed May 31, 2024
    Configuration menu
    Copy the full SHA
    68604bf View commit details
    Browse the repository at this point in the history
  4. Format code

    Signed-off-by: Elly Kitoto <[email protected]>
    ellykits committed May 31, 2024
    Configuration menu
    Copy the full SHA
    834c45a View commit details
    Browse the repository at this point in the history
  5. Test populateConfigurationsMap

    Configs should be added to the map and FHIR resources saved to SQLite
    database.
    
    Signed-off-by: Elly Kitoto <[email protected]>
    ellykits committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a3b20b6 View commit details
    Browse the repository at this point in the history
  6. Update test verification

    Signed-off-by: Elly Kitoto <[email protected]>
    ellykits committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f8cd3bc View commit details
    Browse the repository at this point in the history
  7. Update working-in-debug-mode.mdx

    pld authored May 31, 2024
    Configuration menu
    Copy the full SHA
    7a05d5d View commit details
    Browse the repository at this point in the history