Skip to content
Snippets Groups Projects
  1. Oct 09, 2020
  2. Oct 19, 2015
    • Brandon Rodriguez's avatar
      Update readme. · 70f99935
      Brandon Rodriguez authored
      70f99935
    • Brandon Rodriguez's avatar
      Simplify code by removing unecessary "Droid_Generic" Class. · a22a3134
      Brandon Rodriguez authored
      Realized that the program requirements were simpler than I initially thought. As result,
      the Droid_Generic class had no real purpose in the program as-is, and was removed. All
      variables/methods associated with it have been transfered up into the Abstract Droid class.
      
      As far as the front end, program should behave identically to last commit.
      
      NOTE: The program is currently set so that all features have basically the same cost.
      Should the program need to be expanded in a way that adjusts the cost of each feature,
      look back into the previous commit with the "Droid_Generic" class. It was essentially set
      up so that each material/color/model selection had an associated cost, as well as
      the start of the logic for "clearance" and "random price" (including cents) functionality.
      Once setup in Droid_Generic, the same functionality should be able to be implimented
      in inheriting classes fairly easily, creating semi-dynamic prices for all features.
      a22a3134
  3. Oct 17, 2015
  4. Oct 16, 2015
  5. Oct 15, 2015
    • Brandon Rodriguez's avatar
      Expand on most of UI and User Selection. · 7a7d189f
      Brandon Rodriguez authored
      Moves user selection to proper class. Was previously in the collection class which didn't make sense.
      
      Most menus should now display properly.
      Most user selection should properly save values, although there's little to no error handling yet.
      7a7d189f
  6. Oct 08, 2015
  7. Oct 06, 2015
  8. Oct 03, 2015