0fe1714e1a
Add PDF generation and document template management features
...
This update introduces a comprehensive PDF generation system using Puppeteer, allowing for the rendering and downloading of document templates in various formats. Key features include the addition of preview and download routes for document templates, integration of EJS for template rendering, and utilities for converting PDFs to images. The new `TemplateManager` class manages template loading and rendering, while the `pdffactory.js` handles PDF generation. Additionally, several assets and styles for document templates have been added to enhance the visual presentation. This enhancement significantly improves the document management capabilities of the application.
2026-08-19 18:18:44 +01:00
300478b62b
Update package.json to specify pnpm as the package manager and add minimumReleaseAge to pnpm-workspace.yaml for improved workspace configuration.
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit
2026-08-01 13:24:36 +01:00
6a9cd2a2ea
Refactor Redis integration to use ioredis instead of redis, enhancing performance and compatibility. Updated connection handling and command syntax for improved functionality. Added new dependencies for ioredis and updated mongoose version in package.json.
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit
2026-08-01 12:42:08 +01:00
4231d548cc
Added sharp and blurhash dependencies, implemented thumbnail generation and retrieval functionality in the file management system. Updated database schema to include thumbnail metadata and enhanced route handlers for thumbnail access.
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit
2026-07-26 03:07:23 +01:00
af0934b163
Added product category support, including new routes, database schemas, and service updates. Enhanced existing product functionalities to incorporate product categories in filtering and population.
2026-06-14 23:51:51 +01:00
029141ff75
Added start command.
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
2026-03-07 13:14:20 +00:00
f852e607f9
Added excel support.
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
2026-03-03 01:01:52 +00:00
8ad3d3da5c
Implemented multiple app passwords.
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit
2026-03-02 01:58:24 +00:00
78509ed3a2
Implemented email notifications.
2026-03-01 16:54:56 +00:00
838e48ade6
Install lodash.
farmcontrol/farmcontrol-api/pipeline/head This commit looks good
2026-02-01 22:44:42 +00:00
28c94159b4
Added unit tests.
farmcontrol/farmcontrol-api/pipeline/head There was a failure building this commit
2025-12-29 00:39:13 +00:00
cebe060ac5
Remove etcd.
2025-12-13 21:11:16 +00:00
b44e3a5141
Added loads of features, updated packages and created schema sync.
2025-12-02 18:29:30 +00:00
dca386e6ae
Large amount of refactoring.
2025-11-16 17:06:54 +00:00
5695949bc6
Add NATS integration: Implemented NATS server connection and messaging capabilities. Updated package.json and package-lock.json to include NATS dependencies. Enhanced index.js to connect to NATS and added documentJobs route for job management.
2025-09-05 23:23:50 +01:00
e1b0b707ba
Update dependencies, refactor routes, and enhance caching: Upgraded various package versions in package.json and package-lock.json for improved performance and security. Refactored routes to include new document-related endpoints and integrated caching mechanisms for user and token lookups to optimize authentication processes. Updated schemas to support new data structures and relationships, ensuring better data integrity and retrieval.
2025-08-18 00:51:46 +01:00
eb8bc0f4b3
Remove unused files and refactor imports: deleted obsolete files including passport.js, and others, while updating import paths in various services and routes for consistency. Added ESLint and Prettier configurations to enhance code quality.
2025-06-29 21:53:18 +01:00
35ddb28daf
Added more functionality
2025-05-09 22:18:00 +01:00
0926c181fc
Initial Commit
2024-07-28 18:04:18 +01:00