Is your feature request related to a problem? Please describe.
When a user tries to filter members feature using Skills and no member is found after filtering ,
only a blank screen is displayed .
To Reproduce
Steps to reproduce the behavior:
Describe the solution you'd like
Add a proper toast message like Opps! No member found. on the blank screen which is displayed .
I want to work on this issue
can this task be assigned to me?
@vj-codes I haven't been assigned any issue yet, can I please take this one?
@vj-codes I cam completed my previous task can this be assigned to me?
Assigning you @ritvij14
Happy coding!
@vj-codes I have a doubt since this is given 2 category tags, will it be counted for both or for one only? For Open Source Hack.
This will come under coding @ritvij14
User interface is added as an additional category ,so that it's easy to understand.
UI issues for OSH are mostly redesigning the app
@vj-codes alright. Thanks for the clarification
@vj-codes I have just started exploring this project and this is my first issue so I thought I should confirm before sending the PR.
In the Members.kt file, the updateUserList() function uses the getFilteredUsers() function to get a list of users according to the filters in the search query.
In this, I see if-else conditions for checking filters like location and skills, so is this the part where I put a Toast for skills?
Please tell if I am proceeding in the right direction.
yes @ritvij14