Datateknologerna-vid-Abo-Akademi / date-website

student association website
https://www.datateknologerna.org/
Creative Commons Zero v1.0 Universal
11 stars 3 forks source link

fix: Find a solution to backend site specific functionality #549

Open jaspnas opened 7 months ago

jaspnas commented 7 months ago

Is your fix request related to a problem?
There is limited hard-coding in the backend, e.g. Albins Angels news button, need to find a solution to minimize the clutter these cause

Describe the solution you'd like
Split them or remove them

Additional context
Mostly related to database lookups

jaspnas commented 7 months ago

Most backend hard-codes should be legacy, could create a legacy.py file in each module that needs it and move site-specific overrides there

This would be a semi-temporary fix

There is nothing more permanent than a temporary fix