Jan-Sandr / Grafer

2 stars 1 forks source link

[App] Rework EquationInput #213

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

After a discussion, it was decided to rework EquationInput.cs to accept full equation input like: y = 2x or aₙ = 2n + 1 But user wouldn't have to write left side of equation. Class should be able to determine a type of equation a then automatically fill the left side. Don´t forget to add new checks about the input possibilities and also new error messages corresponding to specific problem. Also try to thing about new properties LeftSide and RightSide because then won't be needed to adjust EquationCheck.cs so much.

To do: