csua-backend
csua-backend copied to clipboard
A backend for the CSUA interblags.
origin url is currently https one, this might be bad, but it seems to work kekw
Didn't even know [this page](https://www.csua.berkeley.edu/resources/) existed till now...
The current xkcd code is not very modular, making other refactoring efforts hard. I suggest the following: - [ ] Move all async logic (including sending messages) to the main...
Currently we use `discord.Client` for our bot client that can be updated to a more feature rich [`discord.ext.commands.Bot`](https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#bots). This will free up the cluttered `on_message` check that we currently use...
Make a public facing CSUA calendar, and functionality for adding it your bcal on the website. Shouldn't be too bad. Stretch goal, add event integration with our facebook event, and...
More prominently feature our slack, discord, and joining links on the front of the website, in its footer, etc.
Ported over from TODO spreadsheet Create a report command `!report` using slash commands
Wipe inactive directories automatically. Also, notify the users two weeks or so before the wipe date via email to give them time to either backup important files or prevent the...