katherinefernandes / ProjectAOOSD

Project for a DTU course.
0 stars 0 forks source link

UserInterface #28

Open munz11 opened 4 years ago

munz11 commented 4 years ago

for the moment the user interface will be basic text form. print out menus to interact with clients or logistic company . Get input by the user and then display the information returned by the logistic company or the current client

so collaborate with CurrentClient, LogisticCompany and the LoginPage

mandatory methods: ConfirmUser PrintMenu Menus GetInput PrintDisplay

pterodactella commented 4 years ago

we have two user interface issues btw :)

pterodactella commented 4 years ago

The confirm user is an unnecessary method as you can not load the menu without having a valid user input because it's connected to the Login Page

pterodactella commented 4 years ago

I think the methods used here aren't very accurate and I changed them a bit around please see the code