Case Study II Domain E-Commerce Focus Optimization Business challenge/requirement GoodsKart-largest e-commerce company of Indonesia, with revenue of $28+ has acquired another e-commerce company FairDeal. FairDeal has its own IT system to maintain the records of customers, sales etc. For ease of maintenance and cost savings, GoodsKart is integrating customer databases of both the organizations hence customer data FairDeal must be converted in Goodskart customer data format. Key issues Goodskart customer data has more fields than in FairDeal customer data, Hence FairDeal data needs to be split and stored in GoodsKart Customer Object-Oriented Data Structure. Considerations System should convert the data at run time Data volume - NA - NA Eureka! Additional information Business benefits Goodskart can eventually restructure IT systems of FairDeal and reduce its cost by 20-30% Approach to Solve You must use fundamentals of Python taught in module 3. 1. Read Fair DealCustomerData.csv 2. Name field contains full name - use regular expression to separate title, first name, last name 3. Store the data in Customer Class 4. Create Custom Exception-CustomerNotAllowedException 5. Pass a customer to function "createOrder" and throw Customer NotAllowedException in case of blacklisted value is 1 Enhancements for code You can try these enhancements in code 1. Change function createOrder to take productname and product code as Return object of type Order in case customer is eligible 2. Create Class Order Brain4ce Education Solutions Pvt. Ltd input Page 1
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme