Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ce142ff89 |
@@ -1,5 +1,9 @@
|
|||||||
# GovOPlaN Facilities
|
# GovOPlaN Facilities
|
||||||
|
|
||||||
|
<!-- govoplan-repository-type:start -->
|
||||||
|
**Repository type:** module (domain).
|
||||||
|
<!-- govoplan-repository-type:end -->
|
||||||
|
|
||||||
`govoplan-facilities` is the GovOPlaN platform module seed for facilities management for buildings, rooms, maintenance, cleaning, keys, access zones, recurring inspections, occupancy, defects, and service contractors.
|
`govoplan-facilities` is the GovOPlaN platform module seed for facilities management for buildings, rooms, maintenance, cleaning, keys, access zones, recurring inspections, occupancy, defects, and service contractors.
|
||||||
|
|
||||||
This repository is initialized as a discoverable module seed. It exposes a module manifest, initial permissions, role templates, documentation metadata, Gitea workflow templates, and a focused manifest test. It intentionally does not yet add HTTP routes, database models, migrations, or WebUI navigation.
|
This repository is initialized as a discoverable module seed. It exposes a module manifest, initial permissions, role templates, documentation metadata, Gitea workflow templates, and a focused manifest test. It intentionally does not yet add HTTP routes, database models, migrations, or WebUI navigation.
|
||||||
@@ -59,5 +63,5 @@ From the core checkout, labels can be synced once a local `GITEA_TOKEN` is avail
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /mnt/DATA/git/govoplan-core
|
cd /mnt/DATA/git/govoplan-core
|
||||||
./scripts/gitea-sync-labels.py --root /mnt/DATA/git/govoplan-facilities --apply
|
/mnt/DATA/git/govoplan/tools/gitea/gitea-sync-labels.py --root /mnt/DATA/git/govoplan-facilities --apply
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@govoplan/facilities",
|
"name": "@govoplan/facilities",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "GovOPlaN Facilities platform module seed.",
|
"description": "GovOPlaN Facilities platform module seed.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "govoplan-facilities"
|
name = "govoplan-facilities"
|
||||||
version = "0.1.7"
|
version = "0.1.8"
|
||||||
description = "GovOPlaN Facilities platform module seed."
|
description = "GovOPlaN Facilities platform module seed."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
authors = [{ name = "GovOPlaN" }]
|
authors = [{ name = "GovOPlaN" }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"govoplan-core>=0.1.7",
|
"govoplan-core>=0.1.8",
|
||||||
"govoplan-access>=0.1.7",
|
"govoplan-access>=0.1.8",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from govoplan_core.core.modules import DocumentationLink, DocumentationTopic, Mo
|
|||||||
|
|
||||||
MODULE_ID = "facilities"
|
MODULE_ID = "facilities"
|
||||||
MODULE_NAME = "Facilities"
|
MODULE_NAME = "Facilities"
|
||||||
MODULE_VERSION = "0.1.7"
|
MODULE_VERSION = "0.1.8"
|
||||||
READ_SCOPE = "facilities:workspace:read"
|
READ_SCOPE = "facilities:workspace:read"
|
||||||
WRITE_SCOPE = "facilities:workspace:write"
|
WRITE_SCOPE = "facilities:workspace:write"
|
||||||
ADMIN_SCOPE = "facilities:workspace:admin"
|
ADMIN_SCOPE = "facilities:workspace:admin"
|
||||||
|
|||||||
Reference in New Issue
Block a user