Difference between revisions of "BTP300A Team 2 Weekly Log"
(→Week 2) |
(→Week 4) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
==Week 2== | ==Week 2== | ||
* made the repo private | * made the repo private | ||
− | |||
* finished w1 as a set up for a1 and started a new branch for a1. Committed all starting code | * finished w1 as a set up for a1 and started a new branch for a1. Committed all starting code | ||
+ | ==Week 3== | ||
* have incomplete but functional display and edit functions | * have incomplete but functional display and edit functions | ||
− | + | ** display: | |
− | ** display: need to fix line overflow when reaching the end of screen | + | *** need to fix line overflow when reaching the end of screen |
− | + | ** edit: | |
− | ** edit: left, right, home and end are operational | + | *** left, right, home and end are operational |
− | + | *** fieldlength still not being put into consideration | |
− | + | *** str not saving | |
− | |||
− | |||
==Week 4== | ==Week 4== | ||
+ | * programmed debug function that shows var values in code | ||
+ | ** a little buggy |
Latest revision as of 12:12, 24 September 2012
Week 1
- Team 2 formed with Johann Manzano and Sandra To
- Git repo made http://github.com/johpan/btp300
Week 2
- made the repo private
- finished w1 as a set up for a1 and started a new branch for a1. Committed all starting code
Week 3
- have incomplete but functional display and edit functions
- display:
- need to fix line overflow when reaching the end of screen
- edit:
- left, right, home and end are operational
- fieldlength still not being put into consideration
- str not saving
- display:
Week 4
- programmed debug function that shows var values in code
- a little buggy