cb11244d79
improve order analyses cards
2025-09-10 06:32:41 +03:00
fa9895637d
add env to turn off automatic medipost sending on montonio callback
2025-09-10 06:32:25 +03:00
be33b892f5
only show checks for analysis elements explicitly in current package
2025-09-10 06:31:39 +03:00
7bc89f7c22
no need to show "select-package" page after onboading if it has nothing
2025-09-10 06:31:32 +03:00
95452de88b
prefer using providers conf from supabase instead of env
2025-09-10 06:31:23 +03:00
0f16c6552f
Merge pull request #84 from MR-medreport/keycloak-improvements-0909
...
improve namings; improve logging for orders without analysis packages
2025-09-09 11:55:43 +00:00
165d44b13f
prepare montonio callback logic to send email for individual analysis order
...
- skip confusing error log for orders without analysis packages
2025-09-09 14:02:34 +03:00
7d208b41f2
update naming to be clearer
2025-09-09 14:01:19 +03:00
Helena
ca13e9e30a
MED-82: add patient notification emails ( #74 )
...
* MED-82: add patient notification emails
* remove console.log
* clean up
* remove extra paragraph from email
2025-09-09 10:37:22 +03:00
c0e9cf5e25
fix value with new types
2025-09-09 09:57:01 +03:00
1d641211b6
update for new type
2025-09-09 09:56:44 +03:00
c2896d77b0
prefill phone field in update-account form
2025-09-09 09:56:31 +03:00
3bdc1cfefc
update personal code util
2025-09-09 09:56:19 +03:00
5b91ece1ec
sort compare packages modal analyses by title
2025-09-09 09:56:16 +03:00
2c63875806
fix typo
2025-09-09 09:56:09 +03:00
0081e8948b
move most isikukood.js usage to utils
2025-09-09 09:56:03 +03:00
077aaee181
handle keycloak user prefills in update-account form
2025-09-08 01:03:17 +03:00
57a998d215
fix NaN for bmi when divide-by-zero
2025-09-08 01:02:42 +03:00
f01829de96
update keycloak signup / login
2025-09-08 01:02:10 +03:00
7815a1c011
add phone number validation to update account form
2025-09-08 00:59:17 +03:00
a9612ad992
remove useless await
2025-09-08 00:57:38 +03:00
ab2176bc69
fix analyses loading
2025-09-08 00:57:28 +03:00
a89d8d3153
fix whitespace
2025-09-08 00:57:18 +03:00
1b29cb222b
prefer pathsConfig urls
2025-09-08 00:56:55 +03:00
c83694222d
allow adding discounts in cart
2025-09-06 22:56:54 +03:00
6e9cde6b95
medusa product can have either analysiselement or analysis originalId
2025-09-04 13:20:09 +03:00
3a062eaa9c
hide dashboard recommendations block
2025-09-04 13:20:05 +03:00
5c8f8b73d7
try to display price before adding to cart
2025-09-04 12:39:24 +03:00
5b52da0a62
fix adding to cart loading
2025-09-04 12:39:21 +03:00
Helena
21375cf55f
MED-149: add more estonian translations ( #72 )
2025-09-04 12:38:46 +03:00
Helena
9122acc89f
MED-151: add profile view and working smoking dashboard card ( #71 )
...
* MED-151: add profile view and working smoking dashboard card
* update zod
* move some components to shared
* move some components to shared
* remove console.logs
* remove unused password form components
* only check null for variant
* use pathsconfig
2025-09-04 12:17:54 +03:00
Danel Kungla
5176ecdddc
hide search and wallet
2025-09-04 10:56:24 +03:00
40ffbf29a5
improve analyses sync error logging
2025-09-03 13:31:43 +03:00
Helena
b7926f79a9
MED-89: add analysis view with doctor summary ( #68 )
...
* add analysis view with doctor summary
* remove console.log, also return null if analysis data missing
* replace orders table eye with button
2025-09-02 12:18:18 +03:00
Helena
9d62a2d86f
MED-140: ui fixes ( #69 )
...
* MED-140: ui fixes
* make accountid optional in hook
2025-09-02 12:14:24 +03:00
Helena
3498406a0c
MED-88: add doctor email notifications ( #65 )
...
* MED-88: add doctor email notifications
* add logging, send open jobs notification on partial analysis response
* update permissions
* fix import, permissions
* casing, let email be null
* unused import
2025-09-02 12:14:01 +03:00
2df366c14a
feat(MED-121): fix variant age range check
2025-09-01 14:29:14 +03:00
d83319a094
Merge branch 'main' into MED-85
2025-08-29 11:45:36 +03:00
Danel Kungla
5479f310d7
Merge branch 'main' into MED-104
2025-08-29 09:46:04 +03:00
4588d11d5a
feat(MED-86): don't prettify results sync log since aws will split it up
2025-08-28 15:49:30 +03:00
e0688eb539
feat(MED-86): fix status check for fake responses
2025-08-28 15:49:12 +03:00
0c28f9681b
feat(MED-86): fix status check for fake responses
2025-08-28 15:49:03 +03:00
70b85dc967
feat(MED-86): don't prettify results sync log since aws will split it up
2025-08-28 15:37:29 +03:00
71f5a25632
Merge branch 'main' into MED-85
2025-08-28 14:57:09 +03:00
b3505c1627
feat(MED-100): show cart line item quantities total instead of items total count
2025-08-28 14:41:59 +03:00
Danel Kungla
ad28352fc8
MED-104: create booking view with categories
2025-08-28 14:11:54 +03:00
f723633646
feat(MED-123): don't redirect to cart on single analysis select
2025-08-28 13:31:29 +03:00
Danel Kungla
31bc4b6cff
initial commit
2025-08-28 13:15:39 +03:00
Helena
86dc221cc6
MED-145: send notification to patient when summary completed ( #61 )
...
* MED-145: send notification to patient when summary completed
* MED-145: send notification to patient when summary completed
* use aliased imports where possible, revert cart service urls
* save language preference to local db
* remove unnecessary optional chaning
2025-08-28 13:05:07 +03:00
3ddc0a2716
feat(MED-123): show toast on adding analysis to cart
2025-08-28 12:44:07 +03:00