avicenna/service/app-hub/dashboard
Marcel Arndt ce676f20a4 commit working state
Too many changes to split them up. This commit contains roughly two months worth of work.

This commit introduces the first aggregate and rewrites the ticket system to follow DDD patterns.
It adds Spartan NG as the new component library. TanStack Query to replace GraphQL. Oh and Prisma is
almost over as well.
2026-02-11 16:50:09 +01:00
..
.vscode (app): init angular project 2024-07-18 13:49:22 +02:00
public (app): init angular project 2024-07-18 13:49:22 +02:00
src commit working state 2026-02-11 16:50:09 +01:00
.dockerignore commit working state 2026-02-11 16:50:09 +01:00
.editorconfig (app): init angular project 2024-07-18 13:49:22 +02:00
.gitignore (app): init angular project 2024-07-18 13:49:22 +02:00
.postcssrc.json (web): dashboard enhancements 2025-06-05 15:24:05 +02:00
.prettierrx commit working state 2026-02-11 16:50:09 +01:00
Dockerfile commit working state 2026-02-11 16:50:09 +01:00
README.md (app): init angular project 2024-07-18 13:49:22 +02:00
angular.json commit working state 2026-02-11 16:50:09 +01:00
codegen.ts (web): dashboard enhancements 2025-06-05 15:24:05 +02:00
components.json modernize ticket and accounting 2025-12-12 11:38:30 +01:00
docker-entrypoint.sh modernize ticket and accounting 2025-12-12 11:38:30 +01:00
nginx.conf init dashboard 2025-04-10 17:31:52 +02:00
package.json commit working state 2026-02-11 16:50:09 +01:00
tailwind.config.js (web): dashboard enhancements 2025-06-05 15:24:05 +02:00
tsconfig.app.json init dashboard 2025-04-10 17:31:52 +02:00
tsconfig.json commit working state 2026-02-11 16:50:09 +01:00
tsconfig.spec.json init dashboard 2025-04-10 17:31:52 +02:00

README.md

Dashboard

This project was generated with Angular CLI version 18.1.1.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.