Peter Kvokacka
Results
2
issues of
Peter Kvokacka
As part of API cleanup remove server-side calculation for deadline fields as that is unnecessary and calculate that in custom react date component and adjust formatting if deadline passed.
In AdminApiImpl.createTenantRegistration, we're directly calling Spring Security APIs. This creates a tight coupling to Spring Security, which goes against our goal of keeping things loosely coupled. Also, please check the...