Mazyar
c91b525e7e
Refactor MongoDB index creation to use NonEmptyStringPartialFilter for improved clarity and consistency. Update GetOJS function to utilize context and user agent for HTTP requests, enhancing error handling and response management.
2026-06-06 21:36:43 +03:30
Mazyar
5af3bfaa1a
Allow address.country and address.state as company sort fields.
...
Frontend sends nested address field names for sorting; accept them alongside the existing country and state aliases.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-06 09:41:12 +03:30
m.nazemi
97f761adbe
Merge pull request 'Enhance company and company category search forms by adding new sortable fields (email, phone, country, state, language, currency) and updating related API documentation.' ( #34 ) from sort into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/34
2026-06-03 12:44:19 +03:30
Mazyar
a9f1611c48
Added curso test
2026-06-03 12:43:12 +03:30
m.nazemi
cf77e90f84
Merge branch 'develop' into sort
2026-06-03 12:38:12 +03:30
m.nazemi
b332841e0d
Merge pull request 'Improve error handling for tender retrieval by adding specific checks for "tender not found" in handler and service layers.' ( #33 ) from TM-588 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/33
2026-06-03 12:37:26 +03:30
m.nazemi
286642ea15
Merge branch 'develop' into TM-588
2026-06-03 12:37:14 +03:30
m.nazemi
98dce9dcf3
Merge pull request 'Improve error handling in feedback retrieval by returning a specific error when feedback is not found for a given tender ID and customer ID.' ( #32 ) from TM-571 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/32
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-06-03 12:36:18 +03:30
m.nazemi
5b76cf8f89
Merge branch 'develop' into TM-571
2026-06-03 12:36:04 +03:30
m.nazemi
7082f2ba65
Merge pull request 'Implement multi-file upload functionality for companies and enhance file upload routes' ( #31 ) from TM-604 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/31
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-06-03 12:35:46 +03:30
Mazyar
2090cc05ba
Enhance company and company category search forms by adding new sortable fields (email, phone, country, state, language, currency) and updating related API documentation.
2026-06-02 22:07:49 +03:30
Mazyar
ea792f54cd
Improve error handling in feedback retrieval by returning a specific error when feedback is not found for a given tender ID and customer ID.
2026-06-02 21:43:23 +03:30
Mazyar
a4c04912c8
Implement multi-file upload functionality for companies and enhance file upload routes
2026-06-02 21:24:39 +03:30
Mazyar
48340d961d
Improve error handling for tender retrieval by adding specific checks for "tender not found" in handler and service layers.
2026-06-02 12:24:48 +03:30
m.nazemi
2457b76df9
Merge pull request 'Enhance customer search functionality by adding filters for full name, email, and role.' ( #29 ) from TM-487 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/29
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-06-01 16:58:16 +03:30
m.nazemi
75b1d64730
Merge branch 'develop' into TM-487
2026-06-01 16:58:00 +03:30
m.nazemi
2a4d647d5c
Merge pull request 'Refactor customer form and service for company ID validation.' ( #28 ) from TM-559 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/28
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-06-01 16:57:48 +03:30
m.nazemi
7da9a4af81
Merge branch 'develop' into TM-559
2026-06-01 16:57:27 +03:30
m.nazemi
2acd9c32d3
Merge pull request 'Refactor document scraper service to support multiple country codes for pending tenders retrieval.' ( #30 ) from scraper-country into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/30
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-06-01 16:57:13 +03:30
Mazyar
4beb57f42e
Refactor document scraper service to support multiple country codes for pending tenders retrieval.
2026-06-01 11:14:18 +03:30
Mazyar
64be9f4ef7
Refactor customer form and service for company ID validation.
2026-06-01 10:56:50 +03:30
Mazyar
1be07bcb71
Enhance customer search functionality by adding filters for full name, email, and role.
2026-06-01 10:40:37 +03:30
m.nazemi
cc6c0e1660
Merge pull request 'feedback error handling' ( #26 ) from TM-571 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/26
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-31 18:37:43 +03:30
Mazyar
7dd2e415f4
Merge branch 'develop' into TM-571
2026-05-31 18:36:59 +03:30
m.nazemi
423b0d0ebb
Merge pull request 'in-app notification bug fix' ( #24 ) from TM-563 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/24
2026-05-31 18:30:56 +03:30
m.nazemi
95d2ce201f
Merge branch 'develop' into TM-563
2026-05-31 18:29:15 +03:30
m.nazemi
4589cbfe6c
Merge pull request 'create CMS error handling' ( #25 ) from TM-578 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/25
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-31 18:27:23 +03:30
m.nazemi
1a138d1485
Merge pull request 'Add customer feedback statistics endpoint and refactor feedback handling' ( #27 ) from TM-560 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/27
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-31 18:26:13 +03:30
m.nazemi
09fcd1a359
Merge pull request 'Add username existence check in customer registration and update handlers' ( #23 ) from customer-username into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/23
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-31 18:25:40 +03:30
Mazyar
2977f470ac
Add customer feedback statistics endpoint and refactor feedback handling
2026-05-31 03:32:07 +03:30
Mazyar
ef57b302d9
in-app notification bug fix
2026-05-31 03:05:40 +03:30
Mazyar
73d2d4927a
Add username existence check in customer registration and update handlers
2026-05-31 02:37:06 +03:30
Mazyar
31627a1bbe
create CMS error handling
2026-05-31 02:17:46 +03:30
Mazyar
970860a3d3
feedback error handling
2026-05-31 01:47:28 +03:30
Mazyar
bca94cd69a
go-rules temporarily disabled
2026-05-30 16:19:21 +03:30
m.nazemi
e869e149c5
Merge pull request 'kanban dashboard refactor' ( #21 ) from kanban into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/21
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-30 14:19:24 +03:30
m.nazemi
b419e9225c
Merge pull request 'Add admin password reset functionality for users and customers' ( #22 ) from Reset-Password into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/22
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-30 14:19:13 +03:30
Mazyar
ad702f24bf
fixed blocking important issues
2026-05-30 12:29:45 +03:30
Mazyar
cf1449b1f9
fixed blocking issues
2026-05-30 12:13:46 +03:30
Mazyar
bb221f3cda
Add admin password reset functionality for users and customers
2026-05-29 20:15:09 +03:30
Mazyar
ce2dc7a61b
kanban dashboard refactor
2026-05-27 22:06:23 +03:30
m.nazemi
42cd0452ce
Merge pull request 'company feedback performance update' ( #20 ) from TM-540 into develop
...
Reviewed-on: https://repo.ravanertebat.com/TM/tm_back/pulls/20
Reviewed-by: Hadi Barzegar <barzagarhadi@gmail.com >
2026-05-25 18:45:21 +03:30
Mazyar
da2d50bd70
fixed critical security issues
2026-05-25 13:23:49 +03:30
Mazyar
51defd9438
company feedback performance update
2026-05-25 11:27:55 +03:30
Mazyar
3c86d35663
get liked tenders error
2026-05-23 23:00:37 +03:30
Mazyar
a383f668b7
tender est amount fix
2026-05-23 22:39:43 +03:30
Mazyar
6a74b34809
country filter fix
2026-05-23 21:14:21 +03:30
Mazyar
68e188a3e8
tender single document download
2026-05-23 12:14:44 +03:30
Mazyar
4390d7e1a6
tenders document filter
2026-05-20 16:03:30 +03:30
Mazyar
aa5e547d7b
change dashboard routes to admin from api
2026-05-20 14:26:09 +03:30