Commit Graph

  • 5f71891970 adding support for dropzone adding support for manual source Jason Kulatunga 2022-09-15 22:26:37 -0700
  • 96a7a394ab working pattern for displaying resource data. Jason Kulatunga 2022-09-14 23:53:23 -0700
  • f15bd76831 working selected resource Jason Kulatunga 2022-09-14 22:16:46 -0700
  • 11605aae93 added a getResources and ListResourceFhir API endpoint Jason Kulatunga 2022-09-14 21:56:32 -0700
  • 5ae77a0459 adding sourceDetail component. make sure we 404 if an api endpoint doesn't exist. Jason Kulatunga 2022-09-14 19:59:16 -0700
  • f845ae3716 make sure we wait for the token to be stored before reloading the page. Jason Kulatunga 2022-09-14 08:19:28 -0700
  • edd8587ab2 make sure that the jwt encryption key is configurable by the end user. Jason Kulatunga 2022-09-13 21:41:10 -0400
  • 129d728d34 consistently use source_type / sourceType instead of provider_id providerId. using LighthouseService instead of PassportService. Jason Kulatunga 2022-09-13 21:15:18 -0400
  • 360af5adee renamed usages of providerId to sourceType Jason Kulatunga 2022-09-13 21:02:26 -0400
  • 201b5d5df3 rename passport service to lighthouse. working on importing SMART patient-viewer UI to angular app. Jason Kulatunga 2022-09-13 20:16:33 -0400
  • 5f0bef3ccc print patient information in table view. Jason Kulatunga 2022-09-12 23:18:32 -0400
  • 66a69ef97a update the sources page when connecting sources. Jason Kulatunga 2022-09-12 22:16:46 -0400
  • 1535f139c1 when making requests to the db, use the current user context. Jason Kulatunga 2022-09-12 21:20:56 -0400
  • 3811599c19 make sure we redirect to signin page if we ever get a 401 response. Jason Kulatunga 2022-09-12 20:33:39 -0400
  • 87db3cf751 better error messages. Jason Kulatunga 2022-09-12 17:34:03 -0400
  • b5e12c0374 fixing login page. Jason Kulatunga 2022-09-12 17:07:38 -0400
  • d67650eaf1 make sure we parse the auth header. make sure the token signing method is one we expect. Jason Kulatunga 2022-09-12 01:03:20 -0400
  • 6aa92674bc working authentication check (via token presence in localstorage). HTTP interceptor to always add token to header. Jason Kulatunga 2022-09-12 00:58:19 -0400
  • 1a3dce77cb adding form validation on signup. adding auth/signin and auth/signup api endpoints. Jason Kulatunga 2022-09-11 23:59:13 -0400
  • ee65995e44 fixed signup page. Jason Kulatunga 2022-09-11 11:52:57 -0400
  • 0a3bfca34a adding sign in and signup components. Jason Kulatunga 2022-09-11 11:51:17 -0400
  • aefe96c71e added a details page (unwired) fixed logo print more error messages. added aetna client. Jason Kulatunga 2022-09-10 23:12:29 -0400
  • e24ff1b8f6 fixing fonts. tweaking dashboard UI fixing medical sources component to be dynamically generated via list. Jason Kulatunga 2022-09-10 14:59:13 -0400
  • 68eb18e64b update expired access token automatically (using refreshtoken). if updatedSource is returned from client, it must be stored in the DB. Jason Kulatunga 2022-09-08 23:51:46 -0700
  • 187d72b085 added mechanism to query resources stored in DB. Adding raw lookup from source. Jason Kulatunga 2022-09-08 22:53:54 -0700
  • c9fc23e3a9 sync all resources on completion. Jason Kulatunga 2022-09-08 21:14:03 -0700
  • 6a8df64691 using Azia theme Jason Kulatunga 2022-09-08 19:36:33 -0700
  • 81c4382e3c automatically close popup. Jason Kulatunga 2022-09-01 23:09:20 -0700
  • 96465f23df adding test framework/recordings for client. Adding generic upsert fuction for models. Jason Kulatunga 2022-09-01 18:54:01 -0700
  • caa7315ad9 adding tests. fixing go generate updating FHIR models to version with comments. Jason Kulatunga 2022-08-31 19:06:12 -0700
  • 79755d8e8b fixing composite unique index (when embedded the index is not unique). creating a lookup table for retrieving Resource references (and generated UUIDs). Adding organization processing. Jason Kulatunga 2022-08-30 21:36:40 -0700
  • 9902daa75d make sure null is handled correctly. Jason Kulatunga 2022-08-30 20:24:37 -0700
  • 05b13677a6 working serialization, storage in DB. Jason Kulatunga 2022-08-30 19:55:27 -0700
  • 4c0d3c831d working on Gorm Serialization of structs. Jason Kulatunga 2022-08-30 19:35:01 -0700
  • c8441086c8 added ModelBase and OriginBase which can be used as base classes for Gorm Models. Updated BaseClient - use Source vs ProviderCredentials terminolgy. Updated CignaClient Added a raw request api endpoint which can Jason Kulatunga 2022-08-30 19:03:24 -0700
  • e6944cb4ee reorganzing functions. Jason Kulatunga 2022-08-28 21:32:13 -0700
  • fa714d6bff working hub with versioned fhir clients. Jason Kulatunga 2022-08-28 19:09:39 -0700
  • 7a9fdfd1b9 working on Hub for retreiving data from Health Providers. Jason Kulatunga 2022-08-28 10:51:58 -0700
  • 93f04802fe working. list provider credentials. Jason Kulatunga 2022-08-27 19:34:48 -0700
  • cf24362806 working, on provider credential create, return created object. Jason Kulatunga 2022-08-27 08:39:55 -0700
  • cc9c1277e0 when adding new medical provider, disable the button. Add primary key constraint to th eProviderCredential. Add ForeignKey/association to the ProviderCredntial. Jason Kulatunga 2022-08-27 08:17:09 -0700
  • 6413de2977 working on Provider ui. Jason Kulatunga 2022-08-26 20:05:19 -0700
  • adcc0e322b adding the https://github.com/creativetimofficial/black-dashboard-angular#quick-start template Jason Kulatunga 2022-08-26 19:16:49 -0700
  • 41e60cd7d6 working frontend, after token swap store credential in SQLite db. Jason Kulatunga 2022-08-25 21:57:29 -0700
  • 745768e2e6 working frontend, adding classes for type matching. Added Dashboard component (will act as true dashboard from now on). Jason Kulatunga 2022-08-25 21:07:33 -0700
  • e657d73e0e working frontend. adding database. Jason Kulatunga 2022-08-25 18:26:29 -0700
  • 1b77e3d01b update project to angular cli 14 Jason Kulatunga 2022-08-25 06:41:26 -0700
  • 268fba228a include. Jason Kulatunga 2022-08-25 00:30:47 -0700
  • ad2998a2d1 include. Jason Kulatunga 2022-08-25 00:27:59 -0700
  • 68586c4a78 update ng cli. Jason Kulatunga 2022-08-25 00:25:50 -0700
  • 1a9f440265 commit test config file. Jason Kulatunga 2022-08-25 00:24:19 -0700
  • 9c7504e7bd wip onprem app. Jason Kulatunga 2022-08-25 00:24:06 -0700
  • fb67c43a64 fixing basepath. Jason Kulatunga 2022-08-22 18:35:36 -0700
  • 33390680c6 rename Jason Kulatunga 2022-08-22 18:28:59 -0700
  • d46f12928e rename Jason Kulatunga 2022-08-22 18:11:00 -0700
  • cc9948cd04 Initial commit Jason Kulatunga 2022-08-22 17:51:46 -0700