zsk612 / pe

0 stars 0 forks source link

Cannot add gate after 2 levels #3

Open zsk612 opened 3 years ago

zsk612 commented 3 years ago

In boolean template, the user cannot add more gates from the third level onwards. However, it occurs to me that in many circuits, gates with only two levels of complexity are not enough to handle many problems. Would you consider enable more levels of gates in the future to maximise user experience?

image.png

nus-pe-bot commented 3 years ago

Team's Response

Just like how a calculator has certain limits to its calculations, we have implemented certain constraints to our application. This has already been mentioned in the UG: Adding a gate.

As for implementing more levels, it can be considered as an enhancement for future versions. However at the current level of implementation, the user experience is not hindered and it is not a major issue. Despite having a certain limit to calculations, the application is still reasonably useful.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: I believe that limiting the level of logic gates to only 2 levels makes the application not that handy. Just like a calculator that only handles athrimatics of numbers within 100, an application that only supports up to 2 levels of logic gate calculation might be a little bit meanlingless.