glific / mobile

8 stars 17 forks source link

feat: added dynamic search feature #120

Closed ajaman190 closed 1 year ago

ajaman190 commented 1 year ago

Description This pull request addresses issue #114.

Changes made

Screenshots

https://github.com/glific/mobile/assets/84832565/f80db809-4780-4ed6-9eab-d4aeb50a5363

Closes Issue Closes: #114

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 54.87% and project coverage change: -5.00 :warning:

Comparison is base (d1cd6e8) 69.42% compared to head (220a250) 64.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #120 +/- ## ========================================== - Coverage 69.42% 64.42% -5.00% ========================================== Files 61 61 Lines 942 849 -93 Branches 210 73 -137 ========================================== - Hits 654 547 -107 - Misses 281 282 +1 - Partials 7 20 +13 ``` | [Impacted Files](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific) | Coverage Δ | | |---|---|---| | [components/messages/Message.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-Y29tcG9uZW50cy9tZXNzYWdlcy9NZXNzYWdlLnRzeA==) | `91.66% <ø> (-2.09%)` | :arrow_down: | | [screens/Login.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-c2NyZWVucy9Mb2dpbi50c3g=) | `59.18% <27.77%> (-25.03%)` | :arrow_down: | | [screens/SavedSearches.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-c2NyZWVucy9TYXZlZFNlYXJjaGVzLnRzeA==) | `64.70% <50.00%> (-12.22%)` | :arrow_down: | | [components/ui/SearchBar.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-Y29tcG9uZW50cy91aS9TZWFyY2hCYXIudHN4) | `58.13% <52.94%> (-30.10%)` | :arrow_down: | | [screens/Collections.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-c2NyZWVucy9Db2xsZWN0aW9ucy50c3g=) | `77.77% <71.42%> (-0.49%)` | :arrow_down: | | [components/ui/Loading.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-Y29tcG9uZW50cy91aS9Mb2FkaW5nLnRzeA==) | `100.00% <100.00%> (ø)` | | | [graphql/queries/Account.ts](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-Z3JhcGhxbC9xdWVyaWVzL0FjY291bnQudHM=) | `100.00% <100.00%> (+100.00%)` | :arrow_up: | | [graphql/queries/Search.ts](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-Z3JhcGhxbC9xdWVyaWVzL1NlYXJjaC50cw==) | `100.00% <100.00%> (+100.00%)` | :arrow_up: | | [screens/Chat.tsx](https://app.codecov.io/gh/glific/mobile/pull/120?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific#diff-c2NyZWVucy9DaGF0LnRzeA==) | `95.00% <100.00%> (+7.00%)` | :arrow_up: | ... and [26 files with indirect coverage changes](https://app.codecov.io/gh/glific/mobile/pull/120/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=glific)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.