Mazyar
aa5e547d7b
change dashboard routes to admin from api
2026-05-20 14:26:09 +03:30
Mazyar
e9ec33f0d4
cache translation in minio instead of mongo
2026-05-19 19:45:07 +03:30
Mazyar
f7763cf997
get all tenders with documeents scraped API
2026-05-19 19:23:18 +03:30
Mazyar
defa74de80
dashboard APIs
2026-05-18 16:56:35 +03:30
Mazyar
42d0a47226
tender summary response fix
2026-05-17 17:02:12 +03:30
Mazyar
6701428b09
AI translate refactor
2026-05-16 12:56:10 +03:30
Mazyar
5ab6b2714e
AI scraper prefix
2026-05-13 17:32:37 +03:30
Mazyar
584992f0b6
translation body update
2026-05-13 14:50:37 +03:30
Mazyar
ba9e7483ad
contractNoticeID duplication fix
2026-05-13 13:18:26 +03:30
Mazyar
83c8ece91f
added missing tender data to response
2026-05-13 01:07:43 +03:30
Mazyar
be53fa8054
worker concurrency config
2026-05-12 23:56:10 +03:30
Mazyar
5e8d4f67b2
tender duplication fix
2026-05-12 17:02:39 +03:30
Mazyar
b4efb97f47
merge tenders which have the same procedure id - worker performance fix
2026-05-11 15:10:01 +03:30
Mazyar
eb6706e061
Added missing fields - scraper and worker fixes
2026-05-11 00:09:37 +03:30
Mazyar
e136f0eaa7
List and download tender documents - worker auto translation to english job
2026-05-10 02:14:53 +03:30
Mazyar
b480ed2371
Integrated AI translation
2026-05-08 16:17:33 +03:30
Mazyar
65a19d1514
Integrated AI summary
2026-05-05 17:47:31 +03:30
Mazyar
086fe0ffd5
removed filter to get all tenders - bug fix
2026-05-04 05:28:56 +03:30
m.nazemi
446c11dfbf
Removed old document scraper service
2026-05-03 13:46:38 +03:30
m.nazemi
0bd5e41b70
Document scraper integration field fix
2026-05-02 17:44:56 +03:30
m.nazemi
81191656df
API for AI document scraper integration
2026-04-28 16:53:36 +03:30
m.nazemi
4c5355ddf8
worker bug fix
2026-04-26 19:17:10 +03:30
m.nazemi
347f974cd9
notification bug fix and refactor
2026-04-25 18:34:39 +03:30
m.nazemi
870f6758e0
profile keyword manual update and recommended tenders
2026-04-22 18:39:40 +03:30
m.nazemi
3aabd95b1c
implemented mongo gridFS for file upload
2026-04-21 19:07:51 +03:30
k.pirzargar
74d9269a19
Update cmd/web/Dockerfile
2026-04-19 11:00:22 +03:30
k.pirzargar
97ca51d95d
Update cmd/web/Dockerfile
2026-04-19 10:47:02 +03:30
hadi barzegar
6c76b7bcac
enhance tender mapping with additional notice fields and processing metadata
2026-04-16 11:56:01 +03:30
m.nazemi
3d651f8596
worker notice default limit
2026-04-15 04:28:51 +03:30
m.nazemi
a6a1ad51b1
worker notice limit config
2026-04-12 21:03:34 +03:30
m.nazemi
07320c58b0
scraper SSL fix
2026-04-12 15:11:37 +03:30
m.nazemi
bf3f21fb51
agent SDK fix
2026-04-12 12:29:35 +03:30
Karim Pirzargar
2ab001bc70
updat epush
2026-03-09 20:16:14 +03:30
Mazyar
e0e8b9cf04
ted one-time api
2026-02-23 15:40:20 +03:30
Mazyar
9c9245601b
added functionality to limit the maximum number of notices per day
2026-02-22 10:55:03 +03:30
Mazyar
e6005ee0ee
kanban dashboard
2026-01-05 15:36:20 +03:30
Mazyar
8dcda0e031
added AI auto-generated keywords to customer profile
2026-01-04 13:44:45 +03:30
Mazyar
9d1060d8f4
worker log
2025-12-28 16:43:30 +03:30
Mazyar
a95944d4c6
fixed glm panic
2025-12-28 15:58:33 +03:30
Mazyar
f6bdcc6d7c
Implemented the integration with scraper python server, tenders summarise, and some fixes.
2025-12-27 12:47:08 +03:30
Nima Nakhostin
e4da3b5bb2
Refactor TED scraper job function for improved readability and maintainability
2025-12-13 12:35:58 +03:30
Mazyar
ec3737e341
Merge branch 'develop' into TM-309
2025-12-08 12:08:44 +03:30
Nima Nakhsotin
03ea86ca6a
Merge branch 'develop' into TM-316
2025-12-08 10:16:23 +03:30
Mazyar
7fb182f180
xss validation
2025-12-07 23:52:17 +03:30
Mazyar
fbf99177a9
send confirmation email after form submission
2025-12-07 10:52:31 +03:30
Mazyar
b01c0f9368
added hcaptcha
2025-12-05 18:10:05 +03:30
Mazyar
5e777ceec8
scraper sdk
2025-12-01 11:06:09 +03:30
Mazyar
b6546eb2bb
tendsign scraper
2025-11-30 02:58:08 +03:30
Nima Nakhostin
bb974ad1ce
Enhance TED Scraper Initialization and Error Handling
...
- Updated the InitTEDScraper function to return a scheduler instance, allowing for better error handling during initialization.
- Added error logging for failed scheduler initialization and job scheduling, improving robustness.
- Implemented graceful shutdown for the scheduler in the main function, ensuring proper resource management during application termination.
2025-11-29 10:21:35 +03:30
Nima Nakhostin
c8efa2c068
Refactor Scraper Dockerfile and Remove Entrypoint Script
...
- Removed the entrypoint.sh script from the scraper Dockerfile to streamline the build process.
- Updated the Dockerfile to directly set the ENTRYPOINT to the scraper build executable, simplifying the container startup.
- This change enhances maintainability by reducing the number of files and improving clarity in the Docker configuration.
2025-11-23 14:20:01 +03:30