NYCPlanning / data-engineering-qaqc

streamlit app for data engineering
https://edm-data-engineering.nycplanningdigital.com
1 stars 0 forks source link

Overall Layout: Wide Mode vs Standard #95

Open abrieff opened 2 years ago

abrieff commented 2 years ago

Curious what people's thoughts are about shifting to using wide mode for these reports.

Screen Shot 2022-07-25 at 1 18 25 PM Screen Shot 2022-07-25 at 1 24 18 PM

Consider these two options - the current layout has a good amount of dead whitespace in the margin between the sidebar and the main content. This limits the potential space for long charts like those in CPDB. It might however make the main content a little easier to read/less cluttered than it would be with wide mode.

It's a one line change if we would like to switch.

    st.set_page_config(page_title="Data Engineering QAQC", page_icon="📊", layout='wide')
abrieff commented 2 years ago

Determined to be not ready as it causes a few issues with the display