[Feature Request] Record User that Modifies Entry
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 3.6k
- Forks
- 705
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 134
Description
Currently there are dateDeleted, dateUpdated and dateCreated fields in the elements table but not deletedById updatedById and createdById fields. It would be nice to be able to see who is doing these actions and not just when. This seems like something that belongs at a core level rather than having to manage this with a plugin.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the elements table and the existing dateDeleted, dateUpdated, and dateCreated fields described in the issue. Trace how core element changes record these timestamps and how the acting user is available. Done means the core design and behavior for deletedById, updatedById, and createdById are defined and covered across the relevant actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100