benfurber
benfurber
At the moment, the title of the page doesn't change when viewing an individual question. Please add this. Nice easy thing to cover in the 'Individual questions' cypress feature test...
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 - [x] Bug fix (non-breaking change which fixes an issue) -...
There's a few quick wins we can do from a search and social prospective. 1. Use heading tags correctly. 2. Ensure all images have alt tags. 3. Set more/better open...
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 - [x] New feature (non-breaking change which adds functionality) ## Description...
This is a whole epic that I'll break down into smaller issues but I wanted to add a big one for what I'm working on right now. ## Big steps...
**Describe the bug** The command to build a new component errors. **To Reproduce** Steps to reproduce the behaviour: 1. Go to 'packages/component' 2. In the terminal type `yarn new-component WhateverName`...
Use Nx
[From their getting started guide](https://nx.dev/getting-started/why-nx): > In a nutshell, Nx helps to: speed up your computation (e.g. builds, tests etc), locally and on CI and to integrate and automate your...
Due to the move to discussion documents holding the comments for each research update and changing comments from being deleted from the DB to be updated to `_deleted`, it's much...
At a minimum we need 'og:type' set to website in the postCraBuild.ts script, but there's probably [more improvements we should make](https://docs.prerender.io/docs/open-graph) But there's other things like the generic image use...
At the moment we don't ask users to provide alt tags for the images that upload. As a short-term fix, we should apply alt tags to research updates, how-to steps...