Feature/248 refactor project structure#262
Conversation
Sigrid maintainability feedback✅ You wrote maintainable code and achieved your Sigrid objective of 1.0 stars Show detailsSigrid compared your code against the baseline of 2024-11-22. 👍 What went well?
👎 What could be better?
📚 Remaining technical debt
View this system in Sigrid** to explore your technical debt ⭐️ Sigrid ratings
Did you find this feedback helpful?We would like to know your thoughts to make Sigrid better. |
27aff16 to
08f70ae
Compare
|
Reporting docs will be updated in #235 |
lucamrgs
left a comment
There was a problem hiding this comment.
Looks really nice to me, thanks for this!
I have just pointed out one small typo in the docs, and a suggestion to move integration/thehive/reporter/ids_map.go to integration/thehive/common
|
|
||
| ### Controller | ||
| The SOARCA controller will create all classed needed by SOARCA. The controller glues the endpoints and decomposer together. Each run will instantiate a new decomposer. | ||
| The SOARCA controller will create all classed needed by SOARCA. The controller glues the api and decomposer together. Each run will instantiate a new decomposer. |
There was a problem hiding this comment.
typo: ...will create all classeS
There was a problem hiding this comment.
I think this could go in the "common" directory, since probably a manual step implementation would also use the ids map
There was a problem hiding this comment.
I think so too but I don't want to change the code at this point
No description provided.