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

Feature reuqest: Bookmarking of posts and thereby threads #12

Open
Logmytech opened this Issue Dec 5, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@Logmytech
Copy link
Contributor

commented Dec 5, 2017

I'm going to be trying to implement bookmarking for posts.

The db part will be easy and the voting part? It will be easy too cos we will be using the existing vote view.

But I'm considering creating a separate model for bookmark like the upvote object with data like categories for user to organize his/her bookmarks.

I don't know if I should do this or create a simple ManyToManyField.

And for counting the number of bookmarks should be just count the many to manyfield or should we store an IntegerField.

I'm thinking integerField is not required since bookmarking doesn't have any points unlike upvoted.
So, just counting the number of ManyToMany rels.

@EatEmAll Please present your thoughts on this.

We are going to ramp up this project and make it awesome.

I can't write tests though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.