Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • review-window protected
  • tests protected
  • sprint3
  • pre-refactoring
  • sprint1
  • sprint2
7 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.015Dec141312111098765432130Nov2928272625242322211918171514131211108765432130Oct292827262322191817161514109Cleaned up the model class. A lot could be removed as was expected from the analysisAdded important comment to save_results functionFixed typo and made a line more PEP-8Merge branch 'master' into SC-134/form-mistake-detection-aaAdded a comment proposing a solutionUpdated to new masterUpdated controller method read_folders as there was currently no need for checking csv. Now this is done somewhere elseRemoved comment as splash window would not destroyUpdated to new masterUpdated to new masterRemoved deprecated functionI cleaned up the code in the FormChecker class mainly. I also commented out some print statements that were not necessary for me. The cleaning up mainly included making code more readable, for which I also made one additional function.Added a check for .csv extension so file reading also goes fine.Added some prints to check which file was whichRegex could be done in one step instead of 2.Changed the star to + as a key of 7 and 17 could be mixed up. Now that should not be possible anymore.Removed previous compare function.Rewrote the function a bit to more suit the functions in utils and fixed a few small mistakes.When testing, some mistakes arose in the regex, I revised them and they seem to function correctly unless a file is read, something is still wrong there.Added a result setter and a print for the task.Updated the model class to better fit the controller and utils functionality.I included documentation for the FormChecker class. As well as changing the class to correspond with our way of code-formattingAssuming participant 1 for now such that the functions should work.Started checking some functions with usage search and removed them if they were not used.Adapted regex statements as there was a small mistake.I added documentation to the various functions in the FormChecker class. I also discovered an bug case which still needs to be fixed.Controller class has now at least one test per method.Hey look, more tests!Added the necessary functions to help out the matching of shadow and source files.Adapted the read folders function as that was the one that was called right now to more suit the wrapper class.Made the new compare function assuming that the rest works.Merge branch 'SC-132/finished-checker'Renamed 'Irregular Verbs.csv' to better follow naming conventions, moved it to resources folder and adapted call to it accordinglyFixed some pathing and changed 'if *: return True' statements. Merge branch 'SC-143/phonetics_in_NW'Merge branch 'SC-147/mistake_counter'Merge branch 'bugfixing/ubuntu'Fixed some syntax issues with static function in utilsFixed bug where the splash remained as an overlay, rendering the program unsusable. Cause was an uncommented line of code, that should have terminated the splash windowStarted changing the calls in controller
Loading