Metadata-Version: 2.4
Name: govoplan-dashboard
Version: 0.1.6
Summary: GovOPlaN configurable dashboard module.
Author: GovOPlaN
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: govoplan-core>=0.1.6
Requires-Dist: govoplan-access>=0.1.6

# GovOPlaN Dashboard

Configurable dashboard module for GovOPlaN.

The module owns the `/dashboard` route when installed. Core keeps only a minimal
fallback home for installations where this module is absent.

Modules contribute widgets through the `dashboard.widgets` WebUI capability.
The first implementation stores personal widget visibility in browser storage;
server-side layout persistence can be added later without changing the widget
contract.

