BCStudentSoftwareDevTeam / cas

0 stars 1 forks source link

Change Tracker: Updates #62

Closed bryantal closed 8 years ago

bryantal commented 8 years ago

Original report by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


We need to start handling how the change tracker updates information, including what happens when the user enters nulls

bryantal commented 8 years ago

Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


Right now the page is always saything that instructors and notes have changed.

bryantal commented 8 years ago

Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


Moved work into TrackerEdit.py

bryantal commented 8 years ago

Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


Made code into a class

bryantal commented 8 years ago

Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


Broke up code into methods of the class

bryantal commented 8 years ago

Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


At this point I believe the code is functional, however; I want to ensure that is true before marking as resolved

bryantal commented 8 years ago

Original comment by Cody Myers (Bitbucket: cody_myers, GitHub: myersCody).


By golly I think we got it