-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
33 lines (28 loc) · 929 Bytes
/
TODO.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
Login and Registration:
- Use Array List to store registration information
- Ask for phone number instead of email during registration
- Login by matching input with Strings in Array List
- Prompt user to upload image if there is no profile picture set after logging in
My Tab:
- Make toggle button
- "is now free / busy" changes according to current slot
- Use buttons for slots to change between free and busy
- Add date
- Add arrow on right side that can navigate up to seven days
- Click image to upload new profile picture
Your Tab:
- Put in five more friends
- Make search bar work
- Make add friend work
- Make sort work
Settings Tab:
- Add team name
- Add credits
- Add event name
- Add date of creation
New Screens:
- Upload / change profile picture
- Six days of slots
- Search results from Search or Add Friend (Arrow on left side that leads back to Your Tab) (Click profile picture to add)
Others:
- Tidy up GUI