Reference no: EM133775982
Assignment PART A - Software Design Speci?cation Report
CASE STUDY - Fashion e-commerce platform
You and your team have been employed to develop a fashion e-commerce platform.
A fashion e-commerce platform must cater to a diverse clientele while providing a seamless shopping experience. To achieve this, the platform should incorporate a broad spectrum of features, from basic product browsing and purchasing to advanced functionalities like personalized recommendations and social integration. The platform's interface should be visually appealing and intuitive, encouraging customer engagement.
Beyond the customer-centric aspects, the platform should also provide tools for sellers and brands. Efficient product management, inventory control, and sales analytics are crucial for business success. The integration of payment gateways, shipping carriers, and inventory management systems is another critical component.
To ensure the platform's success, it must address non-functional requirements such as security, performance, and scalability. Protecting sensitive customer data is paramount, while the platform must be able to handle fluctuations in traffic and product offerings.
Workplan / Work breakdown Agreement
You are expected to work as a group on this assignment and contribute very closely to approximately an equal amount of work (unless the special consideration policy outlined applies). In your workplan you must provide details about the contributions and how the work is organised and managed. In most cases, if this is followed, students will receive equal marks on those aspects to their teammates. The Workplan section must include the following information:
Task 1: Class Diagram
Classes are well-chosen.
Important domain concepts are modelled.
Elements that are outside the scope of the specification are not modelled.
All elements that are shown are within the scope of the specification.
All relevant associations are shown.
Inheritance is used appropriately.
Aggregation/composition are used correctly (if at all).
All obvious associations and dependencies between classes are shown.
Navigability arrows on associations and dependencies make sense (if shown).
Syntax is correct
Task 2: Architecture
Appropriate Architectural Pattern is applied in design and the code.
Architectural Pattern is correctly justified.
Task 3: Implementation
Design in the code matches the design in the class diagram.
Coding standards. Applies to any code that has been touched by human hands (e.g. meaningful variable and method names, commenting, layout) -- note that this applies to both human- written code and machine-generated code that has been hand-edited. We will look for meaningful identifier names (variable, classes, methods), inline comments, method header comments, class/module comments, layout.
Functional Completeness (any complex module including login)
Task 4: System Demonstrations
Please start the video by discussing the contribution of each team member (i.e., which team member was responsible for which component in the system). Students should demonstrate a working system (the complex module) including the design, architecture and any other parts (if required).
Students demonstrate understanding of the system, the relationship between the code and the design documents, the design and the architecture of the system. Students should point out where in their code the constructs shown in their design documents are implemented.
Task 5: Work Breakdown Contribution is present.