andoriyaprashant / OpSo

OpSo is a Flutter app that provides comprehensive information about various open-source programs
MIT License
33 stars 62 forks source link

Implemented Multi-Select Filter Feature for Projects and Organizations #171

Closed Saumya-28 closed 3 months ago

Saumya-28 commented 4 months ago

142

Implemented Multi-Select Filter Feature for Projects and Organizations

Screenshots

github-actions[bot] commented 4 months ago

Thank you for submitting your pull request! We'll review it as soon as possible.

Saumya-28 commented 4 months ago

@andoriyaprashant Could you please review the updated code and let me know if it satisfies all requirements.

andoriyaprashant commented 4 months ago

@andoriyaprashant Could you please review the updated code and let me know if it satisfies all requirements.

@Saumya-28 You don't need to add separate filter buttons. You just need to add a multi-select feature to the existing "Filter by language" option. The other things you've added are good, but I don't think we need them right now. Currently, when we select "Flutter," we see all the Flutter organizations. However, I want us to be able to add other languages like Dart or others along with Flutter in that same filter option, and then see the relevant organizations accordingly.

andoriyaprashant commented 4 months ago

And please resolve the conflicts @Saumya-28