ubyssey.ca
ubyssey.ca copied to clipboard
The code that powers www.ubyssey.ca
Change 'static' to 'static_src' on docker installation page under "How to build static files with Gulp" https://code.ubyssey.ca/installation/docker
Break down into several smaller updates. Implement to side of Article pages
## What behavior were you expecting? RSS feed shows current articles ## What actually happened? RSS feed contains no items ## Steps to reproduce Open https://www.ubyssey.ca/rss/ Sorry, unsure if this...
## What actually happened? Any article where "timeline" is selected on the "templates" tab in dispatch will produce 500 errors once the published article is requested on the live site
Django is optimized to be used with PostgreSQL instead of MySQL, the latter of which is what we currently use. In researching why certain things in our code base were...
article.js is a static script that is included on every single page of the site. Fair enough. Some functionality we need everywhere. It is on every page in the site...
Templates get divided up according to Django app according to their purpose. However, many of our existing template designs serve many purposes at once. This occurs because we often need...
Much of our multi-container Docker setup is driven by the fact that we're trying to split work over mutiple repos. In order to simplify things, once we successfully move things...
Currently user permissions are very everything/nothing. Editorial should be allowed to do a lot but editorial should probably not be allowed to edit/delete everything that corresponds to a table entry....
Dispatch "Files" table entries are odd because they don't properly wrap a single file so haven't been necessary to migrate. Still, conceptually those files belong as Wagtail "Documents", which may...