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

Add conversation view to Full Post View #55

Open
EdwardHinkle opened this issue Jun 24, 2018 · 0 comments
Open

Add conversation view to Full Post View #55

EdwardHinkle opened this issue Jun 24, 2018 · 0 comments
Assignees

Comments

@EdwardHinkle
Copy link
Owner

For articles, this should be a fairly simple reader view. For microblog posts I would like this to become more of a “conversation” view.

There are a couple ways I would like to do this. One is if the jf2 has the reply to url unfurled, show those details. If not, use X-ray to try unfurling a reply live when you open the view.

Check if there are any embedded replies/likes in the jf2 (right now, I don’t think any Microsub servers even support this).

Once I cache posts from the channels into CoreData, I should be able to query for any posts that are in any timelines and are replies to this post’s URL. That would allow you to see how different friends throughout your channels are responding to each other in this conversation view of a post.

Currently the best possible option would be potentially using Xray against the current post url, and seeing if there are any replies/likes/etc on the current post’s url. I could pull in that data temporarily on the conversation page load.

The conversation view will take a lot of visual cues from Tweetbot’s conversation/detail view

@EdwardHinkle EdwardHinkle self-assigned this Jun 24, 2018
@EdwardHinkle EdwardHinkle transferred this issue from IndiePass/indiepass-ios May 8, 2019
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

1 participant