dieterich-lab / medex

Intuitive Graphical User Interface for Medical Data Exploration
MIT License
4 stars 3 forks source link

Feature fix filtering #23

Closed HaraldWilhelmi closed 1 year ago

HaraldWilhelmi commented 1 year ago

This is a complete redesign of the filter handling. The old concept using temporary tables does not work. It relied tying a HTTP session to a database session. Maybe that may have worked with Flask 0.12. It certainly it does not work with Flask 2.X because there is no way to store database sessions between requests. So we added session-related tables to the database.