7af6aa438e
feat(MED-161): store more fields about medipost analysis response
2025-09-17 11:15:55 +03:00
16b4589330
fix BO account check in case account id refers to deleted BO account
2025-09-16 14:32:04 +03:00
0328e518b6
improve some texts + styles
2025-09-10 07:11:18 +03:00
4f99e32009
fix error boundary flashing on signout action
2025-09-10 06:42:39 +03:00
353e5c3c4b
update types
2025-09-09 09:56:23 +03:00
0e063cd5dc
'medreport.update_account' should also update email
2025-09-09 09:56:12 +03:00
f01829de96
update keycloak signup / login
2025-09-08 01:02:10 +03:00
95e72bb3f8
log out of medusa and reset cart on supabase logout
2025-09-05 14:15:03 +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
152ec5f36b
fix query response cant be undefined
2025-09-04 10:59:34 +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
71f5a25632
Merge branch 'main' into MED-85
2025-08-28 14:57:09 +03:00
da7f574234
feat(MED-86): user can see in Medusa BO if sending order to medipost succeeded
2025-08-28 14:42:07 +03:00
b931035c3b
feat(MED-86): add db fn to show medipost dispatch error for order in Medusa
2025-08-28 13:36:07 +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
2ffad84100
feat(MED-105): log opening analysis results from orders view
2025-08-28 12:35:30 +03:00
b4985afdf0
feat(MED-85): add logging for medipost response error xml
2025-08-28 12:25:18 +03:00
a37c4cad9c
feat(MED-85): add logging for medipost actions with xml and related order id
2025-08-28 11:56:07 +03:00
47ab39172e
feat(MED-85): run sending fake medipost results in dev from Medusa BO
2025-08-28 10:30:43 +03:00
d760f86632
feat(MED-85): run force medipost results sync from Medusa BO
2025-08-28 09:54:32 +03:00
a547503887
Merge branch 'main' into MED-85
2025-08-27 08:31:26 +03:00
Helena
8c6ce29c23
MED-147: add doctor actions logging ( #59 )
...
* MED-147: add doctor actions logging
* enum casing
2025-08-27 08:11:13 +03:00
2b2a0b8bc4
feat(MED-85): update dispatch order to medipost retry
2025-08-27 08:05:52 +03:00
Danel Kungla
dedb42f15b
Merge branch 'main' into MED-57
2025-08-26 11:30:34 +03:00
Helena
d017834b8c
MED-90: improve doctor analysis detail view ( #57 )
...
* add doctor jobs view
* change translation
* another translation change
* clean up
* add analaysis detail view to paths config
* translation
* merge fix
* fix path
* MED-90: improve doctor analysis detail view
* add key
2025-08-25 16:49:04 +03:00
Danel Kungla
4b7d5ff7bb
fix(sign-up): move emailRedirectTo option into signUp options
2025-08-25 16:16:56 +03:00
Danel Kungla
e0a8173368
Merge branch 'main' into MED-57
2025-08-25 12:25:18 +03:00
Danel Kungla
56ffd7591e
feat(team-accounts): enhance team account statistics and health details components with new data and improved calculations
2025-08-25 12:24:27 +03:00
eb1eeb690b
feat(MED-85): create audit logs for medusa admin actions
2025-08-25 11:51:35 +03:00
89d6035151
feat(MED-85): create customer group for company account in Medusa
2025-08-25 11:51:12 +03:00
Helena
195af1db3d
MED-137: add doctor other jobs view ( #55 )
...
* add doctor jobs view
* change translation
* another translation change
* clean up
* add analaysis detail view to paths config
* translation
* merge fix
* fix path
* move components to shared
* refactor
* imports
* clean up
2025-08-25 11:12:57 +03:00
Danel Kungla
ee86bb8829
fix(sign-up): remove unused emailRedirectTo option from signUp function
2025-08-25 10:34:43 +03:00
Danel Kungla
1fb8df7c89
feat(dashboard, api): integrate BMI thresholds and enhance dashboard with health metrics
2025-08-21 22:09:17 +03:00
Danel Kungla
cdf1491e53
refactor(auth): remove personal code from sign-up flow and update related components
...
feat(i18n): update translations for company account creation and get started
2025-08-21 21:32:03 +03:00
Danel Kungla
937f3e4a71
feat(account): refactor team account retrieval and update SQL function for workspace
2025-08-18 15:59:59 +03:00
5ff0500a9a
Merge branch 'main' into MED-105-v3
2025-08-14 12:21:46 +03:00
1285b02f9c
feat(MED-105): update analysis results view to be by analysis order
2025-08-14 12:10:12 +03:00
Helena
b4b75438d2
Fix: add application_role to account-related fields ( #48 )
...
* Fix: fix accounts view, menu
* add migration
* add application_role to account-related fields
2025-08-14 11:40:53 +03:00
Helena
3c6c86c7c8
MED-109: add doctor role and basic view ( #45 )
...
* MED-109: add doctor role and basic view
* add role to accounts
* remove old super admin and doctor sql
2025-08-13 12:28:50 +03:00
Danel Kungla
00bfb3574e
refactor: remove next-transpile-modules and update related configurations
2025-08-12 16:49:33 +03:00
63b86c0abb
feat(MED-87): update status on results
2025-08-11 10:41:01 +03:00
83fff1ffe7
feat(MED-105): create audit entry on analysis results view
2025-08-11 09:21:13 +03:00
5966fb2a77
feat(MED-131): store medusa_store_id along with analysis_order
2025-08-04 11:52:39 +03:00
Danel Kungla
a39c21e4e7
fix company creation for admin and inviting of new employees
2025-07-31 12:27:30 +03:00
790103a55f
Merge pull request #38 from MR-medreport/MED-48
...
feat(MED-48 MED-100): update products -> cart -> montonio -> orders flow, send email
2025-07-24 10:26:34 +03:00
349e3e3143
feat(MED-50): use account_params in dashboard
2025-07-24 08:38:12 +03:00
Danel Kungla
86b86c6752
add health benefit form
...
fix super admin
2025-07-23 16:33:24 +03:00
15ed539283
Merge branch 'main' into feature/MED-100
2025-07-21 11:38:47 +03:00