chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:19 +02:00
parent 441f8f11ac
commit 0d345bad85
10 changed files with 23 additions and 40 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
build/
dist/
node_modules/
webui/node_modules/
webui/dist/
*.tsbuildinfo
.component-test-build/
.module-test-build/
.policy-test-build/
.template-preview-test-build/
.import-test-build/
webui/.component-test-build/
webui/.module-test-build/
webui/.policy-test-build/
webui/.template-preview-test-build/
webui/.import-test-build/

View File

@@ -1,22 +0,0 @@
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.

View File

@@ -1,12 +0,0 @@
README.md
pyproject.toml
src/govoplan_dashboard/__init__.py
src/govoplan_dashboard/py.typed
src/govoplan_dashboard.egg-info/PKG-INFO
src/govoplan_dashboard.egg-info/SOURCES.txt
src/govoplan_dashboard.egg-info/dependency_links.txt
src/govoplan_dashboard.egg-info/entry_points.txt
src/govoplan_dashboard.egg-info/requires.txt
src/govoplan_dashboard.egg-info/top_level.txt
src/govoplan_dashboard/backend/__init__.py
src/govoplan_dashboard/backend/manifest.py

View File

@@ -1,2 +0,0 @@
[govoplan.modules]
dashboard = govoplan_dashboard.backend.manifest:get_manifest

View File

@@ -1,2 +0,0 @@
govoplan-core>=0.1.6
govoplan-access>=0.1.6

View File

@@ -1 +0,0 @@
govoplan_dashboard