A: remove redundant paragraph

master
ALI Hamza 2020-09-15 15:17:29 +07:00
parent d5c6df6dd0
commit f8375dba6e
Signed by: hamza
GPG Key ID: 22473A32291F8CB6
1 changed files with 0 additions and 2 deletions

@ -12,8 +12,6 @@ In order to get more details, I decided to hop in a call with veksen on Septembe
### Rationale for Proposed Solution
I think that there are 3 important factors for such a project. The first is that it is able to merge well with the rest of the community's software, such as their [website](https://theprogrammershangout.com/). Second, I wanted to make sure to use software that their staff has experience with, so that they are able to make changes if needed. Finally, I also need to make sure that the solution is flexible. This community is quite large, so it is important to keep in mind how things might change in the future, so creating software that is more configurable will be very beneficial.
There is going to be three main parts to the system. Firstly, there is going to be a REST API that their current website will hook into. This API will have access to information about users who authorize themselves with Discord, so that those who are appealing can be identified when filling out the request. Next, their current website will hook up with the backend API. Finally, there will be a "bot" on the community itself. when a request is processed, will allow the users to rejoin with limited access, so that the staff team can further look into their case and ask more questions.
I have decided to write the bot, as well as the backend REST API in TypeScript because