Changes

Jump to: navigation, search

Team B - OOP344 20133

3,875 bytes added, 14:15, 14 December 2013
Master Branch Status
{| class="wikitable sortable" border="3" cellpadding="5" style="text-align:center; border-color: black; background-color: #AAAADD; margin:20px; border-collapse:collapse;"
|+
<h1 style="font-weight:900;margin-top:20px;"><span style="font-style:italic;font-size:20px;font-weight:900;color: #990000;text-shadow: 2px 1px 0px #111, 3px 2px 0px#777;"><FONT COLOR="#FF0000">T</FONT><FONT COLOR="#FF8000">e</FONT><FONT COLOR="#FFff00">a</FONT><FONT COLOR="#7Fff00">m</FONT><FONT COLOR="#00ff00"> </FONT><FONT COLOR="#00ff80">B</FONT><FONT COLOR="#00ffff">:</FONT><FONT COLOR="#0080ff"> </FONT><FONT COLOR="#0000ff">B</FONT><FONT COLOR="#7F00ff">D</FONT><FONT COLOR="#FF00ff">O</FONT><FONT COLOR="#FF0080">T</FONT></span></h1> 
<!--<h2>Team B: "BDOT"</h2>-->
! First Name !! Last Name !! Section !! Seneca Id !! wiki id !! IRC nick !! Blog URL
|[[User:Adam Sharpe | <FONT COLOR="#FF5400">A</FONT><FONT COLOR="#00ffff">d</FONT><FONT COLOR="#FF7000">a</FONT><FONT COLOR="#7F00ff">m</FONT> Adam ]]|| Sharpe || B || [mailto:ansharpe@myseneca.ca?subject=oop344 ansharpe] || [[Special:Contributions/Adam Sharpe | Adam Nicholas Sharpe]] || AdamSharpe || [http://adamsharpe8.blogspot.ca/ Object Oriented Programming Stuff]
|-
=== Master Branch Status ===
<big>
<span style="font-size: 20px;color:green;font-weight:900;">FREEHEEHAW!!! HEEHAW!!! HEEHAW!!! HEEHAW!!! HEEHAW!!! HEEHAW!!! </span>
</big>
== Tasks ==
===[http://zenit.senecac.on.ca/wiki/index.php/The_Application_-_OOP344_20133 The Application]===<i>Mandatory</i># <u>'''Browse Record'''</u>#* Members: Whole Team#* Task: Code browse record functionality#* To be completed by: Saturday, 12:00, 2013/12/14#* Status: <span style="color:green;font-weight:900">Done</span><br/><br/># <u>'''Edit Record'''</u>#* Members: Whole Team#* Task: Code edit record functionality#* To be completed by: Saturday, 12:00, 2013/12/14#* Status: <span style="color:green;font-weight:900">Done</span><br/><br/># <u>'''Add Record'''</u>#* Members: Benson and Adam#* Task: Code add record functionality#* To be completed by: Saturday, 12:00, 2013/12/14#* Status: <span style="color:green;font-weight:900">Done</span><br/><br/> ===[http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.4_-_OOP344 Release 0.4]===# <u>'''Prototyping'''</u>#* Member: Benson Wong#* Task: Create prototypes and empty definitions for all classes#* To be completed by: November 14, 23:59#* Status: <span style="color:green;font-weight:900">Complete</span><br/><br/># <u>'''CButton'''</u>#* Member: Arlene Lee#* Task: Code cbutton.h and cbutton.cpp#* To be completed by: November 21, 23:59#* Status: <span style="color:green;font-weight:900">Complete</span><br/><br/># <u>'''CValEdit'''</u>#* Member: Adam Sharpe#* Task: Code cvaledit.h and cvaledit.cpp#* To be completed by: November 21, 23:59#* Status: <span style="color:green;font-weight:900">Complete</span><br/><br/># <u>'''CCheckMark'''</u>#* Member: Benson Wong#* Task: Code ccheckmark.h and ccheckmark.cpp#* To be completed by: November 21, 23:59#* Status: <span style="color:green;font-weight:900">Complete</span><br/><br/># <u>'''CMenuItem'''</u>#* Member: Ragu Sivanandha#* Task: Code cmenuitem.h and cmenuitem.cpp#* To be completed by: November 21, 23:59#* Status: <span style="color:green;font-weight:900">Complete</span><br/><br/> ===[http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.3_-_OOP344 Release 0.3 ] is due Nov 4th, 23:59===
# <u>'''Prototyping - 16%'''</u>
#* Member: Adam Sharpe
#* Details: Improving code efficiency, implement short circuit evaluation (for Fardad), and testing for bugs<br/><br/>
===[http://zenit.senecac.on.ca/wiki/index.php/CIO_20133_Release_0.2_-_OOP344 Release 0.2 ] is due October 20th, 23:59===
# Organize and complete team page - <span style="color:green;font-weight:900">Complete</span>
== Meetings ==
====December 14, 2013 - Skype====
* Last and final meeting online over Skype, finished all mandatory tasks, although final task will be to attempt to finish the optional features by deadline. The team's application has been checked on multiple platforms and is running error free so far. Will continue to beautify code as best we can as well.
 
====December 13, 2013 - Skype====
* Completing mandatory tasks for the application, will move on to the optional features such as search and delete, but only after we have accomplished our primary tasks, i.e. add a record, browse, and edit
 
====December 6, 2013 - Skype====
* Experienced some issues with file masks, and discussed ways to improve code for overall readability and attempts would be made to improve efficiency
 
====December 4, 2013 - Skype====
* Discussed which areas of functionality to focus on, attempting to plan out majority of work before exam week
 
====December 3, 2013 - Skype====
* Discussed overall outline of the application, as well as coding some of the mandatory functions. Also discussed about the use of vectors for book database
 
====December 1, 2013 - Skype====
* Discussion about the final application and how we should approach it
 
====November 13, 2013 - Media Pod 4====
* Went over release 0.4 as a team over Skype and in the study room, will decide specific member roles and deadlines to finish each task on Monday, November 18, 2013
 
====October 29, 2013 - Media Pod 4====
* Finished up release 0.3
* Use the class name for the name of the file but make sure it is all '''''lowercase'''''.
*: For example '''CFrame''' class should have '''cframe.h''' and '''cframe.cpp''' files for its implementation.
* Avoid placing using directives and declarations in header files, as this might lead to namespace conflicts since we do not know in which order a header file will be included within any other file (source: Chris Szalwinski, BTP300 readings on namespace design considerations)
 
== Project Marking Percentage ==
<big>

Navigation menu