-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathroadmap.txt
35 lines (30 loc) · 1.21 KB
/
roadmap.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
✔️registerForm:
--------I. Make a working registration form (Check if the new details of the user can be inserted into the table)
--------II. Link it to either a file (java I/O) or database.
--------III. Check if the username exists in the DB.
✔️loginForm:
--------I. Working login form (Check if the password is the correct one for the username)
--------II. Link it with the same file/db as the registrationForm.
✔️Additional Features:
--------I. All the forms should have a confirm dialog, whether the user wants to exit the app or not.
--------II. Key shortcuts for buttons.
--------III. Key shortctuts for the menu.
✔️Create a menu
✔️1. Setups
---------------1. Browse setups.
---------------2. Create a new setup.
---------------3. Delete an existing setup.
✔️2. Hardware
---------------1. Check a component.
---------------2. Add new component.
✔️3.About:
---------------1. Fill with information.
✔️4.Help:
---------------2. Add instructions on how to use the program.
✔️Bugtest:
--------I. All buttons, methods, invalid input (parsing).
--------II. Distribute for feedback.
✔️Style the app:
--------I. Backgrounds.
--------II. Custom images.
--------III. Custom icons for labels.