benfurber

Results 50 issues of benfurber

PR Checklist - [x] - Commit [messages are descriptive](https://github.com/ONEARMY/community-platform/blob/master/CONTRIBUTING.md#--commit-style-guide), it will be used in our [Release Notes](https://github.com/ONEARMY/community-platform/releases/) PR Type - [ ] Bug fix (non-breaking change which fixes an issue)...

Implement notifications to notify a question answer when someone marks their question as useful, like how research currently does it. Ideally this follows a similar pattern to #3310 and #3317....

Backend
Feat: Questions module

Right now. 1. If a Question is posted it's there FOREVER, unless an DB admin deletes it. 2. If a Question has received the perfect answer, there's no way to...

Design
Feat: Questions module

In components like `HowToCard` there's this: ``` ... interface IProps { howto: IHowtoDB & { tagList?: ITag[] } ... } return ( ... {howto.tagList && howto.tagList.map((tag, idx) => ( ))}...

Good first issue
Frontend

Once #3349 is merged in, we've have a lovely filtering/search of questions which will include question description searches. This means the UI needs to change like the above so that...

Good first issue
Feat: Questions module

**Is your feature request related to a problem? Please describe.** Once #3317 is released, users will get a notification if they're the parent of a comment (either the main content...

Feat: Discussions

**Describe the bug** Research, how-tos and questions all use the `TagsSelectField` component which says only four tags should be allowed...but, eeerrr, it doesn't actually limit it to four **Expected behaviour**...

Type:Bug🐛
Frontend
Feat: Questions module

There's loads of console warnings/errors that make reading through the test suite annoying and difficult to find real test errors, especially on CI. This error is common: ``` Warning: An...

Good first issue
Test coverage

**Describe the bug** For some reason, when you're on one of your own Question pages and refresh the page, the activeUser is cleared and so the edit button disappears. **To...

Type:Bug🐛
Feat: Questions module

Right now, when a user receives a notification for a reply and this happens: With the anchor in the path to the PARENT comment... 1. The page scrolls to the...

Feat: Questions module