crazcarl / gridironguessinggame

0 stars 1 forks source link

Logging #21

Closed crazcarl closed 10 years ago

crazcarl commented 10 years ago

Create a db with logging for when users:

crazcarl commented 10 years ago

https://developers.google.com/appengine/articles/logginghttps://developers.google.com/appengine/articles/logging

crazcarl commented 10 years ago

Just wrote a basic DB entry for logs:

  1. Make picks
  2. Log In
  3. Log out (explicitly)
  4. Change email
  5. Change pw
  6. Reset PW
  7. Sign Up

Will monitor to see if more is necessary or if this isn't working great.