quintel / mechanical_turk

Automatic tester for etengine
1 stars 0 forks source link

Storage should get more specs #88

Open RobTerwel opened 8 years ago

RobTerwel commented 8 years ago

Post-deploy, continuation of #84 and #87.

This probably requires adjustments in the converter API, particularly in attributes.rb . By adding a :flexibility_order_position attribute, we can create a flexibility_order gquery which mech_turk can then ask for.

More relevant tests to be added!

ChaelKruip commented 8 years ago
RobTerwel commented 8 years ago

Putting this on hold as this requires (even) further development of the mechanical turk.

Even if the flexibility_order_position can be queried, that doesn't mean that we can set it. The tests listed above requires us to be able to change the flexibility order within the mechanical turk. Since the input of this order is not a classic input statement but a table in ETModel which is manipulated by the user, we cannot simply change it in the way we usually do. That should be done first before these tests can be implemented.

ChaelKruip commented 8 years ago

:+1: