-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
59 lines (45 loc) · 2.07 KB
/
ChangeLog.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
///CSC207 Project Phase 2 Changelog///
[ Version 2.0.00 By James. Nov24, 2020 ]
- Status:
Working on mandatory change 5.
- Fixed:
Can set maximum number of people in events when being created.
Changed form of speakers in events into ArrayList<String> So that multi speaker is accepted.
Event example of a Single Speaker Event save file now :
1,1,5,2020-05-03 14:00:00.0,1,hi,Speaker1
<Explanation>
| Room Number Max # of Speakers Max # of Attendees time, length Description Users in it
| 1 1 2 2020-05-03 14:00:00.0 1 hi Speaker1
- Haven't Done:
Availability of setting maximum number of attendees for events.
Checking whether the maximum exceeds capacity of room.
[ Version 2.0.01 By James. Nov24, 2020 ]
- Finished implementing mandatory change 5
Next objective: Tests.
[ Version by Haifeng 2020 ]
- started database
IMPORTANT: please add jdbc to your library. you can download from: https://github.com/xerial/sqlite-jdbc
[ Version 2020.12.1.1521 by James ]
- Deleted previous Javadoc,
- Created Room Manager for event manager
- Fixed time issue in save file
- Deleted useless iterators
[ Version 2020.12.1.2047 by James ]
- Finished major functions for conference selections
- Fixed writing in VIP status
- Fixed writing in Signed up Users
- Removed Exceptions from AddUserToEvent method, separated them to Corresponding Events.
[ Version 2020.12.4.0324 by James ]
- 90% finished message manager
- Most requests are done
- Added Javadoc for most public and protected methods
[ Version 2020.12.11.0326 by James ]
- Theoretically finished everything.
- Javadoc and UMLs completed
- Fixed some bugs
- Completed readme, list of features
- Pending: Explanation in design pattern
[ Version 2020.12.11.0457 by James ]
- Technically finished everything.
- Javadoc and UMLs completed and checked
- Jar of SQLite now inside phase 2 folder