microsoft / OpenHack-FHIR

This repository hosts the guidance and assets for delivering an OpenHack focusing on FHIR and Microsoft's API for FHIR.
Creative Commons Attribution 4.0 International
89 stars 41 forks source link

Why Download Health Architectures as a Zip? #18

Closed mikaelweave closed 3 years ago

mikaelweave commented 3 years ago

I saw something curious during Challenge 2 that may be an issue. Is there a reason to have OpenHack participants download the Health Architectures repo as a zip instead of cloning/downloading it themselves directly from that Github repo?

Reasons to send the user to the repo:

cyberuna commented 3 years ago

@mikaelweave This Github used to have documentation to clone Health Architectures repo but to avoid issues when new functionality is added for the sessions planned, this zip was created. Will go back to repo clone after testing code changes.

mikaelweave commented 3 years ago

If we are worried about new changes being introduced, we could download a version like this: https://github.com/microsoft/health-architectures/releases/tag/v1.0

cyberuna commented 3 years ago

We did try v1.0, we could ask to create a new tag for the working version. Also planning to make minor changes for now and post it in that repo to get merged. This short-term approach is for the sessions planned.

mikaelweave commented 3 years ago

Ahhh you're already 10 steps ahead of me. 😄 Thanks for the info, really appreciate it!

FYI I've been doing the OpenHack with the main branch of Health Architectures and filling out issues/PRs along the way. Hopefully this will help get to a stable tag we can use for the OpenHack!