-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
Suggestion list #2560
base: main
Are you sure you want to change the base?
Suggestion list #2560
Conversation
I think I successfully fixed the merge conflict logic-wise, even though I did not succeed in making Black happy. If you run black and make a merge migration things should be back in order |
I tried it out and this is so cool! There are a few UI things I ran into, but I'm guessing you're not at the point where that would be helpful yet.
I think "recommendation" is more standard, so I'd default to that
Oh good question! I think having the lists merge makes the most sense as a user, but it might be weird to handle from a technical perspective 🤔 |
Right now I've set the List with a one-to-one relationship to the Book. With the problem of federation, multiple lists should be associated with the Book (is it a There should also be a mechanism for asking other instances for their List for a book. Is there a way to have the list of all instances that have the same book? If not, do you think it would be hard to implement? (that would be on another PR, but it's vital for the feature IMO) |
@mouse-reeve I'm open to a re-read of this PR. There are still questions about federation and all that, it's a domain I don't know much about :) |
I know it has literally been a year (to the month, wow) since this had any movement, but I finally have time again and I think this is a huge and delightful contribution so I'd like to merge it. Since it's been so long, I'm going to go ahead and try to finish up the remaining pieces myself. Let me know if you'd rather I didn't, but I'll plow ahead unless told otherwise in #3420 :) |
I’m in tune with whatever you suggest! My code proposals are gifts to the project and to you so that you can do with it as you see fit, especially since I haven’t had much time to contribute to Bookwyrm this last year 😄 |
Books now can have a list of suggestions at the bottom of the page.
A List of suggestions has:
In this PR
Next steps
endorsement
field inListItem
to allow upvotes on books in lists, and ordering by upvoteProblems