Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
  2. Sep 22, 2015
    • Brandon Rodriguez's avatar
      Version 1.1.1 · 355310e8
      Brandon Rodriguez authored
      Very minor tweaks to readme file.
      355310e8
    • Brandon Rodriguez's avatar
      Version 1.1 · ef3c6839
      Brandon Rodriguez authored
      Removes unecessary work from UserInterface. UserInterface now /only/ handles interface-related functions.
      Also removes work from Main, because main is mean.
      Creates new RunProgram class, which handles cross-coordination between classes.
      Allows ID's to include letters and symbols if desired. Now only needs to be 5 characters.
      Adds handling for user attempting to remove items when there are none.
      ef3c6839
  3. Sep 19, 2015
    • Brandon Rodriguez's avatar
      Build 1.0 · 6907f21a
      Brandon Rodriguez authored
      All classes now have functionality.
      Adds full search and remove item functions.
      Should hopefully account for any and all breaking, including but not limited to:
      User adding more items than array has spots.
      User manually adding or searching before loading the list.
      Any user input errors.
      6907f21a
    • Brandon Rodriguez's avatar
      · 53c1dcf3
      Brandon Rodriguez authored
      CSVProcessor now loads from file, and accounts for user additions prior to loading.
      WineItemCollection properly creates arrays of WineItem.
      Arrays will also expand if necessary to prevent errors.
      All inputs in UserInterface should be functional, minus searching.
      Most, if not all possible UserError is accounted for.
      53c1dcf3
  4. Sep 18, 2015
    • Brandon Rodriguez's avatar
      Adds base program functionality. · a4db7071
      Brandon Rodriguez authored
      WineItem, CSVProcessor, and WineItemCollection classes all have a majority of functionality.
      Adds tests to main to ensure proper functionality.
      Interface partially functioning.# Please enter the commit message for your changes. Lines starting
      a4db7071
  5. Sep 15, 2015
  6. Sep 14, 2015
  7. Sep 08, 2015
  8. Sep 06, 2015