team-stardash / eventplanner

0 stars 0 forks source link

[2019]#012 Filter by User on Event Assignment Page #145

Closed soechun closed 4 years ago

soechun commented 5 years ago

[2019 Jul New Feature]

Add additional filter on Event Assignment Page to allow Admin to filter for Users by their "Name" Should allow for partial and complete matches of the User's "Name" After applying the filter, the Event Assignment Page will only display those cards that contain any matching Users

All the filters for Event Assignment are as follows: -- Date filter -- Event name filter (rename "Search") -- User name filter

ZinTun commented 4 years ago

steps:

go to event assignment page input "test" for "volunteer name:" click filter

Screenshot 2019-10-05 at 10 56 14 AM

Note: Search with "volunteer name:" works only after "event name:" is put .

ongkoonhan commented 4 years ago

@ZinTun @soechun Filter returns the Users which match the search only. Should return all the other Users as well within the event card which matches the search. (i.e. return the whole card "as is" when there is a match)

Filtering for "soe" Before Filter image

After Filter image

ongkoonhan commented 4 years ago

@ZinTun @soechun Tested and works. Can close.

Filtering for "o" image