John McCann Cunniff Jr
John McCann Cunniff Jr
We can start simple, and not wire things up. This means designing components for: - List of posts - Writing a post (ie: textbox + live markdown + post button)....
Here is the most delicate part of the whole thing. Email notifications are a dangerous thing. If you make a small mistake you can accidentially send emails off to hundreds...
We will need to wire the web components to live update on intervals, and to fetch the proper data from the backend. This is where we will want to introduce...
TAs, professors, and superusers need added abilities for forums. The goal of this is to adjust the [public endpoints](https://github.com/AnubisLMS/Anubis/issues/458) to handle admins a bit different (ie: de-anonymize post authors). We...
We will go full rest on this. We just need to be able to list, create, update, and delete posts for now. We can go off the endpoints in this...
This is to write a seed function for the forum. This will depend on https://github.com/AnubisLMS/Anubis/issues/456 We can go off of what I wrote here for the last go of it:...
I feel like we can basically go off this. The one thing im iffy about is if we should have a circular primary key on the Comment table. ```python class...
Add the ability to list, and revert to a volume backup. This will involve writing a small interface on our backend that will need to call out to longhorn things....
We could monitor and update labels on nodes for when IDE images are pulled on nodes, then use perfered node affinity for scheduling. This will help when scaling to make...