nishantwrp / gsoc-organizations

A site for viewing and analyzing the info of the organizations participating in Google Summer of Code.
https://www.gsocorganizations.dev
GNU General Public License v3.0
331 stars 45 forks source link

Introduction of new filter caused site to crash on old urls #97

Closed nishantwrp closed 1 year ago

nishantwrp commented 1 year ago

Recently, a new filter called "first-time organizations` was introduced. Example - https://www.gsocorganizations.dev/?filters=%7B%22years%22%3A%5B%5D%2C%22categories%22%3A%5B%5D%2C%22technologies%22%3A%5B%5D%2C%22topics%22%3A%5B%5D%2C%22shortcuts%22%3A%5B%22First-time+organizations%22%5D%7D

This change was not backwards compatible and caused old urls with filters applied to break. Example - https://www.gsocorganizations.dev/?filters=%7B%22years%22%3A%5B%222022%22%5D%2C%22categories%22%3A%5B%5D%2C%22technologies%22%3A%5B%5D%2C%22topics%22%3A%5B%5D%7D

This needs to be fixed.