Hello Gliders.
I have an MVP I have released, after some feedback I came up with a way to tackle the users needs by allowing multiple entries on a given book.
However, when on the book feed, I’d like to display the feed of entries not requiring that people see it on a list. This allows for reading in a more natural way.
This is what I am trying to achieve:
I’d like for the ability to go into the individual posts so that people can share portions of their notes onto twitter and other social media
I know there’s a possibility of displaying the feed through Rich text (even though I have struggled concatenating the posts for each book, by each user), but this option doesn’t allow for the link to the detail page.
Another thing I’ve tried that would solve my problem, not entirely but almost, was to use a tiles list. The problem is that the tiles list requires an image and adds unnecessary space between the posts
If anyone has a hack way of doing this, you’d be a lifesaviour and I’ll buy you a coffee. This is making it hard to iterate on my MVP.