feat(command): add command tracker - #70
Conversation
|
please link the extractor PR, @Steel-Foundation/documentation-writers short message if you merge |
DarkMrMelther
left a comment
There was a problem hiding this comment.
It works and looks good, but you need to add the commands to the iterIssues function from ImplementationTracker.tsx in the line 69 (NICE).
Also, I'm not sure if the place for the extracted data for commands is the main repo since it's not used there anyway...?
b67063e to
d5a6261
Compare
d5a6261 to
da10de9
Compare
DarkMrMelther
left a comment
There was a problem hiding this comment.
Seems good, I'll add a comment in the extractor PR and ask about where to locate the new extracted data
I modified the code to use a slightly different regex for commands. This would fix something like |
|
I added the command JSON in the repository. What about now? |
Wait till the other PR is merged 👍 |
Which one? |
I think he meant the Extractor PR for commands. |
|
so we deadlock now... |
Expands the tracker to add support for commands.
This also requires the Extractor PR Steel-Foundation/SteelExtractor#26.