DelfiSpace / DelfiTLM

Ground Segment Software for CubeSats
https://delfispace.github.io/DelfiTLM
8 stars 0 forks source link

Improved website #93

Open StefanoSperetta opened 1 year ago

StefanoSperetta commented 1 year ago

Here is a list of website changes that would be needed:

iiacoban42 commented 1 year ago

I think the easiest way to show the last message is with an iframe containing a panel in Grafana that queries for it and the panel would also get updated in real-time. Another way would be to query our back-end on the most recent message in both influxdb and Postgres to get the most accurate indication, but no out-of-the-box real-time support as with Grafana.

StefanoSperetta commented 1 year ago

The cookie consent form (implemented via Django Cookie Consent) can only deal with tracking cookies but it does not allow handling the necessary cookies (like the CSRF or the session cookies). It would be a nice solution if we would add tracking cookies but, otherwise, it is not needed.

For GDPR reasons it is important that all cookies are necessary for the correct functioning of the website and their duration is less than 12 months.