anthonykulis / automobile

CPS206 In-Class Project Repository (WIP)
2 stars 12 forks source link

Provide driveline for automobile #3

Closed nourelhoda89 closed 7 years ago

anthonykulis commented 7 years ago

what is this PR for? Please update title to something meaningful. Answer "Why do I want your repository merged into mine?"

nourelhoda89 commented 7 years ago

Purpose

This work provide the drive line components (Axle, Differentials, steering and Drive Shaft) , which are necessary to build your automobile.

driveline

anthonykulis commented 7 years ago

make sure we have categories, eg. sport, luxury, economy, truck, etc. From there, we need domain driven groups of suspension "kits". For instance, I may have a sport awd vehicle (eg Mitsubishi evo). I may have rear wheel drive sports (eg dodge challenger), I may have front wheel drive economy. I may have a truck with different towing capabilities that affect driveline, eg light duty, medium duty, heavy duty, super duty. When we build these, the team building whatever type they are assigned needs to be able to understand how to bring in your parts. We do not want an anemic "all wheel drive" class that we then need to understand the engineering of cars, but rather want to say build a sports car with awd or a light duty truck with an upgraded towing package.

anthonykulis commented 7 years ago

Team, I need to see some graphics? Can you please upload your diagrams and give an explanation of your design today so I can comment on it. I want you guys to be able to come in tomorrow with something concrete to work on.

nourelhoda89 commented 7 years ago

driveline

anthonykulis commented 7 years ago

Looks good. Now you just need the parts UML that fit into each class. Make sure to let the inheritance/abstraction expose itself instead of trying to force fit it.

nourelhoda89 commented 7 years ago

the parts that belong to the economic driveline parts auto

nourelhoda89 commented 7 years ago

I know this does not specify the relationships, however it is useful to know what will go in the parts directory @Calvarez14 @ClarkLindsay

driveline parts

nourelhoda89 commented 7 years ago

The parts that belong to TruckDriveLine truckdriveline parts