diff --git a/README.md b/README.md index 9dda39e..55ff403 100644 --- a/README.md +++ b/README.md @@ -11,34 +11,34 @@ This project demonstrates how to leverage the built-in power of Streamlit using ### Architecture & Build -* Modular, layered architecture for better maintainability -* Separation of concerns for improved testability -* Modern build tools to complete full CI builds in under 30 seconds -* Automated formatter and linter -* Test coverage -* Test execution and debugging available directly from VS Code -* Minimal number of external dependencies +* ๐Ÿ—๏ธ Modular, layered architecture for better maintainability +* ๐Ÿงฉ Separation of concerns for improved testability +* โš™๏ธ Modern build tools to complete full CI builds in under 30 seconds +* ๐Ÿงน Automated formatter and linter +* ๐Ÿ“Š Test coverage +* ๐Ÿž Test execution and debugging available directly from VS Code +* ๐Ÿ“ฆ Minimal number of external dependencies ### Streamlit Features -* Web routing using built-in multi-page navigation capabilities -* Sample reusable, stateful components -* All pages and components tested with `AppTest` -* Vega-Altair example visualization -* BigQuery integration using the New York Taxi public dataset -* Authentication skeleton, easily replaceable with OAuth -* Application state sharing via URL +* ๐ŸŒ Web routing using built-in multi-page navigation capabilities +* ๐Ÿ”„ Sample reusable, stateful components +* โœ… All pages and components tested with `AppTest` +* ๐Ÿ“Š Vega-Altair example visualization +* ๐Ÿ—‚๏ธ BigQuery integration using the New York Taxi public dataset +* ๐Ÿ”’ Authentication skeleton, easily replaceable with OAuth +* ๐Ÿ”— Application state sharing via URL ### TODO -* Create Docker image -* Implement BigQuery integration tests -* Add more visualizations for integrated public dataset -* Integration with external OAuth provider, see [roadmap](https://roadmap.streamlit.app/) -* Redirect to the original page after login -* Describe load balancer strategies, for example: sticky session -* Automaticall update dependencies, see [dependabot#10039](https://github.com/dependabot/dependabot-core/issues/10039) -* Add more sophisticated type checking, see [mypy](https://mypy.readthedocs.io/) +* ๐Ÿณ Create Docker image +* ๐Ÿงช Implement BigQuery integration tests +* ๐Ÿ“ˆ Add more visualizations for integrated public dataset +* ๐Ÿ” Integration with external OAuth provider, see [roadmap](https://roadmap.streamlit.app/) +* ๐Ÿ”„ Redirect to the original page after login +* โš–๏ธ Describe load balancer strategies, for example: sticky session +* ๐Ÿ”„ Automatically update dependencies, see [dependabot#10039](https://github.com/dependabot/dependabot-core/issues/10039) +* ๐Ÿ“ Add more sophisticated type checking, see [mypy](https://mypy.readthedocs.io/) ## Modules