-
Notifications
You must be signed in to change notification settings - Fork 212
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
Tips feature #2363
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
For discussion, maybe a tip has a date aspect, Eg. "10 days after planting" or "in autumn". If we make it data, we can later hook the tips into the timelines on users' plantings, so they get advice at the right time for their own plantings. |
this could be useful for the upvoting: |
I was going to have a quick go at this, but I got distracted with acts-as-commentable maintenance, which seems like a good way to generally add "tip"/comments to ... everything. |
A bit like tips on foursquare, a crop can have growing tips. E.g. "cut scapes off garlic to make the bulbs grow bigger".
It should probably be restricted only to users who have grown that crop.
As a user, I'd like a way to enter short (280char) tips on how to grow a crop that I myself have grown, so I can share that knowledge with other users.
Acceptance criteria:
Can add a tip to crop from crop page
Is restricted to 280 char
Can add tip from planting page
Cannot add tip if not ever had a planting of that crop
Can edit tip.
Can delete tip
Can see tips on crop page.
Can see who wrote the tip.
Can see authors expertise, e.g. Expert in pumpkins, 14 plantings over 5 years.
Optional if time:
Can up/down vote tip
Tip with most votes first.
Users marking a tip as spam.
Admin can see list of spam marked tips, and delete tip or ban member who created it
Banned members tips get deleted.
Paginate tips list on crops page.
The text was updated successfully, but these errors were encountered: