reward points without a task #816
Replies: 1 comment
|
Both of these already exist, and the fact that you couldn't find them is a docs problem, not a you problem. Ad-hoc points without a task. On the Rewards page the floating action button is "Grant bonus" (admin only). It asks for a member, a signed point value and an optional reason. The field takes negatives: "A positive value credits, a negative value deducts." So the same dialog covers both of your cases - awarding for good behaviour and correcting a mistake. The ledger records it as Refunding a reward that can't happen. This one is already automatic, you don't need a manual correction for it. When a redemption is rejected (admin) or cancelled (admin, or the member who requested it), the reserved points are posted straight back as a Both have been in since v0.93.0 (2026-07-04), backend and UI in the same release. One caveat in case the dialog looks empty when you open it: it only lists members who are enrolled in the reward system, and the endpoint is admin-only. I'd rather not close this as "already works", because your report does show something real: neither of these is findable without going looking for it. I'm carrying that over to #799 (user documentation). |
Uh oh!
There was an error while loading. Please reload this page.
It would be useful to directly assign points to a user without it being linked to a task.
Use cases could be
All reactions