Expose store `ACTION_LOG_LENGTH` as a user-settable param, and add a `:clearLog` method to the store
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 334
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
At times, it is useful to know what actions were successfully applied to a store (e.g. to fire highly specific listeners that correspond to specific actions). At present, however, the action log is very limited and of fixed length.
It would be useful if there was a way to change the log length, and also clear the log if needed.
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 locating the store implementation and the ACTION_LOG_LENGTH definition, then trace how actions are recorded. The work is complete when the log length can be configured by users and the store exposes a clearLog method that removes recorded actions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100