#2930 - Activities would better consider validation status
| Identifier | #2930 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Activities would better consider validation status |
| Status | Completed |
| Tags |
Non-bundled addon: Activities (custom) |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | The current design is the activity feed works like a log.
The preferred design is the activity feed respects the moderation objectives of the site owner. |
| Steps to reproduce | |
| Additional information | To solve this we can either:
1) Make activities only write out when validation is set, by making the code more complex, tracking all this carefully. Probably this is unrealistic, it would be messy code. 2) Making the activity feed display code check validation status of content. This is unrealistic because it can't link back to content type currently. 3) Having validation status copied into the activity feed when content add/edit happens. I think '3' is the preferred option. When doing an edit we'd have to add a call like... amend_activity_log_validation('ADD_VIDEO', array('a_label_2' => strval($id)), $validated); This isn't ideal though, because it would be nice if we really did have a way to link from activity log to content for other reasons. If we implemented this we could just do: amend_activity_log_validation('video', strval($id), $validated); |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments