Jason Kulatunga
8059a1a719
working signup wizard redirect (Show First Run Wizard)
2024-02-15 11:19:04 -08:00
Jason Kulatunga
c85e829c46
Adding new system settings table. ( #409 )
...
* Adding new system settings table.
Adding associated database migration.
Added tests
Fixing tests for user-settings.
* updated migration, make sure default system settings are created.
Added database commands to create and update system settings.
Added generic response wrapper.
* make sure we can get related versions (fasten sources, onprem and desktop) when starting the app.
2024-02-09 09:10:06 -08:00
Jason Kulatunga
86b336e489
adding ability to delete user account completely
2024-01-11 13:31:36 -08:00
Jason Kulatunga
d23af018e7
Timeline based Manual Entry form ( #330 )
2023-12-03 18:40:16 -08:00
Jason Kulatunga
2061684aed
WIP adding medical history timeline view. ( #325 )
2023-11-23 08:51:01 -08:00
Jason Kulatunga
c590663537
adding ability to delete source + associated records.
2023-10-11 07:54:18 -07:00
Jason Kulatunga
dcabfc8cd9
Background Jobs ( #266 )
2023-10-08 16:29:26 -07:00
Jason Kulatunga
1fda51074e
finishing pagination for medical history page.
2023-10-03 17:27:08 -07:00
Jason Kulatunga
21dc5ebe92
WIP paginate graph (medical history view)
2023-10-03 17:19:13 -07:00
Jason Kulatunga
0a9eb88b1b
fixing module name (fasten-onprem vs fastenhealth-onprem)
2023-08-27 17:09:46 -07:00
Jason Kulatunga
31479a4fc4
adding support for user settings (Remote Dashboard Locations)
2023-08-25 08:36:12 -07:00
Jason Kulatunga
b3a173df01
working aggregation code
2023-08-14 17:23:36 -06:00
Jason Kulatunga
f1b7e80e13
make sure that we print the error response body if we can.
...
Added an update source method.
After sync, if sourcecredential access token/refresh token has been updated make sure we store it int he database.
2023-07-20 21:43:37 -07:00
Jason Kulatunga
f1f2da2dd3
Widget Dashboard Queries using extracted Search Parameters ( #179 )
2023-07-08 07:43:30 -07:00
Jason Kulatunga
2e53ce79c7
make sure we can dynamically generate directed graph relationships on… ( #131 )
2023-04-22 22:08:58 -07:00
Jason Kulatunga
390cea6108
adding a glossary endpoint which attempts to get patient-friendly descriptions from code. ( #120 )
2023-03-21 08:04:43 -07:00
Jason Kulatunga
e68900b1bc
make sure we handle error if the current user is invalid.
2023-01-15 11:07:41 -08:00
Jason Kulatunga
f903c38b55
adding support for Composition resource type (Custom grouping) ( #20 )
2023-01-10 19:23:47 -08:00
Jason Kulatunga
918c856338
adding allow_unsafe_endpoints config option.
...
adding flattend resource graph.
adding Reciprocal resources
adding a report labs page.
2022-12-21 19:51:02 -08:00
Jason Kulatunga
6fd69575d1
Better Reporting ( #12 )
2022-12-17 15:10:19 -08:00
Jason Kulatunga
0d57a75890
updating database interface.
...
Using public database fields.
2022-12-03 12:48:35 -08:00
Jason Kulatunga
e360369706
begin restoring Sqlite functionality. ( #11 )
2022-12-02 19:40:58 -08:00
Jason Kulatunga
032946100c
working backend changes to generate JWT tokens during signin and signup. ( #9 )
2022-11-02 00:12:54 -07:00
Jason Kulatunga
f2bb44e8be
refactor backend to remove all storage logic. Just auth and metadata endpoints now.
...
Adding docker image for couchdb and addign docker-compose file.
2022-10-08 19:40:33 -07:00
Jason Kulatunga
cd6a0fb68f
working getResourceBySourceId query and api.
2022-09-25 16:57:30 -07:00
Jason Kulatunga
61d16cfb55
fixed error where the source ID was not populated whne source is first created, causing next SyncAll command to have invalid source_id values.
...
Created default SyncAll function (using $everything) and SyncAllByResourceName which can be used as a fallback.
cleaned up DB layer , dont use Model unless Gorm cannot figure out the table. Use pointers consistently.
When syncing resources, store errors in a map, so that all resources get synced before returing errors
2022-09-24 22:18:07 -07:00
Jason Kulatunga
cc485a0615
support logica service.
...
update dashboard.
moved RAW API endpoint outside of the secure block.
2022-09-18 00:36:53 -07:00
Jason Kulatunga
02dcbcc507
working summary api
2022-09-17 10:14:59 -07:00
Jason Kulatunga
7bced71569
adding source summary endpoint
...
added generic resource list component
added resource-list outlet directive and component.
2022-09-17 00:12:12 -07:00
Jason Kulatunga
11605aae93
added a getResources and ListResourceFhir API endpoint
2022-09-14 21:56:32 -07:00
Jason Kulatunga
5ae77a0459
adding sourceDetail component.
...
make sure we 404 if an api endpoint doesn't exist.
2022-09-14 19:59:16 -07:00
Jason Kulatunga
1535f139c1
when making requests to the db, use the current user context.
2022-09-12 21:20:56 -04:00
Jason Kulatunga
1a3dce77cb
adding form validation on signup.
...
adding auth/signin and auth/signup api endpoints.
2022-09-11 23:59:13 -04:00
Jason Kulatunga
187d72b085
added mechanism to query resources stored in DB.
...
Adding raw lookup from source.
2022-09-08 22:53:54 -07:00
Jason Kulatunga
c9fc23e3a9
sync all resources on completion.
2022-09-08 21:14:03 -07:00
Jason Kulatunga
96465f23df
adding test framework/recordings for client.
...
Adding generic upsert fuction for models.
2022-09-01 18:54:01 -07:00
Jason Kulatunga
caa7315ad9
adding tests.
...
fixing go generate
updating FHIR models to version with comments.
2022-08-31 19:06:12 -07:00
Jason Kulatunga
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.
2022-08-30 21:36:40 -07:00
Jason Kulatunga
4c0d3c831d
working on Gorm Serialization of structs.
2022-08-30 19:35:01 -07:00
Jason Kulatunga
93f04802fe
working. list provider credentials.
2022-08-27 19:34:48 -07:00
Jason Kulatunga
cf24362806
working, on provider credential create, return created object.
2022-08-27 08:39:55 -07:00
Jason Kulatunga
e657d73e0e
working frontend. adding database.
2022-08-25 18:26:29 -07:00