chore: sync GovOPlaN module split state
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal 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/
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
[govoplan.modules]
|
||||
dashboard = govoplan_dashboard.backend.manifest:get_manifest
|
||||
@@ -1,2 +0,0 @@
|
||||
govoplan-core>=0.1.6
|
||||
govoplan-access>=0.1.6
|
||||
@@ -1 +0,0 @@
|
||||
govoplan_dashboard
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user