damus-io / damus

iOS nostr client
GNU General Public License v3.0
2k stars 289 forks source link

Hashtag discovery during onboarding #987

Open alltheseas opened 1 year ago

alltheseas commented 1 year ago

User Story

As a new Damus user that is onboarding, I would like to discover hashtags that I am interested in, so that I have a mechanism to discover content and nostriches that I enjoy.

Acceptance Criteria

  1. During onboarding, user can browse, and choose to follow hashtags suggested by Damus onboarding

blocked by

https://github.com/damus-io/damus/issues/606

implementation

To start, it is proposed to use a dynamic list provided by Damus team, similar to npub follow suggestions. See related https://github.com/damus-io/damus/issues/1272.

search see hashtag suggestion in post view implementation https://github.com/damus-io/damus/pull/2604

alltheseas commented 1 year ago

Fun

memes

funny

dogstr

petstr

catstr

Homeschooling & permaculture

permies

homeschooling

permaculture

Nostr

introductions

asknostr

grownostr

nostr

bitcoin

nostrnormie

Music

stemstr

tunestr

Art

art

artstr

photography

punterwantsawhalepass commented 1 year ago

As people follow users, the hashtags those followed users follow... could also be the source for hashtag discovery.

alltheseas commented 1 year ago

As people follow users, the hashtags those followed users follow... could also be the source for hashtag discovery.

View (my) followed hashtags is outstanding: https://github.com/damus-io/damus/issues/606.

I like the idea of viewing other plebs followed hashtag, similar to how you can view their follows. Adding this.

alltheseas commented 1 year ago

https://github.com/damus-io/damus/issues/1420

alltheseas commented 1 year ago

Setting on by default: only hashtags from paid relays (to avoid spam, nsfw etc.)

jb55 commented 1 year ago

On Mon, Oct 02, 2023 at 09:48:45AM -0700, alltheseas wrote:

Setting on by default: only hashtags from paid relays (to avoid spam, nsfw etc.)

this should be a setting for followed hashtags in general

alltheseas commented 9 months ago

On Mon, Oct 02, 2023 at 09:48:45AM -0700, alltheseas wrote: Setting on by default: only hashtags from paid relays (to avoid spam, nsfw etc.) this should be a setting for followed hashtags in general

https://github.com/damus-io/damus/issues/1576

alltheseas commented 2 weeks ago

@scoder1747 recently added a suggest hashtag view https://github.com/damus-io/damus/pull/2604 that could come in handy here