f3ce095b71docs: Add summary for Postgres container setup in quickstart guidezwitschi2025-10-25 17:05:49 +02:00
4e1658a638refactor: Update CI configuration and local setup documentation; remove obsolete currency migration scriptszwitschi2025-10-25 16:59:35 +02:00
bff75a722efix: Disable trust_env for httpx requests in live server and currency seeding fixtureszwitschi2025-10-25 16:40:55 +02:00
d455320eeafix: Update CI workflow to configure APT proxy and improve currency workflow testszwitschi2025-10-25 16:34:10 +02:00
2182f723f7feat: Add step to install Playwright browsers in CI workflowzwitschi2025-10-25 16:23:47 +02:00
b3e6546bb9fix: Comment out pip caching step in CI workflowzwitschi2025-10-25 16:22:02 +02:00
5c66bf7899fix: Update import statement for client in currency workflow testszwitschi2025-10-25 16:21:26 +02:00
9bd5b60d7afix: Update cache key to include requirements-test.txt for better dependency managementzwitschi2025-10-25 16:11:32 +02:00
01a702847dfix: Update database host in CI workflow to use service name instead of localhostzwitschi2025-10-25 16:05:27 +02:00
1237902d55feat: Add wait step for database service availability in CI workflowzwitschi2025-10-25 15:57:03 +02:00
dd3f3141e3feat: Add currency management feature with CRUD operationszwitschi2025-10-25 15:44:57 +02:00
659b66cc28style: Update color variables in CSS and improve scenario prompts in templateszwitschi2025-10-25 11:16:24 +02:00
2b1771af86fix: Update .gitignore to match test database naming patternzwitschi2025-10-25 11:16:14 +02:00
9b0c29baderefactor: Simplify caching steps in CI workflow and remove redundant cache for test dependencieszwitschi2025-10-24 19:53:03 +02:00
f35607fedcfeat: Add CI workflow for running tests and update database URL handlingzwitschi2025-10-24 19:19:24 +02:00
28fea1f3fedocs: Update README and architecture documents with build instructions and detailed data modelszwitschi2025-10-24 13:49:04 +02:00
ae19cd67c4fix: Downgrade docker/build-push-action to v4 and update deploy script to use environment variableszwitschi2025-10-23 21:18:25 +02:00
e2f11a1459refactor: Remove hardcoded production environment variables from Dockerfilezwitschi2025-10-23 19:41:13 +02:00
f864ad563afix: Add proxy configuration in Dockerfile and remove hardcoded environment variableszwitschi2025-10-23 19:38:22 +02:00
8dedfb8f26feat: Refactor database configuration to use granular environment variables; update Docker and CI/CD workflows accordinglyzwitschi2025-10-23 19:17:24 +02:00
8c3062fd80chore: Update action versions in build workflow and add playwright to requirementszwitschi2025-10-23 17:55:06 +02:00
0acc2cb3fefix: Correct registry URL variable in build and deploy workflowszwitschi2025-10-23 17:44:15 +02:00
0e51a3883dfix: Update registry secrets in build and deploy workflows for consistencyzwitschi2025-10-23 17:39:47 +02:00
f228eac61ffeat: Add Docker support and CI/CD workflows documentation; include setup instructions for Docker-based deploymentzwitschi2025-10-23 17:25:26 +02:00
119bbcc7a8feat: Add Docker workflows for building, testing, and deploying the application; include Dockerfile for image creationzwitschi2025-10-23 17:06:14 +02:00
8aee7b0d74refactor: Enhance architecture documentation with detailed sections on purpose, constraints, runtime view, deployment, and key concepts; add implementation plan and update quickstart referencezwitschi2025-10-23 16:59:15 +02:00
4b3a15ed15Add comprehensive architecture documentation and related scriptszwitschi2025-10-21 15:39:17 +02:00
2bae273d9efeat: Add currency normalization with migration and backfill tooling; update models and API for currency integrationzwitschi2025-10-21 10:49:48 +02:00
672cafa5b9feat: Implement currency management with models, routes, and UI updates; add backfill script for existing recordszwitschi2025-10-21 10:33:08 +02:00
fcea39deb0feat: Add currency and unit support across models, routes, and templates; enhance UI for consumption, costs, and productionzwitschi2025-10-21 09:53:04 +02:00
139ae04538Enhance UI rendering and add unit tests for simulation functionalityzwitschi2025-10-21 09:26:39 +02:00
9114b584c2feat: Enhance end-to-end testing framework with improved server setup and UI validationzwitschi2025-10-21 09:04:06 +02:00
f020d276bcEnhance testing framework and UI feedbackzwitschi2025-10-21 08:29:11 +02:00
ae4b9c136ffeat: Introduce reusable template components and enhance styling utilities for consistent UIzwitschi2025-10-21 07:43:10 +02:00
18f4ae7278Refactor templates to externalize JavaScript: Moved inline scripts to separate JS files and added JSON data attributes for better maintainability and performance. Updated consumption, costs, equipment, maintenance, production, reporting, and simulations templates accordingly.zwitschi2025-10-21 07:20:02 +02:00
5ecd2b8d19feat: Add main CSS styles for the applicationzwitschi2025-10-20 22:58:59 +02:00
c6233e1a56refactor: Centralize database session management in a shared dependency modulezwitschi2025-10-20 22:30:56 +02:00
434be86b76feat: Enhance dashboard metrics and summary statisticszwitschi2025-10-20 22:06:39 +02:00
606cb64ff1Enhance simulation API and logic: refactor parameter handling, add support for multiple distributions, and improve simulation result persistencezwitschi2025-10-20 21:18:24 +02:00
e73a987d25Refactor and enhance CalMiner applicationzwitschi2025-10-20 20:53:55 +02:00
fee857637fAdd models and routes for costs, consumption, equipment, maintenance, and production; implement CRUD operations and unit testszwitschi2025-10-20 19:21:47 +02:00
0b19a93e0dImplement distribution management API and UI forms; add distribution model and testszwitschi2025-10-20 18:51:23 +02:00
4533a4c166Add unit tests for scenarios, parameters, reporting, and simulation featureszwitschi2025-10-20 18:38:02 +02:00
39c45e720cAdd initial implementation of CalMiner with project structure, environment setup, and core featureszwitschi2025-10-20 18:37:57 +02:00
ebac14cbb2Add .gitignore file and update README and implementation plan documentationzwitschi2025-10-20 17:03:45 +02:00
328910a985Add comprehensive documentation for CalMiner, including architecture, development setup, MVP features, implementation plan, and testing strategyzwitschi2025-10-20 16:25:39 +02:00