7baa1c72af
refactor(common,community,mako): fix typos and remove dead code
...
- Rename MakoConsens* -> MakoConsent* (3 event classes + listener)
- Rename EdaCommuncationEventListener -> EdaCommunicationEventListener
- Rename PointType.PROSUME -> PROSUMER
- Remove dead SecurityConfig admin path matchers (actual security via @PreAuthorize)
- Regenerate OpenAPI spec and frontend API client
2026-07-22 09:15:27 +02:00
caf282cb1e
fix(mako): fix findPendingWithDetails query and OpenApiGeneratorTest
...
- Remove invalid JOIN FETCH mp.user from MembershipRepository query
(MeteringPoint has no @ManyToOne User field, only UUID userId)
- Fix OpenApiGeneratorTest: disable security filters for MockMvc,
use UTF-8 for getContentAsString and Files.writeString
2026-07-22 07:41:52 +02:00
70e05e524b
added meteringpoint management
2026-07-05 15:08:01 +02:00
2e9790b3b2
simplified user registration process
2026-07-05 14:36:26 +02:00
8b57f97d88
fixed Dto mapping in EnergyCommunityAdminController and openapi definition
2026-06-24 08:33:15 +02:00
81ee804ae1
added basic eg managment
2026-06-23 14:34:06 +02:00
ad47f7399e
added admin approval list
...
implemented approval (untested)
implemented eda consent simulation (untested)
2026-06-17 11:08:44 +02:00
4ef6d32093
first working frontend/backend
2026-06-01 16:59:49 +02:00