How to filter list based on user selection

Hello All,

I am working with NodeJS.
I request your help in understanding the logic to filter the list of applications based on user selection.

I have list of submitted applications with different phase & status depending on the stage of their approval process.
The applications also differ based on the application_type (existing/new) & program_type (engineering/pharmacy).
I have written a query which lists all these applications irrespective of the phase, status, application type & program type.

Now, i want to provide checkbox to users to dynamically filter the applications they want to be listed.
Eg: only show application type=existing & program type=engineering, which should filter only such applications passing the selected criteria.

I found what I was looking for in the below tutorial.

1 Like