Danel Kungla
17e7a98534
eslint fix
2025-10-07 18:43:42 +03:00
Danel Kungla
b3bea06d16
update tables if not eligible
2025-10-06 11:07:39 +03:00
Danel Kungla
47e8bd873c
add benefit eligibility setting to HR members
2025-10-03 15:33:38 +03:00
Danel Kungla
449818ed94
add new permission
2025-10-03 06:58:08 +03:00
Karli
b4ab02b4ef
feat(MED-171): move sorting to loader to fix warning
2025-10-01 01:47:49 +03:00
Karli
aec736af3d
feat(MED-171): update benefits info in company members table
2025-10-01 01:47:36 +03:00
Danel Kungla
67c69f6273
Merge branch 'develop' into MED-49
2025-09-30 18:07:07 +03:00
Danel Kungla
72f6f2b716
feat: create email template for TTO reservation confirmation
...
feat: implement order notifications service with TTO reservation confirmation handling
feat: create migration for TTO booking email webhook trigger
2025-09-30 16:05:43 +03:00
Karli
2868875044
feat: fix % should be rounded, not 33.333...
2025-09-30 14:44:28 +03:00
c6a1400dc7
Merge branch 'develop' into MED-97
2025-09-26 17:01:24 +03:00
2d9e6f8df3
feat(MED-97): display accounts count, usage total
2025-09-26 16:34:10 +03:00
eb6ef2abe1
feat(MED-97): show benefits amount for each member
2025-09-26 15:39:33 +03:00
428cbd9477
feat(MED-97): small fixes
2025-09-26 15:37:47 +03:00
1aeee0bc30
feat(MED-97): update benefit stats view in dashboards
2025-09-26 13:50:14 +03:00
Danel Kungla
7817ae0448
Merge branch 'develop' into feature/MED-129
2025-09-24 15:00:27 +03:00
fb03d548af
feat(MED-97): fix occurance->occurrence in components, add missing translations
2025-09-23 20:03:36 +03:00
8af2c8710f
feat(MED-97): fix display account name instead of slug
2025-09-23 19:52:49 +03:00
3212b52b02
feat(MED-97): fix /home/[account] and /admin* routes layout consistencies
2025-09-23 19:22:40 +03:00
Danel Kungla
0c2cfe6d18
prettier fix
2025-09-19 17:22:36 +03:00
4ac261fd0d
feat(MED-161): move analyses logic to separate package from kit/accounts
2025-09-17 11:16:59 +03:00
2c63875806
fix typo
2025-09-09 09:56:09 +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
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
Danel Kungla
f33f2b6db4
feat: update AppLogo component to use pathsConfig for home navigation
2025-08-26 16:36:06 +03:00
Danel Kungla
54df7aae69
fix: update translation key for date selection in Estonian locale
2025-08-26 11:28:10 +03:00
Danel Kungla
2ac2e517f2
Merge branch 'main' into MED-57
2025-08-25 15:24:30 +03:00
Danel Kungla
a088da28d8
refactor: reorder import statements for improved clarity and consistency
2025-08-25 15:22:13 +03:00
Helena
7ac31991c0
fix import paths
2025-08-25 12:52:28 +03:00
Danel Kungla
81a32199e8
refactor: reorganize imports in various components for consistency
2025-08-25 12:46:24 +03:00
Danel Kungla
63c5caca3d
fix(page): remove unused imports from TeamAccountHomePage component
2025-08-25 12:25:27 +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
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
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
2b79a9e401
Refactor team account statistics and health details
...
- Simplified the TeamAccountStatistics component by removing unused code and integrating translation for health details.
- Updated the load-team-account-health-details to calculate average BMI based on member parameters.
- Adjusted the billing page to correctly reference the number of team members.
- Enhanced the main account page to pass member parameters to the Dashboard component.
- Modified the admin account page to destructure member data from the API response.
- Updated the TeamAccountsApi to return member parameters alongside member data.
- Added new translations for health details in Estonian locale.
2025-08-18 16:50:26 +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
Danel Kungla
1427bcd5a9
Merge branch 'main' into MED-57
2025-08-18 15:15:27 +03:00
Danel Kungla
c48a4b482f
feat(dashboard): add dynamic loading for dashboard component
...
feat(team-account-benefit-statistics): implement benefit statistics card with budget and booking details
feat(team-account-health-details): create health details component displaying account health metrics
feat(team-account-statistics): develop team account statistics page with charts and customer table
feat(load-team-account-health-details): add server-side function to retrieve account health details
chore(migrations): create trigger for logging changes in account memberships
2025-08-18 14:54:46 +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
Danel Kungla
536f915c69
fix: ensure form resets and button state reflects dirty status
2025-08-14 09:24:20 +03:00
Danel Kungla
3295ce7d04
feat(auth): refactor account submission data structure and remove unused billing error component
2025-08-12 15:47:01 +03:00
Danel Kungla
9298abe354
feat(billing): enhance health benefit form and yearly expenses overview with employee count and loading state
2025-08-11 15:04:16 +03:00
Danel Kungla
86b86c6752
add health benefit form
...
fix super admin
2025-07-23 16:33:24 +03:00
Danel Kungla
d9198a8a12
add medreport schema
2025-07-09 13:31:37 +03:00
devmc-ee
528e8578f9
B2B-30: fix conflicts
2025-07-01 23:56:21 +03:00
devmc-ee
27978f16de
Merge branch 'main' into B2B-30
2025-07-01 23:29:50 +03:00
devmc-ee
c72668dc23
B2B-31: clean code
2025-06-30 19:25:03 +03:00
devmc-ee
fbbc2f8760
B2B-31: refactor profile menu, header
2025-06-29 19:25:50 +03:00
Danel Kungla
6aa3a27d44
feat: Implement company offer submission page and success notification
...
- Added CompanyOffer component for submitting company offers with validation.
- Integrated email sending functionality upon form submission.
- Created a success page for company registration confirmation.
- Introduced a reusable SuccessNotification component for displaying success messages.
- Updated account update functionality with new fields and validation.
- Enhanced user experience with back button and logo components.
- Added necessary database migrations for account updates.
2025-06-26 16:05:37 +03:00