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

Public view of shelve or tagged elements and list view #170

Open
steffenj87 opened this issue Dec 31, 2024 · 2 comments
Open

Public view of shelve or tagged elements and list view #170

steffenj87 opened this issue Dec 31, 2024 · 2 comments

Comments

@steffenj87
Copy link

I would like i.e. to display my daughter's books on a public page so that friends can check beforehand whether this book is already in her collection the next time they go shopping. The view should be possible without logging in with a user account.
And to make it perfect, there should be the option for a searchable and filtered list view with small book covers.

THX

@bayang
Copy link
Owner

bayang commented Jan 3, 2025

Currently the best way to achieve this is to use a tag. Let's say you create a to_buy tag and every book that your daughter would like should be tagged wit this new tag.
Tags are unique and shared across all accounts on a jelu instance.
So for your use case, once a book has been bought it should be enough to remove the tag which would remove it from the to buy list.
The only issue is that viewing tags do require an account.
If it was possible to access certain tags without an account, would it be suitable for your use case ?

@steffenj87
Copy link
Author

Goal of this idea was to provide a web catalogue of all books (read by my daughter - owned by her or lend in the biblio).
And everyone with the link can view this catalogue without logging in. So everyone can look at the catalogue at home or on his shopping tour that he is not buying a book which is already there.
The second part with a wishlist is possible with the tags and I use this already 😁

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

No branches or pull requests

2 participants