-
- Documentation
-
+
+
-
+ {rows.map((row, i) => (
+
+ ))}
+
+ );
+}
+
+function DecisionsPanel() {
+ const rows = [
+ 'Vergunning · verleend',
+ 'Beschikking · afgewezen',
+ 'Vergunning · verleend',
+ 'Wijziging · verleend',
+ ];
+ return (
+
+ {rows.map((_, i) => (
+
+ ))}
+
);
}
+const WIDGETS = [
+ {
+ title: 'Werkvoorraad',
+ desc: 'Active cases for the logged-in case-worker. Late ones in red, the next stage one click away.',
+ panel:
,
+ },
+ {
+ title: 'Deadlines today',
+ desc: 'Cases with statutory deadlines hitting today or this week. Pre-warning, then escalation.',
+ panel:
,
+ },
+ {
+ title: 'Recent decisions',
+ desc: 'Last decisions issued, with type and recipient. Linked back to the source register row.',
+ panel:
,
+ },
+];
+
export default function Home() {
- const {siteConfig} = useDocusaurusContext();
return (
-
-
-
+ title="Procest"
+ description="Case management for VTH and citizen processes on Nextcloud. Workflow engine plus typed registers plus an audit trail."
+ >
+
+ }
+ />
+
+
);
diff --git a/docs/static/CNAME b/docs/static/CNAME
index 93c87ce6..e765110a 100644
--- a/docs/static/CNAME
+++ b/docs/static/CNAME
@@ -1 +1 @@
-procest.app
+procest.conduction.nl
diff --git a/src/views/settings/Settings.vue b/src/views/settings/Settings.vue
index ec040efe..425449bd 100644
--- a/src/views/settings/Settings.vue
+++ b/src/views/settings/Settings.vue
@@ -2,7 +2,7 @@