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

Introduce Bookmarking orgs feature #36

Closed Sparsh1212 closed 2 years ago

Sparsh1212 commented 2 years ago

A Bookmark an org feature is to be added to all the cards, also a view bookmarks page should also be added.

Komachian commented 2 years ago

Hello! Wouldn't adding a bookmark feature require login functionality?

Sparsh1212 commented 2 years ago

Hi @Komachian Nice thought. It could be implemented by maintating a database and introducing login functionality. However, we want to make it extremely easy for users to use this tool. So we basically want no authentication in this tool.

The way we can implement it withouth using auth is through local storage. I am thinking we can store a list of ids of bookmarked projects and can then render that.

Komachian commented 2 years ago

Oh. I would like to have a go at it then!

Sparsh1212 commented 2 years ago

Oh. I would like to have a go at it then!

Green light from my side 🟩