Coding Stars 20121 - OOP344

From CDOT Wiki
Revision as of 19:27, 9 March 2012 by Gdanish (talk | contribs) (Trunk Status)
Jump to: navigation, search


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


Coding Stars - OOP344 20121

Project Marking Percentage

  • due right after study break

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

Repository

  • repo id: OOP344_121REP06

Trunk Status

  • committed
    id: gdanish
    name: Gulnaz Danish
    irc nick: Gul
    SVN id: gdanish
    --Gdanish 18:27, 9 March 2012 (EST)
  • committing by
    id: gdanish
    name: Gulnaz Danish
    irc nick: Gul
    SVN id: gdanish
    --Gdanish 18:24, 9 March 2012 (EST)
  • committing by
    id: bsingh107
    name: Balwinder Singh
    irc nick: B_Singh
    SVN id: bsingh107
    --bsingh107 21:40, 28 February 2012 (EST)
  • committed by
    id: bsingh107
    name: Balwinder Singh
    irc nick: B_Singh
    SVN id: bsingh107
    --bsingh107 13:00, 28 February 2012 (EST)
  • committed by
    id: tvirutthasalam
    name: Thevakaran Virutthasalam
    irc nick: gobihun
    SVN id: gobihun
    --Tvirutthasalam 21:41, 13 February 2012 (EST)
  • committing by
    id: bsingh107
    name: Balwinder Singh
    irc nick: B_Singh
    SVN id: bsingh107
    --bsingh107 12:30, 28 February 2012 (EST)
  • committing by
    id: tvirutthasalam
    name: Thevakaran Virutthasalam
    irc nick: gobihun
    SVN id: gobihun
    --Tvirutthasalam 20:26, 13 February 2012 (EST)
  • committing by
    id: gdanish
    name: Gulnaz Danish
    irc nick: Gul
    SVN id: gdanish
    --Gdanish 13:06, 20 February 2012 (EST)
  • committed
    id: gdanish
    name: Gulnaz Danish
    irc nick: Gul
    SVN id: gdanish
    --Gdanish 13:16, 20 February 2012 (EST)
  • committed/committing by
    id: emailid
    name: full name
    irc nick: mynick
    any other info

Team Members

Coding Stars - OOP344 20121
First Name Last Name Section Seneca Id wiki id IRC nick Blog URL
Balwinder Singh A bsingh107 bsingh107 B_Singh balwinder open source@seneca
Dimple Gandhi A dhgandhi dhgandhi D_Gandhi Dimple's open source@seneca
Agron Danushi A adanushi adanushi Danushi Danushi's Blog
Gulnaz Danish A gdanish gdanish Gul Gulnaz_OOP344
Thevakaran Virutthasalam A tvirutthasalam tvirutthasalam gobihun Deva's Blog

tasks

R0.2 PART 1 - CLabel.cpp (Complete)

  • assigned to Balwinder Singh
  • being done by Balwinder Singh
  • status DONE
    CLabel(const CLabel&);
    CLabel(const char *Str, int Row, int Col, int Len = 0);
    CLabel(int, int, int);
    ~CLabel();
    void draw(int fn=C_NO_FRAME); 
    int edit();
    bool editable()const;
    void set(const void*);

R0.2 Part 2 - CDialog.cpp

  • assigned to Agron Danushi
  • being done by Agron Danushi
  • status DONE
   CDialog(CFrame *Container = (CFrame*)0,
            int Row = -1, int Col = -1, 
            int Width = -1, int Height = -1, 
            bool Borderd = false,
            const char* Border=C_BORDER_CHARS);
   virtual ~CDialog();
   void draw(int fn = C_FULL_FRAME);

R0.2 Part 5 - CDialog.cpp

  • assigned to Gulnaz Danish
  • being done by Gulnaz Danish
  • status DONE
   CField& operator[](unsigned int);
   CField& curField();

R0.2 Part 4 - CDialog.cpp

  • assigned to Thevakaran Virutthasalam
  • being done by Thevakaran Virutthasalam
  • status DONE
   int edit(int fn = C_FULL_FRAME);
   bool editable();
   int fieldNum()const;
   int curIndex()const;

R0.2 Part 3 - CDialog.cpp

  • assigned to Dimple Hirjibhai Gandhi
  • being done by Dimple Hirjibhai Gandhi
  • status DONE
   int add(CField* field, bool dynamic = true);
   int add(CField& field, bool dynamic = false);
   CDialog& operator<<(CField*);
   CDialog& operator<<(CField&);

Meeting for R0.2

  • assigned to Gulnaz and Agron
  • being done by Gulnaz and Agron
  • status DONE

R0.2 Creating Moke-up Classes

  • assigned to Thevakaran Virutthasalam
  • being done by Thevakaran Virutthasalam
  • status DONE

R0.2 SPLIT ALL WORKS

  • assigned to Thevakaran Virutthasalam
  • being done by Thevakaran Virutthasalam
  • status DONE

R0.1 Programming, Debugging, Merging and Tagging

  • assigned to ALL Team members
  • being done by ALL Team members
  • status DONE

meetings

  • Meeting: Discussion about R0.2
    Day:Tuesday Feb 28, 2012
    Place:TEL Open Lab
    Time:11:00a.m-3:00p.m
    Attendants: Balwinder Singh, Gulnaz Danish, Agron Danushi, Thevakaran Virutthasalam