goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[OTHERS] Final project #327

Open brcbrc1 opened 4 years ago

brcbrc1 commented 4 years ago
  1. If professor Calculate, and press B(back),then i should go to professor screen.

And then if i press S(show all records) at this timing, showing records must show the uncalculated values(ex. PERCENTAGE=0, GRADE= empty) because it is before the timing of calculation(because of B).

  1. If professor Calculate, and press M(main) and press P, then i should go to professorscreen.

And then if i press S(show all records) at this timing, showing records must show the calculated values(ex. PERCENTAGE=Calculated value, GRADE=Calculated value) because it is after the timing of calculation(because of M).

This is how I understood. Am I right? thank you

goldshakil commented 4 years ago

You are wrong am sorry. You just have to go back to the previous screen it is not like a " history of actions ".

Back is simply going back to the previous screen. If the scores are calculated then if you go back directly and show records it should show the updated scores too.

Do not over complicate the project please.