https://github.com/deadsuperhero/askwise
An internal question-and-answer system for teams
https://github.com/deadsuperhero/askwise
agplv3 knowledgebase questions-and-answers rails5 team
Last synced: 7 months ago
JSON representation
An internal question-and-answer system for teams
- Host: GitHub
- URL: https://github.com/deadsuperhero/askwise
- Owner: DeadSuperHero
- License: agpl-3.0
- Created: 2017-07-29T23:10:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T00:12:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T18:16:42.050Z (8 months ago)
- Topics: agplv3, knowledgebase, questions-and-answers, rails5, team
- Language: CSS
- Size: 1.65 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
AskWise is a question-and-answer platform intended for teams. This tool is
intended to serve three purposes:__The current build of Askwise is going through architectural adjustments, as the application is being adjusted for multi-tenant support. You may experience issues with deployment in the meantime.__
* Determine which questions are getting asked the most within a company or
organization
* Provide materials to build a knowledge base, using these frequently-asked
questions.
* Make it easy for team members to retrieve obscure information.AskWise is currently alpha software, provided as-is.
## Features
* __User Profiles__ - See questions and answers provided by any user.
* __Departments__ - Users in a team can be assigned to specific departments, so
that you can know which departments are asking certain types of questions.
* __Tagging__ - Questions can be tagged with a given topic, and questions can
be searched by their related tags. This keeps similar topics in the same place.
* __Sentry Integration__ - Basic integration with [the open source error tracking platform](https://sentry.io/welcome/). Handy
for self-hosters and developers looking to extend Askwise.## Future Roadmap
* __Search__ - All questions should be searchable. As a bonus, you should be
able to search for Questions, Users, and Departments
* __Voting__ - Allow your team to agree on which answer is the best one.
* __Admin Dashboard__ - For managing configuration.
* __Slack Integration__ - Dedicate a Slack channel to asking questions, and a bot
will search the knowledge base and provide an answer. If a question hasn't been
asked yet, it will give users the chance to create one.
* __Analytics__ - Gain insight into which departments are asking about a given
subject, with stats on how frequently questions are asked.