Roblox / Roblox/rodux

Expose store `ACTION_LOG_LENGTH` as a user-settable param, and add a `:clearLog` method to the store

Open
#62 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.