OOP344 Best Team

From CDOT Wiki
Revision as of 22:26, 28 November 2009 by Saecob (talk | contribs) (Our Plan)
Jump to: navigation, search

OOP344 - OOP344 Student List - OOP344 Teams - OOP344 Assignment One - OOP344 Assignment Two - OOP344 IRC Schedules

Welcome

Hey guys :)

As most of us frantically finish our input/output libraries by the deadline it would be good if we could begin thinking about what kind of features and or approaches we should take towards our group assignment.

SVN

SVN: ops344_093a05

Tasks

Names Class Assigned
Anastasia IO_Frame, IO_Edit, IO_Menu
Sergiu IO_Form, IO_Label
Diana IO_Field and IO_Vedit
Brandon IO_CheckList, IO_TextEdit

Team Members

Last Name Name Section Email IRC Nickname SVN
Ecob Sergiu A saecob@learn.senecac.on.ca sergiu_ecob 54
Ferrara Brandon A bferrara@learn.senecac.on.ca - -
Semionova Anastasia A asemionova1@learn.senecac.on.ca Anastas1a 51
Cucereavii Diana A dcucereavii@learn.senecac.on.ca DianaC 52

Useful Links

Our Plan

  • Divide classes between team members
  • Upload ciol.h and ciol.cpp to our repository
  • Add empty header and code files for all classes
  • Code classes (commit to repository only if it compiles)
  • Create main and test
  • Revision 53 - Program compiles with the required classes
  • Milestone 2 (Nov 30, 2009) - Complete FORM, LABEL so that the program displays properly with no errors.
  • Milestone 3 (Dec 4, 2009) - Have input working properly on the main movie edit page (maybe modify it for us).
  • Milestone 4 (Dec 7, 2009) - Make sure menus work properly and begin working on the save/retrieve/search records.
  • Milestone 5 (Dec 11, 2009) - Try and complete the final program and begin serious error checking.
  • Milestone 6 (Dec 18, 2009) - Profit :)

I hope we could stick to the plan :)

Our Work

  • Nov 28

Updated a bunch of files(mostly includes) in order to compile the program using Fardad's main sample. The program compiles but does not do anything. We still have some classes empty. Working on IO_Label and IO_Form to get the linked list implemented to keep track of the fields.

  • Nov 27

We already have uploaded all classes...Some of them are still empty After adding IO_Menu and IO_CheckList I noticed that they both have two functions not specified: getOwnerTop() and getOwnerLeft(). For now I just added this functions to both classes so it compiles. I made necessary changes to some classes(please guys check if it compiles before commit..) Now we need to create our main to check our work and we need to do it by Sunday...

  • Nov 23

IO_Vedit added - still in progress.

  • Nov 08

Updated IO_Field

  • Nov 05

Added io_field.h, io_field.cpp, io_checklist.h and io_checklist.cpp