Changes

Jump to: navigation, search

Team O - OOP344 20133

2,007 bytes added, 14:05, 15 December 2013
no edit summary
== Coding Style and Standards ==
* No Tab Character allowed. (replace tabs with spaces)
* Tab size = 4 spaces
* Each object must have its own type:
<big><syntaxhighlight lang="cpp">
int b;
CDialog D;
</syntaxhighlight></big>
 
*Scope brackets open under statement:
 
<big><syntaxhighlight lang="cpp">
if(heehaw)
{
cout<<"hoohoo"<<endl;
}
</syntaxhighlight></big>
|-
|[[User:Ruslan Yurash|Ruslan]]||Yurash|||C||[mailto:ryurash@myseneca.ca?subject=oop344 ]||[[Special:Contributions/Ruslan Yurash| ]]||rulya || [http://wordpress.com Ruslan's Blog]
 
|-
|[[User:Oleg Bilyi|Oleg]]||Bilyi||С||[mailto:obilyi@myseneca.ca?subject=oop344 obilyi]||[[Special:Contributions/Oleg Bilyi | Oleg Bilyi]]||oleg06011995|| [http://olegbilyi.tumblr.com/ Oleg's Blog]
|}
 
== Tasks ==
<u>Release 0.1</u>
=== Prototyping ===
* being done by Andrey Barkov
* status: Done
 
=== CLabel ===
* Complete CLabel class
* being done by Roman Korostelev
* status: Done
 
=== CDialog ===
* Complete CDialog class
* being done by Andrey Barkov, Ruslan Yurash
* status: Done
=== CLineEdit ===
* Complete CLineEdit class
* being done by Oleg Bilyi
* status: Done
|}<u>Release 0.2</u> === CButton ===* Complete CButton class* being done by Roman Korostelev * status: Done === CValEdit ===* Complete CValEdit class* being done by Oleg Bilyi* status: Done === CMenuItem ===* Complete CMenuItem class* being done by Andrew Barkov* status: Done === CCheckMark ===* Complete CCheckMark class* being done by Ruslan Yurash* status: Done <u>The Application</u>=== Prototyping ===* being done by Ruslan Yurash* status: Done === Filewalker ===* Complete FileWalker class* being done by Roman Korostelev, Andrey Barkov, Oleg Bilyi * status: Done === BookRecord ===* Complete BookRecord class* being done by Oleg Bilyi* status: Done === Interface ===* Complete the AppMain.cpp* being done by Ruslan Yurash* status: Done  == Meetings == <u>Fixed RecordDelete, December 13</u> <br/>Worked on RecordDelete method, almost fixed it. <u>Filewalker bugs, December 12</u> <br/>Worked on couple of bugs in the filewalker class.
== tasks ===== task name ===* task description* being done by team member name <u>Filewalker Functionality, December 06</u> <br/ not assigned >* statusWorked on the methods in the Filewalker Class.
<u>Assigning Tasks, Skype Meeting, November 29</u> <br/>
Each member of the team had task assigned. Ruslan - main interface, Oleg - BookRecord, Roman and Andrey - Filewalker.
== meetings ==
* latest will be on top
=== topic, date ===
[[Irc logs of meeting (unique name) - oop344 20113 | date]]

Navigation menu