https://github.com/drodil/backstage-plugin-qeta
Backstage.io plugin for Q&A
https://github.com/drodil/backstage-plugin-qeta
backstage backstage-plugin developer-experience developer-portal dx hacktoberfest questions questions-and-answers
Last synced: 18 days ago
JSON representation
Backstage.io plugin for Q&A
- Host: GitHub
- URL: https://github.com/drodil/backstage-plugin-qeta
- Owner: drodil
- License: mit
- Created: 2022-12-20T11:57:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:41:34.000Z (6 months ago)
- Last Synced: 2024-10-29T09:39:42.395Z (6 months ago)
- Topics: backstage, backstage-plugin, developer-experience, developer-portal, dx, hacktoberfest, questions, questions-and-answers
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
- Size: 20.2 MB
- Stars: 85
- Watchers: 7
- Forks: 28
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# backstage-plugin-qeta
![]()
[](https://github.com/drodil/backstage-plugin-qeta/actions/workflows/ci.yaml)
Backstage.io plugin for Q&A. This plugin is both frontend and backend that manages and displays questions and answers
within Backstage. This plugin provides:- Interface to ask questions
- Interface to answer questions
- Interface to vote questions and answers
- Interface for individual users and tags
- Backend that saves questions and answers to desired database
- Integration with the [`@backstage/plugin-search`](https://github.com/backstage/backstage/tree/master/plugins/search) plugin
- Integration with the [`@backstage/plugin-catalog-react`](https://github.com/backstage/backstage/tree/master/plugins/catalog-react) plugin
- Integration with the [`@backstage/plugin-permission-react`](https://github.com/backstage/backstage/tree/master/plugins/permission-react) plugin
- Integration with the [`@backstage/plugin-permission-common`](https://github.com/backstage/backstage/tree/master/plugins/permission-common) plugin
- Integration with the [`@backstage/plugin-home`](https://github.com/backstage/backstage/tree/master/plugins/home) plugin
- Integration with the [`@backstage/plugin-signals`](https://github.com/backstage/backstage/tree/master/plugins/signals) plugin
- Integration with the [`@backstage/plugin-notifications`](https://github.com/backstage/backstage/tree/master/plugins/notifications) plugin## Setup
Find [installation instructions](./docs/index.md#installation) in our documentation.
**IMPORTANT**: From version 2.0.0 forward, this plugin only works with the new backend system. If you are still
using the old backend system, please use version 1.24.5.## Examples
Questions list:

Posting question:

Answering question:

Tags page:

## Contributing
All contributions are very welcome. See [CONTRIBUTING](CONTRIBUTING.md) for more information.
## License
This library is under the [MIT](LICENSE) license.