Closed hansenms closed 5 years ago
Should be fixed now.
Note that this is temporary. I've updated the app to use our latest client library, which is not officially released yet. Once it is, we will update our dependency and go back to that local reference.
Please let me know if you have any issues with the updated app using the new client.
I can confirm that the current master is working.
I do have a follow-up question. I understand the need for changing things as you move to new versions, etc., but it would seem to make sense to do that in a branch rather than breaking master? Even if it is only temporary?
I agree that such changes are typically done in a branch, but it is a little different here.
P.S. The hosted version will only work with the SMART sandbox. It can also be launched against an open FHIR server like so: https://examples.smarthealthit.org/growth-chart-app/launch.html?fhirServiceUrl=https://r2.smarthealthit.org&patientId=smart-7777702
Hi @vlad-ignatov,
Thanks for the added context.
I am still not sure I fully understand why there is any utility (in terms of visibility or otherwise) in breaking the master branch, but if that is part of the development cycle, I will certainly make a note of it ;)
I do, in fact, pull the code in to demos. I have a demo sandbox at https://github.com/Microsoft/fhir-server-samples, where we pull the code into a web app. It is sort of part of the demo that we can pull it unmodified from the smart-on-fhir repo and have it work against our FHIR service, but that point could (of course) have been made with a fork and referencing a specific revision. I just thought it more illustrative to pull it straight from the master repo.
Do you guys tag the stable releases? If so that could be an option too.
Oh yes! Once I finish this, I should definitely tag it. I guess we can keep this open until then and I'll let you know when its done.
Done! Your tag is 0.1.4 - https://github.com/smart-on-fhir/growth-chart-app/releases/tag/0.1.4
In this commit:
https://github.com/smart-on-fhir/growth-chart-app/commit/a5dc066cd1d4703016bcb5515dec983859fcffc2
the reference to the fhir client was changes from local (in
node_modules
) to an external reference, which is returning404
, specifically:was changed to:
in
index.html
andlaunch.html
This is causing the app to break
@vlad-ignatov, I think this is a bug. Urgent fix needed.