contest icon indicating copy to clipboard operation
contest copied to clipboard

Move filters' source of truth to the backend

Open mahmednabil109 opened this issue 2 years ago • 0 comments

Signed-off-by: Mohamed Abokammer [email protected]

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, So that when any change is to be made to the backend log structure (like adding new fields to the log struct) the frontend will not need to be modified.

Frontend:

  • the rendered ui does not have much changes. Screenshot 2022-09-07 at 11 12 15

mahmednabil109 avatar Sep 06 '22 10:09 mahmednabil109