-
-
Notifications
You must be signed in to change notification settings - Fork 0
0.19.0
Hussein Jarrar edited this page Sep 12, 2026
·
2 revisions
11 changes · 3 Bugfixes, 3 New Features, 5 New UI Features.
-
RADD-856 GET /items/{id}/timelog 500s on live: the seam conversion dropped a tuple unpack
accesstimelogging·296365edWhat's wrong, with the evidence. On live 0.18.1 the issue rail's Time tracking section shows "Failed to load:" for every account, admin included. The pod log has the smoking gun:worklog_router.py:77 — NameError: name 'project' is not definedonGET /items/{item_id}/timelog. The RADD-823 seam conversion rewrote… -
RADD-849 read-mode lists are broken: markers render on their own line, and the bullet is a ⦿ glyph
editoruxweb·9eadbb59What's wrong, with the evidence. In rendered markdown (issue descriptions, comments, wiki pages), every list item shows its marker — "1." or the bullet — on its own line, with the content as a separate paragraph below, and unordered items use the U+29BF ⦿ glyph, which reads as a radio button. Reproduced with an… -
RADD-847 the grant sentence reads in the wrong order: subject–access–effect–scope instead of subject–effect–access–scope
accessuxweb·404c09ebWhat's wrong. The add-grant row inAccessGrantsEditor(RADD-815's "speaks in sentences" surface) renders[subject] [read|write] [may|may NOT] [projects]— "Alice read may Project X", which is not a sentence. The RADD-819 effect select was inserted after the access select instead of before it.
-
RADD-852 state groups: arbitrary board vocabulary as a presentation tier over fixed categories
designworkflow·951f4768The ask (Hussein, 2026-08-05). Create new state categories for state assignment — e.g. a "Blocked" or "In Review" bucket alongside triage/backlog/todo/in progress/done/canceled. -
RADD-848 group sync: the interval is env-only and there is no "Sync groups now"
authldapsettingsux·6c21cf3cWhat's wrong. Group membership is kept in sync (theldap.groupsyncloop asks AD the transitive member question per mirrored group and full-replacesgroup_members), but the revocation window isRADD_LDAP_GROUP_SYNC_SECONDS— default 3600s — and nothing in the product can see or change it. There is also no way… -
RADD-846 LDAP connection is env-only: URL, bind account and admin groups should be editable on Settings → Directory
authldapsettingsux·a9332a97What's wrong. The LDAP connection — server URL, user domain, bind DN, bind password, admin groups — lives only inRADD_LDAP_*env vars, read at process start. The Settings → Directory page can edit search bases and sync toggles (spec 85) but not the connection itself, so "LDAP sign-in: off" is a fact an admin can…
-
RADD-855 per-view ordering for board columns and swimlanes
uxviewsweb·416c37f0What's wrong. Bucket order on a view is always the axis's natural order (state position, category position, enum order, alphabetical…) — a VIEW cannot say "Done first" or put one team's lane on top. RADD-850 made the project-wide state order editable, but that is one order for every surface; two boards over the same… -
RADD-854 consolidate: categories become user-owned rows with behaves_as; state groups fold in and disappear
uxviewswebworkflow·990d1790The intent (Hussein, confirmed 2026-08-05). One classification tier above states — user-defined names, colours, order — that boards group by AND reports understand. The RADD-851/852 sequence produced two half-answers (a semantic tier you can't edit + an editable tier that means nothing); this folds them into the one… -
RADD-853 states can't be deleted or re-categorised from the UI; deletion should offer a successor for the items
uxwebworkflow·3d902944What's wrong.DELETE /states/{id}has existed since spec 87 — with the right refusals (the project's default state, or any item still in it) — but no UI calls it, and the "move them first" refusal is a dead end in the product: there's no bulk way to move a state's items either. A state'scategoryis also frozen at… -
RADD-851 state CATEGORY as a grouping axis: board columns, swimlanes, list sections
uxviewswebworkflow·6e1b2640What's wrong.group_by/swimlane_byaccept state, assignee, priority, kind, team, cycle, epic andcf.<key>— but not the state category (triage/backlog/todo/in progress/done/canceled), even though every item carries it (item.state.category) and the whole product colors by it. A five-column category board… -
RADD-850 workflow states cannot be reordered from the UI, so boards list them by creation order
uxwebworkflow·17e31954What's wrong.states.positionexists, every list orders by it, andPATCH /states/{id}accepts it — but no UI writes it. A state created later getsmax+1, so the newest state is permanently last on boards, list sections, and pickers. The Settings → Workflow states page even says "Reorder them to control how they…
Changes from v0.18.1 to v0.19.0.
Mirrored from project.radd-hq.com on 2026-09-12. Documentation is written there; this copy is regenerated by scripts/publish_wiki.py and hand edits do not survive it.
-
Developer guide
- Architecture: the kernel and plugins
- Develop, test and deploy
- Events and consumers
- Permissions and access control
- The MCP server
- The query language for developers
- The REST API and authentication
- Write a backend plugin
- Write a page editor extension
- Write a plugin user interface
- Write an automation node
-
Release notes
- 0.36.4
- 0.36.3
- 0.36.2
- 0.36.1
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.1
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.1
- 0.25.0
- 0.24.1
- 0.24.0
- 0.23.1
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.1
- 0.18.0
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.1
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.4.0
- 0.3.2
- 0.3.0
- 0.2.0
- 0.1.0
-
User guide
- AI features
- Attachments
- Automations
- Cycles and releases
- Instance settings
- Intake forms and the portal
- Notifications and the inbox
- Personal settings
- Project settings
- Projects
- Reports and dashboards
- Search and the query language
- Start here
- The application window
- The card designer
- The roadmap
- The service desk
- The wiki
- Time logging and the timesheet
- Views
- Work items