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: Implement Feed #11

Open
Giszmo opened this issue Sep 24, 2022 · 3 comments
Open

Feature: Implement Feed #11

Giszmo opened this issue Sep 24, 2022 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@Giszmo
Copy link
Owner

Giszmo commented Sep 24, 2022

Implement the feed tab. It should show events authored by the in-group, with context. Like Twitter, the context should not branch out but initially show only the most relevant author's events, indicating when there are more replies from the in-group with a reply counter.

@Giszmo Giszmo added the enhancement New feature or request label Sep 24, 2022
@Giszmo Giszmo added this to the MVP milestone Sep 24, 2022
@Giszmo Giszmo self-assigned this Sep 25, 2022
@Giszmo
Copy link
Owner Author

Giszmo commented Oct 26, 2022

This depends on #13

@Giszmo
Copy link
Owner Author

Giszmo commented Oct 26, 2022

All accounts should be marked with the degree at which they are followed. Users should immediately see the difference between a direct follow and a 4th degree follow or an out-group account. If your follows reply to an out-group note, that note should be shown as part of the thread that made it into the user's feed.

Replies to in-group notes should only be shown if in-group accounts replied (referenced) them with any of their events. Therefore we should never need to query nostr for "#e":[<eventId>] like other clients do. I suspect they will quickly get mostly spam that way.

I don't care about how many out-group profiles liked or replied to an event. It's so gameable, it's just irrelevant.

@Giszmo Giszmo removed their assignment Oct 26, 2022
@Giszmo
Copy link
Owner Author

Giszmo commented Dec 6, 2022

The feed already is shown but it loads too slowly and all at once. Get most recent first.

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

No branches or pull requests

1 participant