Changes

Jump to: navigation, search

BTP300B Team 6 Weekly Log

2,126 bytes added, 11:31, 30 November 2012
Week 13
==Week 2 ==
10*17/1709/2012: Further debugging of the code including left and right movement.10/18/2012: Fixing errors to with the text going off the field length.
10*18/1909/2012: Fixing errors to do with the printing of unwanted characterstext going off the field length.
10*19/1909/2012: Contributed question about pointer arithmetic precedence and whether *(int*) p is same as (*(int*)p) for void* p;Fixing errors to do with the printing of unwanted characters.
10*19/2009/2012: Debugged the majority of the remaining code Contributed question about pointer arithmetic precedence and compiled and tested on different platforms whether *(int*) p is same as (*(after school nearly 5+ hoursint*)p).for void* p;
10*20/2109/2012: Debugged the majority of the remaining code and compiled and tested on different platforms (after school nearly 5+ hours). *20/09/2012: Updated some code and almost fully debugged (after school nearly 3+ hours). 10 *20/2209/2012: Wrote application file. Compiling and preparing for submission.
==Week 3 ==
10*24/2409/2012: Outlined an overall structure of the assignment and visualized how each function and member is connected to each other.10*25/2509/2012: Wrote out the framework of the header and cpp files.
10*25/2509/2012: Coded and completed the following functions: absrow, abscol, goMiddle and all of the fetch and set functions (bordered, frame, row, col, height and width)
10*27/2709/2012: Rough outline of CFrame and setLine function was started
10*28/2809/2012: CFrame and setLine functions finished.
10*29/2909/2012: capture and draw functions started and finished
==Week 4 ==
*01/10/2012: Started and finished coding edit and display function.
 
*02/10/2012: Did error checking and got an a.out file.
 
*03/10/2012: Started and finished coding hide and move functions.
 
*03/10/2012: Began testing and debugging.
 
*04/10/2012: Stuck on debugging, frame prints itself numerous times while moving.
 
*05/10/2012: Stuck on debugging, attempting to get help.
 
==Week 5 ==
Progress for Release 0.2 is tracked in the README files on the SVN
 
SVN Link: svn://zenit.senecac.on.ca/btp300_123brep6
 
CField > Radney, Rubinder
 
CLine > Radney, Rubinder
 
CLabel > Elsi, Shavauhn
 
CButton > Elsi, Shavauhn
 
==Week 6 ==
 
CDialog
 
 
November 2, 2012 - November 10, 2012
===========================================
Rubinder
 
* - constructor
* - header file
* - draw()
* - editable()
* - Edit()
 
Radney
 
* - constructor
* - header file (modified destructor for dynamic delete)
* - curField()
* - curIndex()
* - add(CField*)
 
==Week 7 ==
==Week 8 ==
==Week 12 ==
==Week 13 ==
 
 
 
Rubinder, Radney
 
Started working on Assignment 3i
 
 
Proposed Design:
Walk-in clinic
 
 
We will have a Patient Object containing ID, Name and a Service Object
Service object further saves a list of services given to the patient, storing service name and date/time
 
 
We will be working on some of Tier 1(Main menu) without CIO, Tier 2(Storing of data) and Tier 3(File Access)
 
 
For Tier 2
We will be storing the patient objects in a generic linked list
we will be implementing the following functions
 
1. append
 
 
2. remove
 
 
3. retrieve
 
 
4. sort - this also includes coding 2 separate functions to sort by name and ID
'''initially we were also to implement sorting by service date, but given the time constraint,we will skip that for now and only sort by Patient ID and patient Name
'''
 
 
For Tier 3
we will be implementing read and write functions using a binary file
 
And we'll be developing a test main to test Tier 2 and Tier 3
 
Breakdown of work:
 
Basic structure of Linked List, patient and service objects - Rubinder and Radney
 
 
Append, remove, retrieve and sort functions - Rubinder
 
 
File Access - Radney
 
 
Small Test Main - Radney
 
 
Utilities - Radney
 
 
Debugging - Rubinder and Radney
 
==Week 14 ==

Navigation menu