Difference between revisions of "C Shepherd"

From CDOT Wiki
Jump to: navigation, search
(Issues and Status: Update status of completed classes)
(2.9_CCheckListMock-upClass)
Line 128: Line 128:
 
* Status:
 
* Status:
 
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
 
*: (being developed/pull request/being reviewed/'''<u>pushed to master</u>''')
 +
* comments:
 +
*:
 +
=== 0.3_1_a_CodecLabel ===
 +
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
 +
* Code review by:
 +
* Status: Am slightly STUCK -- would someone take a look at my code if u guys have the time - its under branch name 0.3_1_a_CodecLabel, I think  * I got the copy constructor but am not sure.  Also am trying to copy the strings up to a certain size using that char by char method (from 05-Sept27 copymemwithvoid.cpp)that Fardad showed us but am not sure I'm doing it right.
 +
*: ('''<u>being developed</u>'''/pull request/being reviewed/pushed to master)
 
* comments:
 
* comments:
 
*:
 
*:

Revision as of 17:19, 15 November 2012


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

Team Name (C Shepherd)

Project Marking Percentage

  • due immediately

Group work:      50%        (25 <= xx <= 50)
Individual work: 50% +      (50 <= xx <= 75) 
-------------------------
Total           100%

Repository

  • repo Github id:

Team Members

Team Name: C Shepherd
First Name Last Name Section Seneca Id Github ID wiki id IRC nick Blog URL
Alina Shtramwasser A ashtramwasser1 Github:AlinaShtramwasser Alina Shtramwasser Alya ashtramwasser
Gwendolyn Damaren A gedamaren Github:gedamaren Gwendolyn Elaine Damaren gedamaren Gwen's C++ Blog
Gabriel Szczesniak A gjszczesniak Github:gjszczesniak Gabriel Joseph Szczesniak MrJoepeck ++G
Paul Magda A plmagda Github:pmagda Paul Leslie Magda pmagda C Plus Paul
Yaraslau Nikifarau A ynikifarau Github:ynikifarau ynikifarau ynikifarau Seneca OOP344 Yaraslau's Blog

Issues and Status

Issue description and/or number (1)

  • Assigned to: FULLNAME
  • Code review by: FULLNAME
  • Status:
    (being developed/pull request/being reviewed/pushed to master)
  • comments:

1.0_AddConsoleClass

  • Assigned to: Paul Magda
  • Code review by: Alina Shtramwasser
  • Status:
    (being developed/pull request/being reviewed/pushed to master)
  • comments:

2.1_CFieldMock-upClass

2.2_CLabelMock-upClass

  • Assigned to: Gabriel Szczesniak
  • Code review by: Paul Magda
  • Status:
    (being developed/pull request/being reviewed/pushed to master)
  • comments:

2.3_CDialogMock-upClass

2.4_CLineEditMock-upClass

2.5_CButtonMock-upClass

2.6_CVEditMock-upClass

2.7_CCheckMarkMock-upClass

2.8.1_AddTextClass

  • Assigned to: Paul Magda
  • Code review by: Yaraslau Nikifarau
  • Status:
    (being developed/pull request/being reviewed/pushed to master)
  • comments:

2.8.2_CTextMock-upClass

2.9_CCheckListMock-upClass

0.3_1_a_CodecLabel

  • Assigned to: Alina Shtramwasser
  • Code review by:
  • Status: Am slightly STUCK -- would someone take a look at my code if u guys have the time - its under branch name 0.3_1_a_CodecLabel, I think * I got the copy constructor but am not sure. Also am trying to copy the strings up to a certain size using that char by char method (from 05-Sept27 copymemwithvoid.cpp)that Fardad showed us but am not sure I'm doing it right.
    (being developed/pull request/being reviewed/pushed to master)
  • comments:

Coding Rules

Header safeguards

#pragma once
#ifndef __CSH_CLASSNAME_H__
#define __CSH_CLASSNAME_H__
...
#endif

Issue Comment Title Naming Standards

When submitting issues make sure to stick with a standard format:
Issue and Branch Name in Standard Format - "Short sentence about what you did in the first person"
eg: 2.5_CButtonMock-upClass - "I added cbutton mock-up class"

meetings

  • latest will be on top
  1. C-Shepherd Meeting 1.0 - Hangout | assigned issues for milestone 0.2 on November 04, 2012
  2. topic and date2

discussions

Check out our C-Shepherd C-Shepherd stream on Google+ for all ongoing conversations about the project.