John McCann Cunniff Jr

Results 63 issues of 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)....

frontend

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...

backend

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...

frontend

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...

backend

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...

backend

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:...

backend

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...

backend

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....

backend

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...

feature
backend
k8s