Silent coding works (scw) 20121 - oop344

From CDOT Wiki
Revision as of 22:34, 21 April 2012 by Kwong67 (talk | contribs) (Tasks)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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

silent coding works

  • This group take its name seriously lol, real silent.
  • R0.3 - R0.7 all done.
  • Please volunteer yourself for the next phase.
  • kwong - checklist
  • Hesam Chobanlou - CNode Mnode

Project Marking Percentage

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

Repository

  • repo id: oop344_121rep01

Trunk Status (latest last)

(only record trunk here, tags and branches do not need to be recorded)

  • committed/committing by
    id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: all changes needed for R0.1
    FEB-16-2012 || 11:06 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: everything needed for R0.2, code clean up, remove obsoleted project files
    MAR-09-2012 || 2:39 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: all changes needed for R0.3, need testing
    MAR-26-2012 || 2:33 AM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Renamed all files to lower case to avoid matrix compile problem
    APR-01-2012 || 11:23 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Added working version of cbutton and cvaledit to the trunk.
    Added improved version of cdialog and clabel, please test them out
    APR-01-2012 || 11:30 PM
  • id: kwong67
    name: kwok Wong
    Changes: Added working version of cbutton (combine anh's edid() )
    APR-02-2012 || 2:31 AM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Reversed commit by Kwok
    Added my fixed version of Kwok's ccheckmark
    Added empty constructor and copy assignment operator to clabel, these are needed by R0.6+
    APR-02-2012 || 07:29 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Reversed changes to clabel, you don't need empty constructor and assignment operator after all.
    Changed ccheckmark to work with the current clabel
    APR-02-2012 || 08:44 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Added cmenuitem
    Slight simplified ccheckmark
    APR-02-2012 || 10:13 PM
  • id: avtran3
    name: Anh Tran
    irc nick: kiosk
    Changes: Fixed all known console's bugs
    Improved cbutton, ccheckmark, clabel, clineedit, cmenuitem
    Added ctext
    APR-15-2012 || 7:49 PM

meetings

  • Only through email, real modern.
  • Log available if requested.

topic, date

date

Team Members

silent coding works (scw) (team 1)
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Kwok Wong B kwong67 kwong67 venven oop344
Hesam Chobanlou B hchobanlou hchobanlou hchobanlou arcoop344
Anh Tran A avtran3 avtran3 kiosk AVR's Mirage

Tasks

  • Anh Tran
    Dialog and Labels [0.2] - done
    CLineEdit [0.3] - done
    CButton [0.4] - done
    CValEdit [0.7] - done
  • Anh Tran && Kwok Wong
    CButton [0.4] - done
    CCheckMark [0.5] - done
  • Anh Tran && Hesam Chobanlou
    CMenuItem [0.6] - done
  • Kwok Wong
    CChecklist [0.8] - done
  • Hesam Chobanlou
    CMenu and MNode [0.9]
  • Anh Tran
    CText [0.95] - done

BUGS

Fix console insert bug occurred in A1 last test

  • How to produce: On a freshly started instance, press insert and type to the end, it will go out of scope. You may want to take a look at the display compare test as well, it didn't look right to me.
  • Assigned to: avtran3
  • Status: FIXED