Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change of home feed for already visited users #2

Open
hackerkid opened this issue Jul 3, 2015 · 3 comments
Open

Change of home feed for already visited users #2

hackerkid opened this issue Jul 3, 2015 · 3 comments

Comments

@hackerkid
Copy link
Owner

hackerkid commented Jul 3, 2015

in the feed, have a button for asking the user do you like this category or not, if he clicks the make category favorite, store it using cookies in browser, and display more frequently from this category.
initially you can show in side bar some hand picked general categores picked by you, if they favorite some, store them too in their cookies and show from them more frequently, it will increase the likablility of the website, as i am spending time in learning more about a known topic rather than staring at a complete unknown topic.

Suggestion from @spharish on facebook

@hackerkid
Copy link
Owner Author

I am planning to add a database so that the categories should not have to be stored in cookies. But for people who does not prefer logging in this would be a good addon. I would be busy working on the database so help would be appreciated if someone can implement the above suggestion.

@SaptakS
Copy link

SaptakS commented Jul 3, 2015

But storing it in cookies is not a good and permanent solution as if the user reinstalls the browser then his info will be lost. Though if he/she doesnt want to login then it would be fine for them. But it is not a good process of storage I feel.
Moreover if you want to implement from both database and cookies, you have to put a check for both.
And localStorage is considered to be more secure. So do you want to go with cookies or localStorage?

@hackerkid
Copy link
Owner Author

@SaptakS Local storage is perfectly fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants