shihjay2 / nosh2

NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients. This is a new mobile-friendly version that is now based off of the Laravel PHP framework and jQuery. NOSH has FHIR, Bluebutton, ICD-10, GoodRX API, RXNorm API, Phaxio, and UMA support.
Other
74 stars 53 forks source link

Auto updating broken? #115

Closed sahoahfoa closed 6 years ago

sahoahfoa commented 6 years ago

My nosh installation is stuck on commit 60947e8ec73ee8c7a6428799db2e960f20bb1ee3. It looks like commit e10a8c8d3413b7f0f9ad5b5c221dc4a333f2e761 took out the http call to update_system. Is there another mechanism in-place that supposed to be updating nosh?

shihjay2 commented 6 years ago

Yes, you can update manually be either clicking on Update System in the menu when you click on the username after you login. You can also do the update_system route to do it manually. There are some changes that are related to an MVP release for the patient centered NOSH and I didn't want to inadvertently break other systems during the transition. Once the new commits calm down and there has been enough time to uncover any bugs, I will consider reactivating the auto update script. Thanks for your patience!