mahmed nabil
mahmed nabil
- add `__str__` to override the `__str__` of the enum class; fixes #16 ## the issue: the `sameSiteEnum` is getting serialized wrongly in the set-cookie header. that is because `Enum`...
Signed-off-by: Mohamed Abokammer Goal: - to make the filters in the frontend rendered dynamically based on the backend entity (in this case log) that we are applying the filters on,...
Struct conversion between server layer and storage layer in admin server can be based on reflection in order to be generic and flexible.
admin server db should have indexes over log data and log dates to support execute the queries more efficiently