Difference between revisions of "C Shepherd"

From CDOT Wiki
Jump to: navigation, search
(0.4_1_FixCdialog)
(0.4_1_FixCdialog)
Line 164: Line 164:
 
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
 
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
 
* Code review by: [mailto:plmagda@myseneca.ca Paul Magda]
 
* Code review by: [mailto:plmagda@myseneca.ca Paul Magda]
 +
*: (being developed/'''<u>pull request</u>'''/being reviewed/pushed to master)
 +
* I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!!  See comment about solution on my blog
 +
*:
 +
=== 0.4_2_CodeCValedit ===
 +
* Assigned to: [mailto:ashtramwasser1@myseneca.ca Alina Shtramwasser]
 +
* Code review by: [mailto:gjszczesniak@myseneca.ca Gabriel Szczesniak]
 
*: (being developed/'''<u>pull request</u>'''/being reviewed/pushed to master)
 
*: (being developed/'''<u>pull request</u>'''/being reviewed/pushed to master)
 
* I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!!  See comment about solution on my blog
 
* I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!!  See comment about solution on my blog

Revision as of 21:41, 25 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_CodecField

  • Assigned to: Alina Shtramwasser
  • Code review by: Gabriel Szczesniak
  • Status:
    (being developed/pull reques/being reviewed/pushed to master)
  • comments:Ok, I think am done with this one, so please check it :)

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:

0.3_1_a_CodecDialog

0.3_1_c_CodecLineEdit

  • Assigned to: Alina Shtramwasser
  • Code review by: Gabriel Szczesniak
    (being developed/pull request/being reviewed/pushed to master)
  • comments:Done, thank G-d! Well actually there are segmentation faults on matrix -- I am working on this now -- I asked Fardad for help so he is looking at the code. Can't delete void* _data it has to be cast to whatever it was being used as, for one thing.

0.4_1_FixCdialog

  • Assigned to: Alina Shtramwasser
  • Code review by: Paul Magda
    (being developed/pull request/being reviewed/pushed to master)
  • I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!! See comment about solution on my blog

0.4_2_CodeCValedit

  • Assigned to: Alina Shtramwasser
  • Code review by: Gabriel Szczesniak
    (being developed/pull request/being reviewed/pushed to master)
  • I was getting segmentation faults due to cdialog on matrix for Test2DialogAndLabel.cpp and Test3DialogAndLineEdit.cpp which have now been eliminated!!!!!!!!!!!!!!! Yei!!!! Double yei!! See comment about solution on my blog

0.3_2_cButton

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"

Formatting spaces

  • Use 2 spaces and no tab characters to indent.
  • Do not include extra spaces before the opening curly brace of a code block or between brackets.
eg: if(!true){ ...

meetings

  • latest will be on top
  1. C-Shepherd Meeting 1.0 - Hangout on Google+ | assigned issues for milestone 0.2 on Sunday November 04, 2012
  2. C-Shepherd 0.3 Milestone - Hangout on Google+ | discussed problems with the CDialog class and resolved Github conflicts on Saturday November 17, 2012. The meeting ran from 6:15pm until 1:36am, but we managed to solve a lot of the problems we were having.

discussions

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