Commit Graph

340 Commits

Author SHA1 Message Date
Jason Kulatunga cae3afce72
adding ability to submit support tickets in-app.
added logos to the patient profile menu
added link to fundraising doc in-app
update fontawesome version.

fixes #272
2023-10-09 16:38:17 -07:00
Jason Kulatunga bbf5169a44
make sure background jobs status is updated every minute. 2023-10-09 11:28:35 -07:00
Jason Kulatunga dcabfc8cd9
Background Jobs (#266) 2023-10-08 16:29:26 -07:00
Jason Kulatunga aee2d5c9f7
Update fasten-sources (extract Contained resources)
EOB code extraction
2023-10-05 20:20:41 -07:00
Jason Kulatunga d09d4adb48
update reference model datatype (include identifier model) 2023-10-04 17:50:48 -07:00
Jason Kulatunga d43e3d0def
center the pagination block. 2023-10-03 19:38:24 -07:00
Jason Kulatunga 1fda51074e
finishing pagination for medical history page. 2023-10-03 17:27:08 -07:00
Jason Kulatunga f26447c3fc
make sure the currently selected report is highlighted. 2023-10-03 13:21:33 -07:00
Jason Kulatunga 8e39cf60a7
include report information in the header if filtered to report. 2023-10-03 13:05:48 -07:00
Jason Kulatunga 74a3fd4b4e
lab report filtering is working. 2023-10-02 22:36:57 -07:00
Jason Kulatunga 61528ac643
paginated lab results page. 2023-10-02 20:43:24 -07:00
Jason Kulatunga 595541f3a0
correctly handle query for token with system but no code. 2023-10-02 16:07:25 -07:00
Jason Kulatunga f3b1c7e283
fixing dashboard widgets with built-in queries containing aggregations. 2023-10-02 14:37:57 -07:00
Jason Kulatunga 623c9ab663
adding tests for processing aggregation parameters.
make sure frontend code uses new aggregation parameter structure.
2023-10-02 14:27:35 -07:00
Jason Kulatunga 6d831f6ee7
make sure we can send limit and offset when querying.
list the diagnostic reports in the dropdown for filtering.
2023-10-01 17:05:55 -07:00
Jason Kulatunga c258ab44d4
adding filter and sort dropdowns on Lab page. 2023-10-01 13:16:44 -07:00
Jason Kulatunga ce8efdb753 making all references to EventBusListeners pointers
adding a keepalive event type.
2023-09-13 13:57:17 -07:00
Jason Kulatunga df8890c794
fixing dropdown button. 2023-09-11 12:49:05 -07:00
Jason Kulatunga 067f7d99cf
fixing explore button link. 2023-09-11 12:39:50 -07:00
Jason Kulatunga e161a64b32
trying to fix frontend build 2023-09-10 20:27:33 -07:00
Jason Kulatunga 3da2f80720
fixing missing dependency. 2023-09-10 10:19:50 -07:00
Jason Kulatunga dc7d5a5424
adding explore button to modal popup
fixes #250
2023-09-10 09:39:23 -07:00
Jason Kulatunga 8b6c321e8e consolidate event bus methods in EventBusService. 2023-09-10 09:25:15 -07:00
Jason Kulatunga 2b0a1e0d6d working updates. 2023-09-10 09:25:15 -07:00
Jason Kulatunga 3c02bede7a working updates. 2023-09-10 09:25:15 -07:00
Jason Kulatunga b2bff9ccdd removing content type ehader from event bus connection. 2023-09-10 09:25:15 -07:00
Jason Kulatunga 74fc682dbf renamed sse endpoint to events. Using the technology name in the API isnt a good idea. 2023-09-10 09:25:15 -07:00
Jason Kulatunga 1646cec253 fixing test. 2023-09-07 16:58:26 -07:00
Jason Kulatunga 7dc0318931 adding loading spinner to desktop callback.
make sure modal popup is closed in sources window when app is redirected.
2023-09-07 16:58:26 -07:00
Jason Kulatunga 0ce1b3f20f adding a desktop callback page, for event propogation to desktop windows. 2023-09-07 16:58:26 -07:00
Jason Kulatunga 206d9479fc moving open external link functionality into shared lib. 2023-09-07 16:58:26 -07:00
Jason Kulatunga 6691837797 fix relative links, 2023-09-07 16:58:26 -07:00
Jason Kulatunga bf03a987f3 make sure that the dynamically populated text boxes (with content from NHS) correctly opens links in external windows. 2023-09-07 16:58:26 -07:00
Jason Kulatunga 80d3f680a5 ensure that all external links (other than Source OAuth/SmartOnFire) open in an external window. 2023-09-07 16:58:26 -07:00
Jason Kulatunga d519684055
fixing storybook tests. 2023-09-05 20:30:21 -07:00
Jason Kulatunga bb9f4632b3
fixing frontend tests. 2023-09-05 19:58:24 -07:00
Jason Kulatunga 786f2f6f5e
fixing tests 2023-09-05 19:26:03 -07:00
Jason Kulatunga f5c245a0e2
fixing tests 2023-09-05 19:18:20 -07:00
Jason Kulatunga 78677961d5
Adding Address information for Location table. 2023-09-05 10:17:44 -07:00
Jason Kulatunga c063c654df
adding Organization Practitioner explore table data. 2023-09-05 09:47:45 -07:00
Jason Kulatunga d9564eb31c
adding CareTeam, Device, Binary and Location infomration to Explore tab. 2023-09-05 09:21:12 -07:00
Jason Kulatunga 84bcf41735
using codableConcept formatter with OhHeyAlan's pr. 2023-09-05 08:30:33 -07:00
OhHeyAlan 25f37f37b9
Update list-document-reference.component.ts
Current shows mostly "unknown". This accurately reflects the category for all docs.
2023-09-05 08:30:24 -07:00
Jason Kulatunga 9be431c2a6
adding support for popup-auth (disabled by default in all envs). 2023-09-05 07:30:10 -07:00
Jason Kulatunga ad83fa7ae1
adding explore functionality to header.
make sure explore resource list has a pointer cursor.
when report header doesnt return a patient, handle gracefully.
when explore page has no connected sources, correctly display empty page.
2023-08-31 00:08:35 -07:00
Jason Kulatunga 204ea95370
adding build-frontend-desktop-prod 2023-08-29 16:15:56 -07:00
Jason Kulatunga 00d0684b57
cache location 2023-08-29 16:05:36 -07:00
Jason Kulatunga a9cb793c8a split frontend routing config from backend config.
Added method to use embedded frontend routing.
rename desktop config to desktop_sandbox config.

adding desktop_mode (used for Wails Desktop app + hash based routing)
make sure all `window.location` parsing works correctly with desktop_mode
2023-08-28 18:36:32 -07:00
Jason Kulatunga 011cfa37e6 fixing build commands. make sure that we can build a desktop flavor of the UI. 2023-08-27 13:59:23 -07:00
Jason Kulatunga c9b482d668
fixing token expiration time (can be number or string), make sure we parse it correctly. 2023-08-25 15:48:52 -07:00