benfurber
benfurber
**Is your feature request related to a problem? Please describe.** Currently, if a workspace user would like to add their impact data, they need to go to the settings page,...
**Is your feature request related to a problem? Please describe.** Currently nothing in the research write cypress scripts test that the upload file functionality works as expected. **Describe the solution...
Due to lazy loading (which we want to keep), there's a noticeable lag when selected a different image to show on the ImageGallery. Sometimes that gets picked up by our...
We're planning to encourage visitors to leave an (optional) donation whenever they download a resource file. This would be best be done on page in a modal. Our modal currently...
The ids of howtos and research created by a user are added to the user object (`user.stats.`), please add question ids to a user.
The ids of howtos and research created by a user are added to the user object (`user.stats.`), please add comment ids from Discussions to a user.
Like `votedUsefulResearch` and `votedUsefulHowtos`, the questions a user has voted useful should be saved too. As it's likely more content types will get the `useful` feature in the future, now...
Like how-tos and research, add votedUsefulBy to the questions store - it should be in the model already. Should be done as a refactor/DRY-up like #3444 is for slugs.
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)...
Right now, there's no exemptions from when `backupUser` will create a revision from a change to a user. This creates a bunch of mostly useless revisions whenever a new notification...