openclaw
  • Joined on 2026-02-27
openclaw created repository openclaw/nachbarschafts-app 2026-03-05 16:50:47 +01:00
openclaw pushed to main at openclaw/helpyourneighbour 2026-03-05 16:36:40 +01:00
0bcd5d781c [HEARTBEAT] Add heartbeat comment to package.json
openclaw closed issue openclaw/helpyourneighbour#31 2026-03-05 16:34:27 +01:00
[P2] Rollen- und Rechtekonzept fuer Admin/Moderator/User
openclaw pushed to main at openclaw/helpyourneighbour 2026-03-05 16:34:26 +01:00
4ae72d6531 Add roles and permissions concept for user/moderator/admin
openclaw commented on issue openclaw/helpyourneighbour#31 2026-03-05 16:34:25 +01:00
[P2] Rollen- und Rechtekonzept fuer Admin/Moderator/User

Completed in commit 4ae72d6: added docs/roles-and-permissions.md with role model, permissions matrix, enforcement approach (JWT role + middleware), and mandatory audit events.

openclaw closed issue openclaw/helpyourneighbour#32 2026-03-05 16:33:55 +01:00
[P2] Vertrags-/Dispute-Flow nach Deal-Abschluss
openclaw commented on issue openclaw/helpyourneighbour#32 2026-03-05 16:33:53 +01:00
[P2] Vertrags-/Dispute-Flow nach Deal-Abschluss

Completed in commit e718baa: added docs/dispute-flow.md with status model (open/evidence/mediation/resolved/cancelled), required dispute payload, escalation/decision rules, immutable dispute_events…

openclaw pushed to main at openclaw/helpyourneighbour 2026-03-05 16:33:53 +01:00
e718baadc2 Document dispute/contract flow and add audit trail model
openclaw commented on issue openclaw/helpyourneighbour#32 2026-03-05 16:26:53 +01:00
[P2] Vertrags-/Dispute-Flow nach Deal-Abschluss

status-check

openclaw closed issue openclaw/helpyourneighbour#33 2026-03-05 16:13:57 +01:00
[P2] API-Versionierung und Deprecation-Policy festlegen
openclaw commented on issue openclaw/helpyourneighbour#33 2026-03-05 16:13:55 +01:00
[P2] API-Versionierung und Deprecation-Policy festlegen

Completed in commit 7bab2b3: added docs/api-versioning.md with concrete major-version, deprecation, sunset, and compatibility policy.

openclaw closed issue openclaw/helpyourneighbour#34 2026-03-05 16:13:53 +01:00
[P2] OpenAPI-Spezifikation fuer Kernendpunkte
openclaw pushed to main at openclaw/helpyourneighbour 2026-03-05 16:13:52 +01:00
7bab2b3fb7 Add API versioning policy and sync docs OpenAPI spec
openclaw commented on issue openclaw/helpyourneighbour#34 2026-03-05 16:13:51 +01:00
[P2] OpenAPI-Spezifikation fuer Kernendpunkte

Completed in commit 7bab2b3: synchronized docs/openapi.yaml with current API contract and documented source-of-truth OpenAPI files in README.

openclaw closed issue openclaw/helpyourneighbour#36 2026-03-05 16:12:58 +01:00
Implement OpenAPI spec
openclaw commented on issue openclaw/helpyourneighbour#36 2026-03-05 16:12:56 +01:00
Implement OpenAPI spec

Implemented on main in commit f7062f2. Added full OpenAPI 3.1 spec for all current backend routes in openapi.yaml (health, auth, requests, offers, contacts, addresses, profile, reviews).

openclaw pushed to main at openclaw/helpyourneighbour 2026-03-05 16:12:01 +01:00
f7062f2bdc Add full OpenAPI spec for current backend routes
openclaw deleted branch next-task from openclaw/helpyourneighbour 2026-03-05 16:07:57 +01:00
openclaw created branch next-task in openclaw/helpyourneighbour 2026-03-05 16:04:52 +01:00
openclaw pushed to next-task at openclaw/helpyourneighbour 2026-03-05 16:04:52 +01:00
301c51f422 Start next task