Difference between revisions of "BTP300 Team NVG"
(→Assignment #2) |
(→Team Not Very Good) |
||
Line 15: | Line 15: | ||
==Assignment #2== | ==Assignment #2== | ||
2011-10-29: | 2011-10-29: | ||
+ | * CDialog started and coded most of it, not tested yet | ||
+ | # not fully complete, there are still some confusing functions | ||
+ | * CField has been altered again, display/edit functions make more sense | ||
+ | * Updated CLabel | ||
+ | # enclosed CLabel header inside the cio namespace (everything must be within it) | ||
* Preshoth started working on CLine class | * Preshoth started working on CLine class | ||
# Added class definitions to CLine.h | # Added class definitions to CLine.h | ||
# Added function definitions (no code) to CLine.cpp | # Added function definitions (no code) to CLine.cpp | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| valign="top" width="33%" | | | valign="top" width="33%" | | ||
==Commited By:== | ==Commited By:== | ||
− | 2011-10- | + | 2011-10-29: |
* Neil | * Neil | ||
==Being Commited By:== | ==Being Commited By:== | ||
− | 2011-10- | + | 2011-10-29: |
* no one | * no one | ||
|} | |} | ||
Line 44: | Line 43: | ||
== Project Status == | == Project Status == | ||
2011-10-29: | 2011-10-29: | ||
+ | * CDialog started and coded most of it, not tested yet | ||
+ | # not fully complete, there are still some confusing functions | ||
+ | * CField has been altered again, display/edit functions make more sense | ||
+ | * Updated CLabel | ||
+ | # enclosed CLabel header inside the cio namespace (everything must be within it) | ||
* Preshoth started working on CLine class | * Preshoth started working on CLine class | ||
# Added class definitions to CLine.h | # Added class definitions to CLine.h |
Revision as of 20:24, 29 October 2011
BTP300 Fall 2011 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Contents
Team Not Very Good
Skill Levels & Work Distribution | Recent Changes | Current Trunk Status |
---|---|---|
Experts [***]
Novices [*/**]
|
Assignment #22011-10-29:
|
Commited By:2011-10-29:
Being Commited By:2011-10-29:
|
Repository
Repo ID
svn://zenit.senecac.on.ca/btp300_113rep2
Email All Team Members
Project Status
2011-10-29:
- CDialog started and coded most of it, not tested yet
- not fully complete, there are still some confusing functions
- CField has been altered again, display/edit functions make more sense
- Updated CLabel
- enclosed CLabel header inside the cio namespace (everything must be within it)
- Preshoth started working on CLine class
- Added class definitions to CLine.h
- Added function definitions (no code) to CLine.cpp
2011-10-28:
- CFrame working but not perfect
- tested display and need to use better display from someone's consolelineedit.cpp
- haven't had a chance to test edit
- inside helper function void move, there is some stuff to fix when displaying message and capturing message
- frames now can't move too far right/up/down/left depending on terminal window
2011-10-27:
- CFrame really close to finishing. Gotta fix it so there is no trailing characters after moving
- CField still needs fixing up on the display function
2011-10-26:
- Meet started working on CLabel
2011-10-25:
- Coded a bit of the CFrame class, changed some of cfg.h and the CField classes
- CFrame class is closing to completion, lacking some functions (also not sure if current methods actually work)
- CField.cpp is still missing display and edit
- CField has been changed according to site requirements (only keeps address and passes everything else to CFrame)
- cfg.h is fully complete
- Coded a bit of CField.cpp, CField.h, and cfg.h.
- CField.cpp is missing display and edit functionality
- cfg.h is not complete(?) for CDirection enumeration
2011-10-19:
- Switched roles of Neil (now expert) and Robert (now novice)
2011-10-12:
- Assignment #1 inside "trunk"