sammytrhodes / ExamHelper

This application will aid teachers in creating exams for their classes.
0 stars 1 forks source link

Logout #10

Closed ericghaly closed 7 years ago

ericghaly commented 7 years ago

Related Epic: Logout Description: Logout Done Means: The user can logout and nobody can view their questions.

ghost commented 7 years ago

Added logout buttons onto fxml windows with every window necessary. (3hrs)

ghost commented 7 years ago

Logout feature emulates code for Login, but returns false when user needs to exit. Code is not used for project but can still function without it. (2 hrs.)

ghost commented 7 years ago

This does work, but our team decided not to implement this into the final project since there would be time constraints involved. We needed a system that would work seamlessly and we gave priority towards working with Java FX, SQLite, interface functionality, etc.