Anish

From Spartacats
Revision as of 22:40, 22 April 2013 by Anish (talk | contribs)

Jump to: navigation, search

Week 2

Goals

  • Understand server-side logic and client-side interactions
  • Investigate and determine best logging method
  • Implement logging functionality

Accomplished

  • Better understanding of server logic and requirements (definitely more known unknowns)
  • Logging:
    • Visual Studio built in logging investigation - better for build, not run-time
    • Standard C++ printing using cerr sent to log file - messy, no levels, hard to disable
    • Liblogger library is 3rd party logging library with ability to log to console, file, and server - levels, clean, group capabilities

Failed

  • Have not implemented logging - problem with including it with our project in VS (Have contacted developer and waiting for response)
  • Fallen behind on recent server-side implementations

Next weeks goals

  • Don't know yet

Morale

  • Things are getting complicated fast and have to work harder to keep up, but good progress is being made

Week 3

Goals

  • Implement logging functionality
  • Provide team STRAIGHT FORWARD logging instructions

Accomplished

  • Got liblogger up and running within our project
    • Edited necessary files to fit our project
    • Required working with dev to fix VS2012 issues
  • Wiki page on how to use logging tool

Failed

  • To do more :(

Next weeks goals

  • Don't know yet

Morale

  • Not well - MS Comprehensive Exam Saturday eating up all my time

Week 4

TBD

Week 5

TBD

Week 6

TBD

Week 7

TBD

Week 8

TBD

Week 9

TBD

Week 10

TBD