Lay out what project you will attempt
Coordinate the work
Start to gather requirements
Build your initial use case diagram (elaboration can be included)
Give the scope of your project,
How you will accomplish the necessary requirements for week
Your initial use case diagram (actors, etc)
Create a number of elements toward the building of a point of sale system for a car dealership. The elemets to be created are A minimum of 12 use cases - fully elaborated!
A rough sketch of the UI of the system to give yourself some grounding
Architecture Diagram showing major systems
Class Diagram for major classes in your system - 12-15 classes
Create a sequence diagram for 1-3 objects that realize one of your use cases
Python application using the 6+ major classes demonstrating the core functionality - GUIs are NOT required.
Attached are my code, initial use case ang class diagram. They need to added to be updated and commented efficiently through out the altred code. Also include test cases and identify them.
class CarDealership: def __init__(self, name, payment): self.payment=payment self.name=name def method3 (self): print(f 'Dealer name : {self.name}') def method 4 (self): print(f 'Dealer payment : {self.payment}'). class CarDealeri (Car Dealership): definit__(self, name, payment): super(). _init__(name, payment) def methodl (self): print('I am in method l of subclass 1') def method 2 (self): print('I am in method 2 of subclass 1') class CarDealer2 (Car Dealership): def __init__(self, name, payment): super(). __init__(name, payment) def methodl (self): print('I am in method 1 of subclass 2') def method2 (self): print('I am in method 2 of subclass 2') class CarDealer3(Car Dealership): definit__(self, name, payment): super(). init__(name, payment) def methodl (self): print('I am in method i of subclass 3') dat haaALFI. def methodl (self): print('I am in method 1 of subclass 3') def method2 (self): print('I am in method 2 of subclass 3') x=Car Dealeri('Jamal',10000) y=Car Dealer2('Gip', 8000) z=CarDealer3('Savannah', 25000) x.methodl() x.method 2 () x.method3 ( ) x.method4 ( y.methodl() y.method2 () y.method3 () y.method 4 () z.methodi() 2.method2( ) 2.method3 () z.method 4 () Class Diagram Car Dealership payment integer .name:string initeltame payment methode method self Car Dealer? payment:integer e nt Int methods method Car Dealer payment Integer name: string Inteltrame payment methodl self) emethode Car Dealer2 payment inte .name string _Inteltrame payment method methodself Use case Diagram Car Dealership Car Dealership Method 4 Car Dealer Method 1 Method Care Method 1 Method 2 Method 1 class CarDealership: def __init__(self, name, payment): self.payment=payment self.name=name def method3 (self): print(f 'Dealer name : {self.name}') def method 4 (self): print(f 'Dealer payment : {self.payment}'). class CarDealeri (Car Dealership): definit__(self, name, payment): super(). _init__(name, payment) def methodl (self): print('I am in method l of subclass 1') def method 2 (self): print('I am in method 2 of subclass 1') class CarDealer2 (Car Dealership): def __init__(self, name, payment): super(). __init__(name, payment) def methodl (self): print('I am in method 1 of subclass 2') def method2 (self): print('I am in method 2 of subclass 2') class CarDealer3(Car Dealership): definit__(self, name, payment): super(). init__(name, payment) def methodl (self): print('I am in method i of subclass 3') dat haaALFI. def methodl (self): print('I am in method 1 of subclass 3') def method2 (self): print('I am in method 2 of subclass 3') x=Car Dealeri('Jamal',10000) y=Car Dealer2('Gip', 8000) z=CarDealer3('Savannah', 25000) x.methodl() x.method 2 () x.method3 ( ) x.method4 ( y.methodl() y.method2 () y.method3 () y.method 4 () z.methodi() 2.method2( ) 2.method3 () z.method 4 () Class Diagram Car Dealership payment integer .name:string initeltame payment methode method self Car Dealer? payment:integer e nt Int methods method Car Dealer payment Integer name: string Inteltrame payment methodl self) emethode Car Dealer2 payment inte .name string _Inteltrame payment method methodself Use case Diagram Car Dealership Car Dealership Method 4 Car Dealer Method 1 Method Care Method 1 Method 2 Method 1