-
Notifications
You must be signed in to change notification settings - Fork 0
Sprint 1 functionnalities
Here will be the description of the functionnalities from the first sprint.
This functionnality makes you able to try our program :)
By clicking Go Register, the window change to the register view. You can click Sign Up when the text fields are filled (passwords have to match, obviously).
Once registered (your password is hashed and only stored in your pc), you are prompted with a popup validating that you've successfully registered. After clicking on Sign In, you're prompted with "My library" window.
After closing "My library" window, you get disconnected.
This functionnality asks you to remember another password 😉
By logging in, your account will try to connect to the local SQLite DB.
When login has complete successfully, the "Login" window disappear and you're prompted with "My library" window.
After closing "My library" window, you get disconnected.
This functionnality keeps infos about the user. (Don't worry for your privacy, it's safe. Check the source code if you don't believe me!)
We store the location of your library. each user has his own location stored.
We also store the location of "login-register" window. This one is not personalized because we don't know who's behind the screen before they're logged.