Add commands for analyzing practice exercises and their prerequisites
- Dominant language
- Nim
- Stars
- 23
- Forks
- 17
- Avg merge
- 13h 57m
- Merged PRs (30d)
- 1
Description
To be able to add and change `prerequisites` and `practices` to practice exercises efficiently, it would be very helpful to have tools that do the following tasks:
- print all concepts that aren't required by any exercise, aren't practiced by any exercise, and maybe the difference between those two lists (concepts that are required, but aren't practiced)
- for a given concept, print all exercises that require it, that practice it, and maybe the difference between those two lists (exercises that require the concept, but don't practice it)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating configlet's command entry points and the data structures for exercise prerequisites and practices. Define commands for concept-level and exercise-level reports, including the requested differences, then verify the output against representative practice exercises and concepts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nim
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100