-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contribution ideas #58
Comments
I think there's a few things we can do to make contributing easier:
So I think the the most immediate solution is by finishing an API server and make the website, the bot and the database 3 different applications. |
Hello! So I agree, we have 2 of these in their own separate issues #39 is for unit tests, and #35 for api. Right now the bot and website can be hosted separately but we should definitely work on a testing version of database.py (one that has hard coded answers) so that testing the website/ bot can be made easier without having to setup mongo db. Also for separating them more that could be added to config.json (let users choose server bot or both, and testing mode or live database ) |
I'm working on re-organizing the repo into something that's easier to contribute with. I will make a pull request later. Another suggestion is that if we are decided on using poetry for package management, we should keep the lock file instead of ignoring it. |
One idea I had was to split the server into a module so it would be server.api, server.admin all that, and to maybe move all of discord bot into a module Module as in those folder module things |
I'm working on featured articles and a guide page |
These ideas should be made into individual detailed issues |
Outdated, v3 will address ui, and the rest should be separate issues if anyone wants them done or added. |
here is a list of ideas for new contributors (you can get cool discord rank for contributing)
The text was updated successfully, but these errors were encountered: