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

Allow a minimum of 1 hashtag and a max of 5 hashtags per post. #98

Open
steph-koopmanschap opened this issue Jun 12, 2023 · 0 comments
Open
Labels
backend backend specific issues frontend frontend specific issues priority: medium

Comments

@steph-koopmanschap
Copy link
Owner

steph-koopmanschap commented Jun 12, 2023

Every post is forced to have a at least 1 hashtag.
So that posts without hashtag(s) can not exist.
This will improve newsfeed algorithms.

Validation should be implemented on both frontend, and backend.

The max of 5 hashtags it to prevent hashtag spam.
Also each hashtag is a minimum of 3 characters and a max of 50 characters.
< 3 character word are useless and > 50 character words are practically sentences.

@steph-koopmanschap steph-koopmanschap added frontend frontend specific issues backend backend specific issues priority: medium labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend specific issues frontend frontend specific issues priority: medium
Projects
None yet
Development

No branches or pull requests

1 participant