blob: 37d0d271cf3e0ac16b302be05b5bfcafbba382d2 (
plain) (
blame)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
|
PROJ 3: CST 116
Main form of communication:
Jordan Harris-Toovy is inviting you to a scheduled Zoom meeting.
Topic: CST116 Project 3 meeting
Time: Nov 29, 2021 06:00 PM Pacific Time (US and Canada)
Join Zoom Meeting
https://oregontechonline.zoom.us/j/6495417952?pwd=Y1h4TWNRRFRRUDNoajAzZ1RiTFBJQT09
Meeting ID: 649 541 7952
Passcode: 0DzXcC
Join by Skype for Business
https://oregontechonline.zoom.us/skype/6495417952
Or
In Person Meeting
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Meeting: 11/13/2021
Agile Question:
Discuss the projects
Separate general roles and who will do what
The specific roles and functions we will take
Discussed:
-roles
-I take the matrix operation functions
-github setup
Next meeting: 11/15/2021
--------------------------------------------------------
11/15/2021
Agile Questions(Meeting through Zoom and Email):
Discuss basic details of project 5
We will be dividing the work/functions and possibly setting up the github
What functions will be assigned to each person and whether the github will be resolved today
Issues:
Internet connection so we switched to email.
Discussed:
-How to fix github issue
-How files will populated on github (.cpp and .h)
-time of next meeting
-------------------------------------------------------------------------------------------------------------------------------------
Due to circumstances, was not able to make it to class in the 17th and meeting was not able to happen due to that
------------------------------------------------------------------------------
Meeting 11/20/2021
Agile Question(meeting):
Discuss with my partner the development of the function and main
Partial code for the addition function has been completed and github fix
The algorithm for the rest of the code.
Discussed:
Everything in the agile questions and github finally fixed
---------------------------------------------------------------------------------
Communication Gap due to Holidays (My end) although we did eventually get in touch.
----------------------------------------------------------------------------------
11/27/2021
Agile Questions:
discuss general updates
What the other needs from one
Integration issues
What we discussed:
-updates
-Use floats as data type
-Automatically adjust scale of the array
-Possible to code to help with input function if time permits:
#include <limits>
cin.clear(); //Clear failure condition flag
cin.ignore(numeric_limits<streamsize>::max(), '\n'); //Clears until next \n
----------------------------------------------------------------------------------------------------------------------------
12/1/2021
Agile Questions(Meeting through zoom):
Discuss general updates on how the progress is coming along
Ask each other if they need something from the other in terms of integration
Exact date of completion
Discussed:
-general updates
-----------------------------------------------------------------------------------------------------------------------------
12/4/2021
Agile Questions(Meeting communication):
Discuss Updates
All my function completed besides multiplication due to a bug in the code
Will it integrate into main on my partners side
Discussed:
-Completion of two function
-Let him know functions have been completed
-----------------------------------------------------------------------------------------------------------------------------
12/6/2021
4:16 PM
Agile Questions(Meeting through email):
Updates for my partner
Last function fixed, tested, and uploaded to github
Checking if any last minute items are needed.
What we discussed:
-Issues fixed
-remaining items that need to be checked off
----- uploading logs and agile questions document
----- final testing including the debugged multiplication function.
Part of our conversation for example:
“Coincidentally, I just uploaded the function to GitHub a few seconds before I saw this email.
I don't know what the issue was.... I rewrote the same code and it worked for some reason.”
-----------------------------------------------------------------------------------------------------------------------------
12/7/2021
Agile Questions(Meeting through Email):
Recheck to make sure all code and documents have been integrated and finalized
Need to email my partner to make sure everything worked out on his end and need to check my documents are all in order and organized.
Not 100% certain if everything was integrated properly on his end like it was on mine
discussed:
-Testing complete
-All items completed
----------------------------------------------------------------------------------------------------------------------------------
12/8/2021
LAST UPDATE:
Testing complete and everything is comptaible and is working
|