Modernize monster node to three-layer architecture #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Monster node uses old-style structure (
dependencies/monster/instead ofsrc/). Should be refactored to match all other nodes.Tasks:
dependencies/monster/monster_class.js→src/specificClass.jssrc/nodeClass.jsadapter (extract frommonster.js)monster.jsto standard wrapper patternmonsterConfig.json→generalFunctions/src/configs/monster.jsonmodelLoader.js(TF dependency removed)Note: monster_class.js is ~500 lines of domain logic. Keep sampling_program(), aggregation, AQUON integration intact.