topcoder-platform / micro-frontends-taas-admin-app

taas-admin-app for managing taas administrative activities
MIT License
0 stars 5 forks source link

Filter by Topcoder Handle issues #11

Closed sandhiyakavi closed 3 years ago

sandhiyakavi commented 3 years ago

Description:

  1. Filter by Topcoder Handle is case sensitive, it is displaying records from RB table but not displaying records from WorkPeriod table.
case_sensitive_1 case_sensitive_2
  1. At Present, records are filtered automatically if user enters the correct Topcoder handle without clicking 'Search icon' (It's inactive now) or clicking 'enter' button from Keyboard. Should we support filtering only after clicking 'search' icon/pressing 'Enter' from keyboard to prevent confusion?

  2. If user clicks 'Enter' from keyboard after entering userhandle, Whole page is getting reloaded and the filter is gone. But in url the filter by Topcoder handle is displayed(https://platform.topcoder-dev.com/taas-admin/work-periods?topcoder_handle=Aditya65#) which is normally not displayed if 'Entered' not clicked.

enter_search_topcoder_issue

https://user-images.githubusercontent.com/55895538/120428475-a848c800-c3ae-11eb-97b1-5baff6d8d2e0.mp4

maxceem commented 3 years ago

@sandhiyakavi this is fixed and ready for QA.

sandhiyakavi commented 3 years ago

Verified on Dev Env. Records are getting displayed irrespective of the letter case.

image

sandhiyakavi commented 3 years ago

Verified on Prod Env with @nkumar-topcoder