drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
86 stars 28 forks source link

feat: allow users to ask questions anonymously #93

Closed drodil closed 1 year ago

drodil commented 1 year ago

Allow users to tick a box that changes the question to be anonymous. This removes the user information in the question card but still the original creator of the question has all the rights to edit/delete/mark the answer correct etc. This requires also that the user is not leaked from the HTTP response.

Perhaps add the same functionality for answers as well.