fasten-onprem/backend/pkg/models
David Radcliffe 4a82064521
add basic user management (#503)
* add basic user management

* allow admin to create another admin

* fix tests

* add multi user info to README
2024-08-29 20:19:27 +09:00
..
database adding meta prefix to all relevant meta keys. (#323) 2023-11-19 11:09:23 -08:00
background_job.go better error handling for User. 2024-01-21 09:58:56 -08:00
background_job_query_options.go Background Jobs (#266) 2023-10-08 16:29:26 -07:00
background_job_scheduled_sync.go Background Jobs (#266) 2023-10-08 16:29:26 -07:00
background_job_sync.go adding version, and migrate cli. 2024-01-16 21:13:52 -08:00
base.go begin restoring Sqlite functionality. (#11) 2022-12-02 19:40:58 -08:00
base_test.go fixing module name (fasten-onprem vs fastenhealth-onprem) 2023-08-27 17:09:46 -07:00
client_registration_request.go - make sure that we can generate offline tokens for Epic providers (using dynamic client registration - https://fhir.epic.com/Documentation?docId=Oauth2&section=Standalone-Oauth2-OfflineAccess-0) 2023-07-19 22:45:14 -07:00
client_registration_response.go - make sure that we can generate offline tokens for Epic providers (using dynamic client registration - https://fhir.epic.com/Documentation?docId=Oauth2&section=Standalone-Oauth2-OfflineAccess-0) 2023-07-19 22:45:14 -07:00
client_registration_token_response.go - make sure that we can generate offline tokens for Epic providers (using dynamic client registration - https://fhir.epic.com/Documentation?docId=Oauth2&section=Standalone-Oauth2-OfflineAccess-0) 2023-07-19 22:45:14 -07:00
event.go making all references to EventBusListeners pointers 2023-09-13 13:57:17 -07:00
event_keep_alive.go making all references to EventBusListeners pointers 2023-09-13 13:57:17 -07:00
event_source_complete.go moved event bus into its own package. 2023-09-10 09:25:15 -07:00
event_source_sync.go moved event bus into its own package. 2023-09-10 09:25:15 -07:00
glossary.go adding a glossary endpoint which attempts to get patient-friendly descriptions from code. (#120) 2023-03-21 08:04:43 -07:00
installation_registration_request.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
installation_registration_response.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
list_resource_query_options.go adding pagination to the explore page. fixes #216 2023-08-12 10:27:46 -06:00
medlineplus_connect_results.go adding a glossary endpoint which attempts to get patient-friendly descriptions from code. (#120) 2023-03-21 08:04:43 -07:00
query_resource.go provide mechanism to call functions when doing aggregations. 2023-10-02 13:42:41 -07:00
query_resource_test.go provide mechanism to call functions when doing aggregations. 2023-10-02 13:42:41 -07:00
related_resource.go Widget Dashboard Queries using extracted Search Parameters (#179) 2023-07-08 07:43:30 -07:00
request_healthsystem.go adding ability to request health system if missing. 2024-05-15 15:57:03 -07:00
resource_association.go adding allow_unsafe_endpoints config option. 2022-12-21 19:51:02 -08:00
resource_base.go where possible store the SourceURI with the resource. 2023-08-17 17:19:26 -06:00
resource_composition.go adding support for Composition resource type (Custom grouping) (#20) 2023-01-10 19:23:47 -08:00
resource_graph_metadata.go finishing pagination for medical history page. 2023-10-03 17:27:08 -07:00
resource_graph_options.go WIP adding medical history timeline view. (#325) 2023-11-23 08:51:01 -08:00
response_wrapper.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
source_credential.go make sure lighthouse environment is passed to the source credential. 2024-01-17 13:45:19 -08:00
source_credential_test.go added tests to ensure that implementation stays in sync with interfaces from fasten-sources lib. 2023-01-03 20:50:43 -08:00
source_summary.go Widget Dashboard Queries using extracted Search Parameters (#179) 2023-07-08 07:43:30 -07:00
summary.go Widget Dashboard Queries using extracted Search Parameters (#179) 2023-07-08 07:43:30 -07:00
support_request.go adding ability to submit support tickets in-app. 2023-10-09 16:38:17 -07:00
system_setting_entry.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
system_settings.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
system_settings_test.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
user.go add basic user management (#503) 2024-08-29 20:19:27 +09:00
user_setting_entry.go adding support for user settings (Remote Dashboard Locations) 2023-08-25 08:36:12 -07:00
user_settings.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
user_settings_test.go adding tests for dashboard settings 2023-08-25 08:36:12 -07:00
user_test.go fixing module name (fasten-onprem vs fastenhealth-onprem) 2023-08-27 17:09:46 -07:00