"Bridging the gap between Lean PM and Data Integrity."
This utility replaces fragmented Excel trackers with a structured database to manage portfolio-level Constraints, Assumptions, Risks, Dependencies, and Issues (CARDI). It is designed to eliminate the "manual reporting tax" by providing rapid visual feedback and slide-ready Gantt exports for SteerCo and C-suite presentations.
Note on Support: This is a personal project shared to illustrate a specific approach to portfolio governance. While the codebase is open for reference and community forks, I am not currently providing active support, bug fixes, or feature updates. It is provided "as-is" for those interested in bridging the gap between lean PM practices and data integrity.
Run as a desktop app:
uv run flet run
Run as a web app:
uv run flet run --web
Install dependencies from pyproject.toml:
poetry install
Run as a desktop app:
poetry run flet run
Run as a web app:
poetry run flet run --web
For more details on running the app, refer to the Getting Started Guide.
flet build apk -v
For more details on building and signing .apk or .aab, refer to the Android Packaging Guide.
flet build ipa -v
For more details on building and signing .ipa, refer to the iOS Packaging Guide.
flet build macos -v
For more details on building macOS package, refer to the macOS Packaging Guide.
flet build linux -v
For more details on building Linux package, refer to the Linux Packaging Guide.
flet build windows -v
For more details on building Windows package, refer to the Windows Packaging Guide.
