Financial Portfolio Dashboard with Role-Based Access
- Python
- Streamlit
- Problem
- A financial portfolio needed to be fully manageable by an admin while remaining read-only viewable by other users.
- Approach
- Built a Streamlit app with role-based views: full management for admins, a reduced read-only view for everyone else.
- Outcome
- Working role model, publicly available.