Commit Graph

9 Commits

Author SHA1 Message Date
Frank f62b94af44 created basic .env file and one for local values
Co-authored-by: Copilot <copilot@github.com>
2026-05-02 00:56:11 +02:00
Frank 5d3e96a6a8 ensure frontend-entrypoint.sh is in the right place 2026-05-01 22:35:18 +02:00
Bardioc26 042a1d4773 Learncost frontend (#42)
* introduced central package  registry by package init function
* dynamic registration of routes, model, migrations and initializers.
* setting a docker compose project name to prevent shutdown of other containers with the same (composer)name
* ai documentation
* app template
* Create tests for ALL API entpoints in ALL packages Based on current data. Ensure that all API endpoints used in frontend are tested. These tests are crucial for the next refactoring tasks.
* adopting agent instructions for a more consistent coding style
* added desired module layout and debugging information
* Fix All Failing tests All failing tests are fixed now that makes the refactoring more easy since all tests must pass
* restored routes for maintenance
* added common translations
* added new tests for API Endpoint
* Merge branch 'separate_business_logic'
* added lern and skill improvement cost editing
* Set Docker image tag when building to prevent rebuild when nothing has changed
* add and remove PP for Weaponskill fixed
* add and remove PP for same named skills fixed
* add new task
2026-05-01 18:15:31 +02:00
Bardioc26 261a6294cb Desktop app dynamic config of API Port (#40)
* added dynamic configuration of Port in Desktop app
* added dynamic configuration of API_URL to docker deployments.

Now it works with editing only .env file.
2026-02-27 11:55:30 +01:00
Frank 45d56674c1 updated help text and FAQ
added build to start script before shuting down the containers
2026-02-02 14:28:06 +01:00
Frank 7eb44a7ae6 API URL was not taken from environment after docker container and npm was build
CORS prevented from loading
2026-01-01 14:02:38 +01:00
Frank 4aea3559e6 added handling for .cofig via .env file 2025-12-28 14:18:02 +01:00
Frank a947b878d0 daemonize docker startup 2025-12-27 08:58:18 +01:00
Frank 2697aee592 updated Docker and docker-compose files 2025-12-26 08:45:47 +01:00