nielsboecker / HoloRepository-Core

A system for transforming medical imaging studies into holograms, storing them in the cloud and providing them to other systems.
GNU Affero General Public License v3.0
6 stars 8 forks source link

Ui/fake smart auth #64

Closed fanbomeng97 closed 5 years ago

fanbomeng97 commented 5 years ago

Implemented the fake SMART auth process:

fanbomeng97 commented 5 years ago

Seems like the server test is broken, i have checked it, it caused by moving fhir url to .env, but so far no idea how to fix it ... Going to modify the hololens app, pls have a look when you review the pr

nielsboecker commented 5 years ago

Cool, I'll take a look soon. @fanbomeng97 as for the missing variable, maybe this can help?

Edit: Fixed. It was due to an import from the fhirClient file. So the top level code of that script ran (even before any jest setup code). So I changed that.

nielsboecker commented 5 years ago

Oh, another idea! Maybe you can also show the HoloRepository logo above the login screen of the HoloLens app, to make it a more consistent experience.