-
Notifications
You must be signed in to change notification settings - Fork 1
/
Iteration1 - readme.txt
executable file
·54 lines (22 loc) · 1.39 KB
/
Iteration1 - readme.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
This is the first iteration of the term projectfor SYSC 2101. This projects name is the Multi-user ACtion Tracking System or MATS.
Included in this submission are:
User stories: Explaintions of application operations, user interation with the tool and the creation of tasks and subprojects.
UML Diagrams: UML class and sequence diagrams, showing the class relationships and the order of invocation of the methods.
Variables and Method Signatures: A listing of all the class varaibles and class method signatures for every class descriped in the UML class diagram.
Documentation of all the class variables and methods
Descriptions of the choice of data structures and their functionality
Project Authors:
Brian O'Connor
Eugene Lee
Apurva Saini
Rajkumar Parameswaran
Since this is the first iteration of the project, everything in this iteration is new material. The new materials take into account the programming design
principles tauaght in SYSC 2101.
Known Issues:
How does a task know who is trying to modify it?
Should a chat system be implemented and how?
Should State be its own class?
Should application be a multi-user system?
Since the application is based on the MVC design, we feel that we still don't have a view.
Roadmap Ahead:
We plan to implement a GUI(view), JUnit testing, finish implementing methods and finish putting overall concept together