Please enable JavaScript.
Coggle requires JavaScript to display documents.
Research and investigation, HTML structure to display data, Javascript to…
Research and investigation
Data consumer
Avoid personal information
If personal information is stored, strong security is needed
Use css style pages to present data
The title and price of the product will be displayed on the page.
JSON allows for dynamic page function where the products will update with the ETSY page
Page functions
Clicking on a product links the user to the respective ETSY
page
search bar and filter function
Sort by categories
small timeframe for development
Keep website functions simple, start small and have a proof of concept
develop a plan for further developments
Data server
Etsy servers are secure so all customer information will be held by them.
Use two factor authentication
Transport layer securtiy protocols
Does not publish personal data
HTTPGET to obtain data from API
Latency could be an issue
Some products from ETSY are poor quality and out of date
Etsy has multiple different product providers
each product has the same data formatting.(title, description, price, MainImage)
Potential
Data exchange system
JSON
XML
CSV
Supports API key
Json will be used to retrieve the given API key and data
HTML structure to display data
Javascript to manage data server interactions