kinu-garage / nton_matching

Apache License 2.0
0 stars 0 forks source link

GJ: In the input data (master file, parameters), there's no distinction b/w "leader" and "committee" #21

Open 130s opened 2 weeks ago

130s commented 2 weeks ago

In the input data v.0.1 is expecting, "leader" and "committee" are 2 different input sets of data. But after knowing the workflow better, that distinction is found to not exist in the input data, and yet the output has to provide leader and committee separately.

130s commented 2 weeks ago

Related to the original subject line 'GJ: In the input data (master file, parameters), there's no distinction b/w "leader" and "committee"', there's also no distinction in the input data about the roles/toubans. I.e. in v0.1, one of the execution parameters of this tool is the type of role i.e. tosho/hoken/patrol and the output is specifically only those roles.

But in the real workflow, turned out that parameter should NOT be passed to the execution as "general" players should be assigned to any of 3 roles.

With that in scope, this task may end up needing non-trivial refactoring.