A company uses an offline system orders for selling products. The company wants to build a new online site. The data trends of the current orders show that customers typically buy once of twice a year. The company has the following requirements for the site:
A company uses an offline system orders for selling products. The company wants to build a new online site. The data trends of the current orders show that customers typically buy once of twice a year. The company has the following requirements for the site:
1. Should have ability to shop quickly from the application.
2. Should have ability for the web designers to modify the user interface to provide a new user experience.
3. There should be ability to browse the catalogue and find the product with 3 clicks.
What advice would you give this company about the user interface for this application?
a. Create the UI by mixing HTML and Python code adding libraries.
b. Not possible to build such UI requirement in Python.
c. Write the UI using Ajax accessing Python code.
d. Write the UI using Django Framework.