DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
blocked
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
JavaScriptFamiliarity with lodash methods
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
The issue requests removal of lodash from frontend dependencies, replacing usages with native JavaScript. There is one assignee, indicating ongoing work. To contribute, first check the assignee's status. Then, search the frontend directory (likely 'frontend/src') for all imports and uses of lodash functions. For each, identify a native JS equivalent (e.g., Array.map instead of .map). Ensure to test changes thoroughly and update any affected tests. The issue is clear but requires careful handling across multiple files.