kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

[FEATURE] Explore possibilities of a splash screen to fix auto sign-in flash #259

Closed lukethompsxn closed 5 years ago

lukethompsxn commented 5 years ago

Description Issue #109 allows to user to automatically be signed in if they have their log-in credentials saved. The implementation of this functionality has resulted in a "flash" of the login screen before the system signs the user in and re-directs to the home screen. Ideally, we would have a seamless startup. If we were to have a splash screen which was displayed (as with many other applications) while the system was initializing and determining whether it can auto log-in, then it would solve this problem.

Acceptance criteria Upon startup, the splash screen is displayed.

Pointers / Solutions I expect there will be some support for this as part of the framework so it would probably be best to investigate this before trying to implement it fully from scratch.

Related issues Auto sign-in was issue #109

rmberriman commented 5 years ago

Approved - would be a much smoother transition.

joel-clarke commented 5 years ago

Sounds like a good idea, approved.

AbhinavBehal commented 5 years ago

Approved, good idea