Leon Sandøy

Results 25 issues of Leon Sandøy

Currently, if the API goes down, moderation goes down. In an ideal world, we'd like to allow moderation to continue even if the API is down. This could be achieved...

t: feature
a: API
s: stale
p: 3 - low

We'd like to be able to link otnames together, so that they always appear at the same time. This issue needs to be handled at the same time as the...

As we complete the **Smarter Resources** project, we'll want to carefully document precisely how a member of the community (staff member or otherwise) can suggest a new resource to be...

status: WIP
area: docs
priority: 2 - normal
project: smarter resources

Right now, there are three problems with the logos displayed in our sponsor hero and in the footer of the site. ## An alignment issue with the logos on Windows....

area: frontend
priority: 1 - high
type: enhancement

There's been some requests for a dark theme, and we came up with a feasible way this could be implemented. First, let's solve the actual theming on `django-simple-bulma` instead of...

area: frontend
type: feature
priority: 3 - low
level: 1 - intermediate

At the top of an article in the `content` app, we should show an "Edit on GitHub" button. The button when clicked should lead to the GitHub page for that...

area: backend
type: feature
priority: 2 - normal
level: 0 - beginner

A command that uses Markov to generate a poem. @martmists already started working on this, but the PR was closed for inactivity in https://github.com/python-discord/seasonalbot/pull/97. Marty said he might have time...

type: feature
status: approved
area: backend
up for grabs
category: holidays

Slay the dragon! Implement an old-school text-based adventure for our bot! You can write the adventure any way you want, and pick any theme you want, no dragons required! The...

type: feature
status: approved
area: backend
category: fun

## Description `constants.py` has quite a bit of mess. There are constants we no longer use, there is a mix of regular classes and NamedTuples, and a lack of documentation....

area: backend
type: enhancement
category: core
category: content

As I recently learned, submodules are not kept up to date automatically. We have to update them by running `git submodule update --recursive --remote` and then committing the result -...

priority: 2 - normal
level: 1 - intermediate
area: CI