Building better dashboards
Webapps and dashboards are becoming an ever more popular way to present and share the results of data science projects. While dashboards can be a great way to communicate findings, they also present a range of challenges when it comes to accessible UI design.
Common issues with webapp design
- Researchers are not web/UX designers, and have to “muddle through” when it comes to making decisions about colour schemes and navigation.
- Web accessibility requirements and how to implement features that meet these requirements are often not covered in framework documentation or tutorials.
- Frameworks designed to allow easy porting of research analysis into webapps often use languages not specifically designed for web design (e.g. Python, R), making it sometimes difficult to customise variables required for good web accessibility.
- Implementation of custom theming and css files can be varied across different frameworks (Shiny for R and Python, Dash, Streamlit), making it challenging to enforce a standard theme across a range of different web apps (for example, from a single research group).
- Hosting of interactive webapps is expensive and difficult to budget for due to cloud subscription models.
- Navigation of interactive webapps is more chalenging that a static web page as often times back and forward browser keys do not work as intended.
While almost every issue around branding and accessibility can be met with some custom css and html, I wanted to put together some easy-to-implement tools for people building simple webapps in order to make customising appearance that little bit easier.