-
Notifications
You must be signed in to change notification settings - Fork 0
/
devlog.txt
139 lines (101 loc) · 5.25 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dah_its_rewind_time
bill ni
robin han
simon tsui
vincent chi
pd 8
---------------------
______ ______ __ __ __ ______ _______
/_____/\ /_____/\ /_/\ /_/\ /_/\ /_____/\ /______/\
\:::_ \ \\::::_\/_\:\ \\ \ \\:\ \ \:::_ \ \\::::__\/__
\:\ \ \ \\:\/___/\\:\ \\ \ \\:\ \ \:\ \ \ \\:\ /____/\
\:\ \ \ \\::___\/_\:\_/.:\ \\:\ \____\:\ \ \ \\:\\_ _\/
\:\/.:| |\:\____/\\ ..::/ / \:\/___/\\:\_\ \ \\:\_\ \ \
\____/_/ \_____\/ \___/_( \_____\/ \_____\/ \_____\/
==============================================================
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
vincentC -- 14:00 010719
--------------------------------------------------------------
Successful creation of Deck of Cards API into the Soft Dev knowledge base.
==============================================================
robinH -- 16:23 010719
--------------------------------------------------------------
Successful creation of Deck of Cards API into the Soft Dev knowledge base.
==============================================================
vincentC -- 20:00 010819
--------------------------------------------------------------
Used backbone HTML from Robin Han and made it run.
Repurposed names for this project.
==============================================================
billN -- 22:00 010819
--------------------------------------------------------------
Finished database setup. Wrote most of python database code in util.
==============================================================
billN -- 13:00 010919
--------------------------------------------------------------
Finished database code. Updated README.
==============================================================
billN -- 15:00 010919
--------------------------------------------------------------
Updated repo design doc.
==============================================================
simonT -- 13:58 010919
--------------------------------------------------------------
API calls successfully written.
==============================================================
robinH -- 22:10 010919
--------------------------------------------------------------
Coded all Poker hand checking logic in javascript. Did not test yet.
==============================================================
billN -- 22:20 011019
--------------------------------------------------------------
Fixed login/register bugs with database from commit 3c37177
==============================================================
vincentC -- 22:25 011019
--------------------------------------------------------------
Worked in unison with Bill Ni.
Login and Register now works.
==============================================================
billN -- 22:00 011119
--------------------------------------------------------------
Added profile page to display match history, account information.
Added change password functionality.
Added alerts to login and change password page.
==============================================================
robinH -- 4:05 011319
--------------------------------------------------------------
Used AI Code found online and completed the java logic and player game. Now player is able to play poker with bots. Some bugs may
exist, not enough testing.
==============================================================
robinH -- 02:05 011419
--------------------------------------------------------------
Fixed bugs regarding the game freezing from playing with 1 or 2 bots and fixed NaN errors from bots going all in. Restructered code to make more organized.
==============================================================
robinH -- 00:59 011519
--------------------------------------------------------------
Used Ajax to pass data from Javascript to Python. Now, after a game ends the number of chips a player gained or lost is updated to the player's total number of chips which is stored in the database.
==============================================================
robinH -- 19:31 011619
--------------------------------------------------------------
Reformatted main game in CSS by centering it and moving text box to the bottom of the table.
==============================================================
robinH -- 23:32 011619
--------------------------------------------------------------
Fixed issues such as a new page redirrection when a game is won and fixed formatting for the end game result. Polished more CSS to make the login page and homescreen for logged in user more pleasing to look at.
==============================================================
robinH -- 00:33 011719
--------------------------------------------------------------
Made final minor bug fixes and finalized design of the webpages. Changed colors to fit the overall look of our webpage. Should be finalized.
==============================================================
vincentC -- 19:00 011719
--------------------------------------------------------------
Cleaned up code:
Deleted unnecessary code.
Added personalizing and explanatory comments.
Login and register front end polished.
==============================================================
fristL -- TIMESTAMP
--------------------------------------------------------------
<Thing fristL did.>
==============================================================