Commit Graph

32 Commits

Author SHA1 Message Date
349e3e3143 feat(MED-50): use account_params in dashboard 2025-07-24 08:38:12 +03:00
15ed539283 Merge branch 'main' into feature/MED-100 2025-07-21 11:38:47 +03:00
Danel Kungla
3a5058fc44 Merge branch 'main' into MED-105 2025-07-18 15:35:44 +03:00
Danel Kungla
dca5f04739 add env logging 2025-07-17 12:39:21 +03:00
6426e2a79b feat(MED-100): update cart checkout flow and views 2025-07-17 10:16:52 +03:00
02bb9f7d34 feat(MED-99): use montonio api and webhook 2025-07-17 10:09:55 +03:00
Danel Kungla
87dfcf55e6 MED-105: create analysis results page 2025-07-15 17:12:52 +03:00
Danel Kungla
d9198a8a12 add medreport schema 2025-07-09 13:31:37 +03:00
Danel Kungla
9371ff7710 feat: update API and database structure for membership confirmation and wallet integration
- Refactor API calls to use 'medreport' schema for membership confirmation and account updates
- Enhance success notification component to include wallet balance and expiration details
- Modify database types to reflect new 'medreport' schema and add product-related tables
- Update localization files to support new wallet messages
- Adjust SQL migration scripts for proper schema references and function definitions
2025-07-09 10:01:12 +03:00
Danel Kungla
c0a5238e19 Merge branch 'main' into MED-63 2025-07-08 16:06:27 +03:00
Danel Kungla
10580fa653 feat: implement membership confirmation flow and update related functionalities 2025-07-08 15:59:08 +03:00
danelkungla
7bf5dd8899 Merge pull request #31 from MR-medreport/B2B-26
B2B-26: move selfservice tables to medreport schema and add medusa store
2025-07-08 15:56:30 +03:00
Danel Kungla
2e62e4b0eb move selfservice tables to medreport schema
add base medusa store frontend
2025-07-07 13:46:22 +03:00
Helena
848dbb1618 move product_id to medusa_product_id, make all product relations one-to-one (#30)
Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-07-04 14:33:23 +03:00
Helena
ad08155063 B2B-87: add company statistics consent (#29)
* B2B-87: add company statistics consent

* add toggle for company statistics consent under profile

* add toggle for company statistics consent under profile

* add audit logging to accounts

* change policy

* add audit logging to accounts

* remove full account data query and just query the entire account every time

* add comment about consent toggle

* make constants hardcoded, as dynamic ones do not work

* add back pending check

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-07-03 17:55:23 +03:00
devmc-ee
c4eaaca161 B2B-30: fix conflict in rpc function 2025-07-02 09:22:03 +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
Danel Kungla
b7f8d80e9f Merge branch 'main' into B2B-34 2025-06-26 16:11:11 +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
devmc-ee
35d43aa59e Merge branch 'main' into B2B-30 2025-06-22 15:26:55 +03:00
devmc-ee
251f2a4ef1 B2B-30: adds personal code to account, company admins invites members 2025-06-22 15:22:07 +03:00
Helena
ea540a4aeb B2B-51: add medreport product tables, relations and constraints (#19)
* B2B-51: add medreport product tables, relations and constraints

* change table names

* sync data based on env

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-06-19 16:40:22 +03:00
Helena
538a17031a B2B-52: add Connected Online syncing, tables and functions (#18)
* B2B-52: add Connected Online syncing, tables and functions

* clean up

* improve autogenerated types

* add use server directive

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-06-18 17:06:24 +03:00
devmc-ee
c41bf7aa3a B2B-30: minor fixes, renamings 2025-06-15 12:56:59 +03:00
devmc-ee
05a512a942 B2B-30: hide 'create team' button from not super_admins 2025-06-15 10:05:52 +03:00
devmc-ee
9b64624109 B2B-30: add config, enable mfa for activating super_admin 2025-06-12 23:36:43 +03:00
Helena
0d560e5a02 B2B-86: add function to save order response (#11)
* fix import

* B2B-86: add function to save order response

* fix private message parsing

* generate new types

* clean up

* remove comment

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-06-11 18:25:53 +03:00
Helena
5a1040b888 B2B-85: add order xml generation (#8)
* B2B-85: add order xml generation

* some fixes after merge

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-06-09 15:58:50 +03:00
Helena
f5079e4e97 B2B-84: add public message sync function and audit schema (#5)
* B2B-84: add public message sync function and audit schema

* clean up unnecessary comment

* clean up unnecessary seed file

* address comments

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-06-06 13:34:25 +03:00
Helena
464752abb2 B2B-48: Added public message get functions and generated local supabase conf (#1)
* B2B-48: Added public message get functions and local supabase conf

* only get the message list with the highest id

* handle case when no public list messages found

* change function name to reflect behavior more clearly

---------

Co-authored-by: Helena <helena@Helenas-MacBook-Pro.local>
2025-05-21 13:09:39 +03:00
Kaur Laanemäe
aa388ebcdd Added Supabase migrations for initial project setup. 2025-05-19 10:56:35 +03:00