eeg_portal/eeg_backend
Bernhard Müller 3e336ca3c9 feat(iam): add @PrePersist callback to auto-populate User.createdAt
Add onCreate() method with @PrePersist annotation that sets createdAt
to LocalDateTime.now() on first persist, consistent with other entities
(UserTariff, CommunityTariff, etc.). Guard prevents overwriting existing
values. Two new tests verify auto-population and idempotency.
2026-07-24 07:11:52 +02:00
..
src feat(iam): add @PrePersist callback to auto-populate User.createdAt 2026-07-24 07:11:52 +02:00
http-client.private.env.json first working frontend/backend 2026-06-01 16:59:49 +02:00
iam.http refactoring, adaption, community membership handing start implementing 2026-06-15 10:10:33 +02:00
pom.xml feat(community): add metering data upload and query with XLSX support 2026-07-22 12:42:27 +02:00