Data4Democracy / are-you-fake-news

16 stars 3 forks source link

Website backend - Call for general improvements #26

Open N2ITN opened 5 years ago

N2ITN commented 5 years ago

Status

Assigning to {unassigned} Refers to branch https://github.com/N2ITN/are-you-fake-news/tree/develop-dockerize

Issue

The code in ./web could use some improving. It's written in flask and uses bootstrap templates. Beyond displaying the website, it contains the logic that connects all of the various services as is sort of the entrypoint to the overall app.

A few issues that it has:

Most of the issues are contained in ./docker/web/webserver_get.py but also .docker/web/app.py

This issue has a little bit of overlap with https://github.com/Data4Democracy/are-you-fake-news/issues/12 but applies specifically to the website backend and its idiosyncrasies.

Tasks