-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevlog.txt
144 lines (100 loc) · 4.02 KB
/
devlog.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
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
margieC, adityaA, suhanaK, stellaY -- 2024-11-26 11:46
Discussed project roles, APIs, and possible routes
Created design doc and added discussion notes
adityaA -- 2024-11-26 23:47
Added explanation of how each component relates to the others and component map visualizing relationships between components in design doc
Requested card for coinflip API
stellaY -- 2024-11-27 00:14
Expanded on database organization in design doc
Requested rpgdiceroller API
margieC -- 2024-11-27 9:23
Explained functionalities of each HTML page
Added redirections between each page
suhanaK -- 2024-11-27 9:23
Added site map
Explained our chosen FEF and its purpose in our project
adityaA -- 2024-12-02 22:22
Digitized site map, reviewed site map to ensure connections are valid and not designated for change
suhanaK -- 2024-12-03 8:30
Explained use of APIs and Tailwind as Front End Framework
Improved flow of components
margieC -- 2024-12-03 9:26
Updated README.md with heading, roster, project summary, and guides
Expanded on our API usage and the quotas for each
Added tables to illustrate the tables in our database
margieC, adityaA, suhanaK -- 2024-12-03 11:47
Discussed uses of API and vision for the project (e.g the type of games)
adityaA -- 2024-12-03 11:47
Created directory and readme for keys, added design doc pdf, added information for coin flip api
stellaY -- 2024-12-04 03:22
Updated README.md
margieC, adityaA, stellaY -- 2024-12-04 11:47
Discussed further on the idea of currency v.s points and its implementation
Potential usage of another API to create d aily logins for rewards
adityaA -- 2024-12-04 11:47
Checked placement of requirements.txt info and activate virtual environment info, reviewed install guide and launch codes, started planning python
margieC -- 2024-12-05 9:25
Updated README.md, fixed information in guides
Added note for optional venv if user know their system well
stellaY -- 2024-12-05 11:47
add build_db and methods to db.py
adityaA -- 2024-12-05 11:47
Added requirements.txt, worked on python/flask
margieC -- 2024-12-05 11:47
Added API keys + fundamentals for a running app
adityaA -- 2024-12-06 11:47
Continued to work on python/flask functionalities
suhanaK -- 2024-12-06 11:47
Worked on login, logout and home pages
stellaY -- 2024-12-06 11:47
Add getHiscores and getUserHiScores to db.py, fix bugs in db code
stellaY -- 2024-12-09 1:54
Added db code to main
margieC -- 2024-12-09 9:14
Added try except for key mechanisms
suhanaK -- 2024-12-09 11:47
Planning out and reading links for FEF
adityaA -- 2024-12-09 11:47
Added blackjack flask code
adityaA -- 2024-12-10 11:47
Worked on flask
suhanaK -- 2024-12-10 11:47
worked on blackjack html
stellaY -- 2024-12-10 11:47
Debugged SQL code
margieC -- 2024-12-10 11:47
Worked on blackjack API implementation
suhanak -- 2024-12-10 11:47
changed homepage and blackjack html, waiting on blackjack py to complete before adding more features
adityaA -- 2024-12-11 11:47
Changed pathway from login to register; worked on flask
stellaY -- 2024-12-11 11:47
debugged SQL code
margieC -- 2024-12-11 11:47
continuing to code blackjack
adityaA -- 2024-12-12 11:47
Worked on flask, discussed with teammates
stellaY -- 2024-12-12 11:47
Discussed database implementiation, debugged
adityaA -- 2024-12-13 11:47
Continued to work on flask
margieC -- 2024-12-13 11:47
Worked on adding dealer functions to blackjack
margieC -- 2024-12-13 4:30
Finished dealer functions + turn base
stellaY -- 2024-12-16 11:47
Debugged db code, assisted with flask debugging.
suhanaK -- 2024-12-16 11:47
worked on blackjack html
adityaA -- 2024-12-16 11:47
Fixed init, blackjack,db
margieC -- 2024-12-16 11:47
Finished basic blackjack
margieC -- 2024-12-17 2:24
Added more blackjack functions and worked on blackjack.html
suhanaK -- 2024-12-17 3:30
finished all the html
margieC -- 2024-12-17 9:20
updated design doc
explained functions of game files
changed score table to currency table