Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4498)

Issue 7235069: Adding Tic-Tac-Toe sample application. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by dhermes
Modified:
11 years, 2 months ago
Reviewers:
danielholevoet
Visibility:
Public.

Description

Adding Tic-Tac-Toe sample application.

Patch Set 1 #

Patch Set 2 : Changing main page template so it doesn't really on the currently running app. #

Total comments: 6

Patch Set 3 : Indent only change in move towards PEP8. #

Patch Set 4 : Method rename only change in move towards PEP8. #

Patch Set 5 : Removing score get method, changing message class names to use ScoresList and removing gsession fro… #

Patch Set 6 : Added copyright, some docstrings and removed player from payloads since all requests require a sign… #

Patch Set 7 : Finished adding docstrings; finished PEP8 compliance. #

Total comments: 5

Patch Set 8 : Fixing Apache in css and some docstrings in models. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+868 lines, --2 lines) Patch
A app.yaml View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
A favicon.ico View 0 chunks +-1 lines, --1 lines 0 comments Download
A index.yaml View 1 chunk +12 lines, -0 lines 0 comments Download
A models.py View 1 2 3 4 5 6 7 1 chunk +106 lines, -0 lines 0 comments Download
A static/css/base.css View 1 2 3 4 5 6 7 1 chunk +131 lines, -0 lines 0 comments Download
A static/images/caution.gif View 0 chunks +-1 lines, --1 lines 0 comments Download
A static/js/base.js View 1 2 3 4 1 chunk +365 lines, -0 lines 0 comments Download
A templates/tictactoe.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A tictactoe_api.py View 1 2 3 4 5 1 chunk +125 lines, -0 lines 0 comments Download
A tictactoe_api_messages.py View 1 2 3 4 5 6 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 14
dhermes
11 years, 2 months ago (2013-01-31 00:48:31 UTC) #1
dhermes
Changing main page template so it doesn't really on the currently running app.
11 years, 2 months ago (2013-01-31 00:52:40 UTC) #2
dhermes
I meant to say "rely" not "really" in the patch comment.
11 years, 2 months ago (2013-01-31 00:53:27 UTC) #3
dhermes
Indent only change in move towards PEP8.
11 years, 2 months ago (2013-01-31 01:09:38 UTC) #4
danielholevoet
https://codereview.appspot.com/7235069/diff/1011/static/js/base.js File static/js/base.js (right): https://codereview.appspot.com/7235069/diff/1011/static/js/base.js#newcode41 static/js/base.js:41: google.devrel.samples.ttt.RESPONSE_TYPE = 'token id_token gsession'; We can remove gsession. ...
11 years, 2 months ago (2013-01-31 01:11:15 UTC) #5
dhermes
Method rename only change in move towards PEP8.
11 years, 2 months ago (2013-01-31 01:19:15 UTC) #6
dhermes
Removing score get method, changing message class names to use ScoresList and removing gsession from ...
11 years, 2 months ago (2013-01-31 01:25:54 UTC) #7
dhermes
https://codereview.appspot.com/7235069/diff/1011/static/js/base.js File static/js/base.js (right): https://codereview.appspot.com/7235069/diff/1011/static/js/base.js#newcode41 static/js/base.js:41: google.devrel.samples.ttt.RESPONSE_TYPE = 'token id_token gsession'; On 2013/01/31 01:11:15, danielholevoet ...
11 years, 2 months ago (2013-01-31 01:26:15 UTC) #8
dhermes
Added copyright, some docstrings and removed player from payloads since all requests require a signed ...
11 years, 2 months ago (2013-01-31 01:41:58 UTC) #9
dhermes
Finished adding docstrings; finished PEP8 compliance.
11 years, 2 months ago (2013-01-31 01:55:38 UTC) #10
danielholevoet
https://codereview.appspot.com/7235069/diff/6023/models.py File models.py (right): https://codereview.appspot.com/7235069/diff/6023/models.py#newcode53 models.py:53: """Model to store scores that have been instered by ...
11 years, 2 months ago (2013-01-31 22:53:29 UTC) #11
dhermes
Fixing Apache in css and some docstrings in models.
11 years, 2 months ago (2013-01-31 23:06:49 UTC) #12
danielholevoet
LGTM
11 years, 2 months ago (2013-01-31 23:08:52 UTC) #13
dhermes
11 years, 2 months ago (2013-01-31 23:15:18 UTC) #14
Committed in
https://github.com/dhermes/appengine-endpoints-tictactoe-python/commit/36d139...

https://codereview.appspot.com/7235069/diff/6023/models.py
File models.py (right):

https://codereview.appspot.com/7235069/diff/6023/models.py#newcode53
models.py:53: """Model to store scores that have been instered by users.
On 2013/01/31 22:53:30, danielholevoet wrote:
> inserted

Done.

https://codereview.appspot.com/7235069/diff/6023/models.py#newcode68
models.py:68: """Turns the Score entity into a ProtoRPC object
On 2013/01/31 22:53:30, danielholevoet wrote:
> missing period

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b