...
Action: The front end receives the response from the backend.
Display: The filtered search results are displayed to the user clearly and organized.
User Interface: The results can be displayed in a list, table, or any other suitable format, allowing the user to browse and analyze the information easily.
c.
...
Button Process Flow - Advanced Search
...
: Filtering Records by
...
(Start Date & End Date)
...
Overview
This Process flow is used for advanced search in which a user can filter records based on their start date and end date using the Advanced Search functionality. This includes the interactions between the frontend and backend systems to accomplish this task.
1. Date Range Selection
User Action:
The user selects a date range or enters specific dates to filter records by the created date.
UI Elements:Frontend sends a request to the backend
Date pickers for selecting the start and end dates.
A button to submit the filter request.
2. Request Submission
Frontend Action:
The frontend constructs a request with the selected date range.
The backend filters the file queue data based on the specified date range.
The backend returns the filtered results to the front end.
Frontend displays the filtered results to the user.
...
Request Details:
Method:
POST
Endpoint:
/api/filterByDate
Payload