lasitha
lasitha
### Why This allows us to extract serialization out of the Filter classes, leaving it appropriately in the controller -> serialization layer. ### What Introduces a `FilterGroupBlueprint` which dynamically determines...
_Originally posted by @maebeale in https://github.com/rubyforgood/mutual-aid/pull/730#r495018954_ When someone replies to another's Listing, we are creating a complementary Listing to be able to make the Match. When doing so, we want...
It's possible for multiple users to hit `/contribution/:id/claims/new` simultaneously, fill out the form and generate multiple claims for the same contribution. We need to decide whether to disallow this or...
The following roadmap issues were closed and put into cold storage in December 2021, in order to highlight the remaining [bugs](https://github.com/rubyforgood/mutual-aid/issues?q=is%3Aopen+is%3Aissue+label%3A%22Type%3A+Bug%22), [good first issues](https://github.com/rubyforgood/mutual-aid/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22+) and [beginner friendly](https://github.com/rubyforgood/mutual-aid/issues?q=is%3Aopen+is%3Aissue+label%3A%22beginner+friendly%22+) ones. They were...
Currently in [beta](https://github.com/rails/webpacker/releases). Once it is ready, we can consider upgrading. When we do, also: 1. drop the workaround implemented in #905. 2. allow nodejs engines > v17 in `package.json`.
Now that glossary admin is correctly integrated with /show, the previously hardcoded glossary is lost. It will need to be moved into a seed file or similar.
The confirmation email sent by the demo env during sign up currently points back at `localhost`. Haven't tested staging yet but likely broken there as well. Rails logs: ``` 2020-09-21T17:54:36.544078+00:00...
Should show: * Outstanding asks and offers (possibly whether recurring, etc) Could show: * Completed asks, offers * Link each unmatched contribution to the contributions page with corresponding filter params...