Benjamin Altpeter
Benjamin Altpeter
The following blog posts need to be translated into Portuguese (ordered by importance): * [ ] [Sample letter for requests for access to personal data as per Art. 15 GDPR](https://github.com/datenanfragen/website/blob/master/content/en/blog/sample-letter-gdpr-access-request/index.md)...
Due to the fact that `fetchTemplate()` [catches and `rethrow()`s any errors](https://github.com/datenanfragen/website/blob/baa2d1f2066ec59649551553e8da112700f0bbc6/src/Utility/requests.js#L109-L111), and our (my) weird implementation of `rethrow()` (for which I unfortunately don't remember the reason, despite the [comment](https://github.com/datenanfragen/website/blob/baa2d1f2066ec59649551553e8da112700f0bbc6/src/Utility/errors.js#L2); in...
When working with the wizard, one easily starts sending one request after another without really checking anything. That *usually* works well thanks to the ID data saving. It is an...
In the comments on the company detail pages, users can currently leave a text and a rating. We've wanted to extend this, asking additional (optional) questions for quite some time....
Unfortunately, brutusin/json-forms has been unmaintained for a while and we're seeing a number of issues in our usage. I have recently discovered [react-jsonschema-form](https://github.com/rjsf-team/react-jsonschema-form) which may be a good alternative.
A user reported that the address (choose fax or letter as transport medium) for [Cabify](https://www.datarequests.org/generator#!company=cabify) is broken in the generator:   This is probably because the `request-language` is set...
Our MailtoDropdown doesn't just support the regular `mailto:` URI scheme but also various webmailers (currently Gmail and Yahoo):  We would like to extend this with support for...
We have a few unwritten policies that we should really document properly. I'll collect them here as I come across them.