Sparsh1212 / gsocanalyzer

A blazingly fast tool to analyze all the selected organizations in Google Summer of Code in the form of graphical analytics.
MIT License
75 stars 39 forks source link

Sorting Functionality Implemented #71

Closed Komachian closed 2 years ago

Komachian commented 2 years ago

Fixes #70

Sorting functionality implemented for the following parameters:

Additionally, the ability to specify the order of sorting (ascending, descending) and descriptive labels for dropdowns have been added

Type of Change

Screenshot

image

Checklist:

Sparsh1212 commented 2 years ago

A very good start. I have some suggestions for the UI though:

  1. Make sure the "Search By" is just aligned exactly vertical to "Tech stack". Make sure that they are equally aligned. The same applies to "Sort By" and "Total Number of Projects"
  2. Just shift down the sort drop down a bit more downwards.
  3. Make sure the UI also works fine for mobile view.
Komachian commented 2 years ago

Responsiveness has been introduced as seen in the video snippet attached below https://user-images.githubusercontent.com/75087669/147204035-edbccf54-e7bd-4893-a107-3d39bf6b64c4.mp4

Komachian commented 2 years ago

@Sparsh1212

Also, just to confirm is the average been calculated as: total no. of projects / total number of times in GSoC or is it: total no. of projects / Total GSoC Years (that will always be 13). Please let me know because the former is correct and the latter is incorrect.

Sparsh1212 commented 2 years ago

Yes I meant the vertical separation.

Komachian commented 2 years ago

Increased vertical separation image