Ebaneck / Epita-Java-Project

Introduction to java course project
0 stars 1 forks source link

enhance the introduction of the application with current information inthe database #5

Open Ebaneck opened 6 years ago

Ebaneck commented 6 years ago

Add a view option to list all what is contained within the database to the user upon launching the application. this gives light on the possible interactions and operation that the user can perform.

@Donabay I will need help from you on how to present this information to users. This is my suggestion:

  1. should we add just a select option to view all this information or what were you thinking of implementing for this enhancement.
Ebaneck commented 6 years ago

this is what i have done for this enhancement. i added a list option on the introductory screen such that the user can list and show all the information currently available within the database.

hj
Donabay commented 6 years ago

Yeah this is what i wanted. I was thinking of adding a search option which will allow the user to search for a specific identify before performing any action on it. What do you think?