eeg_portal/eeg_frontend/src/app/pages
Bernhard Müller c6dfa31839 fix(frontend): pass userId to deleteUserTariff API to fix compilation error
The generated API service requires userId as a second parameter for
deleteUserTariff(). Inject AuthService and use getCurrentUserId() to
provide the required argument, unblocking the entire frontend test suite.
2026-07-24 09:43:37 +02:00
..
admin-energy-community fix(frontend): replace alert() with ToastService, remove console.*, fix UI bugs 2026-07-22 09:25:50 +02:00
admin-memberships test(frontend): enhance AdminMembershipsComponent tests and fix deleteUserTariff compilation error 2026-07-24 08:25:00 +02:00
admin-tariff feat(tariff): implement complete tariff module with admin and user tariffs 2026-07-22 09:52:22 +02:00
admin-user-approval fix(frontend): pass userId to deleteUserTariff API to fix compilation error 2026-07-24 09:43:37 +02:00
consumer-invites feat(frontend): add producer and consumer invite pages with navigation 2026-07-23 15:03:05 +02:00
consumption-dashboard feat(community): add member consumption dashboard with coverage preview 2026-07-22 13:23:58 +02:00
dashboard-overview feat(frontend): add metering data chart to dashboard overview with ECharts 2026-07-23 15:02:51 +02:00
forgot-password refactor(frontend): replace hardcoded localhost URLs with environment config 2026-07-22 07:50:38 +02:00
join-community feat(community): add complete membership flow with unit tests 2026-07-21 12:42:07 +02:00
landing-page test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00
login test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00
metering-points test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00
my-memberships fix(security): externalize CORS origins, secure JWT secret default, fix RouterLink import 2026-07-22 09:09:36 +02:00
producer-invites feat(frontend): add producer and consumer invite pages with navigation 2026-07-23 15:03:05 +02:00
profile feat(frontend): add responsive design, form validation, toast service and error handling 2026-07-21 12:08:39 +02:00
register fix(frontend): replace alert() with ToastService, remove console.*, fix UI bugs 2026-07-22 09:25:50 +02:00
reset-password refactor(frontend): replace hardcoded localhost URLs with environment config 2026-07-22 07:50:38 +02:00
upload-metering-data feat(community): add metering data upload UI with preview and validation 2026-07-23 07:07:52 +02:00
user-tariff fix(frontend): pass userId to deleteUserTariff API to fix compilation error 2026-07-24 09:43:37 +02:00
verify-email test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00