Open bosankus opened 2 years ago
The existing filter feature on member list was not working, and after implementinig paging3 , it is found that there is a issue with sorting and filtering the list. Refer here : https://issuetracker.google.com/issues/175430431. I am trying work around for this filtering feature at this moment, which will solve this issue.
@vj-codes @isabelcosta Two points I would like to raise: Please review this and this PR kindly.
The existing filter feature on member list was not working, and after implementinig paging3 , it is found that there is a issue with sorting the paged list. Refer to the issue raised here please : https://issuetracker.google.com/issues/175430431.
Filtering list as per skills, interest & location will be moved to changes made on Member search fragment.
Please share feedback on this
@vj-codes A check is failing, however I am unable to understand what change to do. It's regarding collision of two kotlin-stdlib versions, but i removed the dependency since its deprecated. Still the same.
Hi @isabelcosta @vj-codes Can you please review ?
Description
Fixes #1166
Type of Change:
Room
andPaging 3
dependencies added.kotlin
to support room & paging 3.UserDataManager
to get paged data from room handled by new classUserRemoteMediator
.FilterActivity
removed as now filtering is done viaExtendedFloatingActionButton
onClick. See details here.BindingUtil
added for showing data on UI inlist_member_item.xml
../gradlew sA
.TAG
s were removed which had no use and warning came during commit.Code/Quality Assurance Only
How Has This Been Tested?
Checklist:
Code/Quality Assurance Only