andoriyaprashant / OpSo

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

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

Closed Saumya-28 closed 1 month ago

Saumya-28 commented 1 month ago

142

Implemented Multi-Select Filter Feature for Projects and Organizations

Screenshots

github-actions[bot] commented 1 month ago

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

andoriyaprashant commented 1 month ago

@Saumya-28 I would like you to avoid creating a separate button for this. Instead, the user should be able to select multiple projects or organizations within the filter option itself. For example, if a user wants to see HTML projects and clicks on the HTML filter, they should not only see organizations where HTML is used exclusively. Instead, I want the user to see every organization or project where HTML is being used. Please design the UI accordingly so that within the same filter option, users can select multiple organizations or projects.

Saumya-28 commented 1 month ago

@andoriyaprashant Please check the updated UI once and let me know.

andoriyaprashant commented 1 month ago

@Saumya-28 you still need to work on this feature. Because of the filters you added, we are unable to see the projects in the GSoC or GSSoC programs properly. Also, after opening the keyboard, there's a pixel overflow issue. So, please fix these issues and also resolve the conflicts