Open Crissov opened 1 year ago
seems to me that, as a minimum viable product, this effort might begin with preferred units (e.g. US/European/Asian sizing), which BTW has an obvious additional use case in the presentation of recipes. (Very few people outside USA knows how much a "cup" is).
This might permit progress (and security testing) with minimal risk, since if I indicate that I prefer EU sizing, I am not revealing how big or small I am.
Introduction
There are many shops on the Web that are trying to sell goods to customers where they need to choose a specific variant that will suit their needs best. Shops are offering a number of tools on product listing pages and product detail pages to help with this, these include filters, search, configuration options and recommendations. Many of these are similar across shops. Many of them are primarily describing the solution and do not ask for the actual need or do so only indirectly.
For the sake of simplicity, this proposal is focused on and limited to shopping for fashion products, i.e. clothing.
The motivation is similar to Web Payments: DRY for customers, but for the steps before checkout.
Use Cases
Fashion shopping
A user almost always knows how tall they are and how much they weigh (in the unit system they are accustomed to). They may also know some other dimensions of their body or could measure them, which can be a bit tedious. Some of this data will change over time. They also often know which clothing sizes they are usually wearing at least for some of their apparel or their preferred brands. However, most of this is considered sensitive private information which many users do not want to share publicly.
Manufacturers use data from mass surveys and local or international standards to design and produce clothes in a limited set of sizes to cover the needs of their target groups. They label them with size designation according to at least one of a number of national standards for product dimensions, but may not always comply exactly to all of them. They may also use internal conventions to assign sizes, especially vague ones without an absolute definition like S/M/L. Distributors then either use the labelling provided by the manufacturers and brands they sell or they impose their own system to harmonise different systems used by their suppliers. They frequently publish size guides and charts to aide their customers in selecting the best fitting variant.
In fashion shopping, the intermediary between body dimensions known to the customer and product dimensions known to the manufacturer are clothing sizes for which there are many slightly different standards. Virtually no company adheres to more than one sizing standard perfectly and nobody knows their theoretical ideal size in more than one system precisely. The resulting mispurchases and precautious double orders of neighbouring sizes leads to a lot of merchandise returns in online fashion shopping, which is essentially a waste of resources and also lowers customer satisfaction.
Fashion shopping for family members
Fashion shopping as a gift
Body data provider
A fitness or health tracking app, for instance, may have collected some data in an accessible location that could be used to update some previously stored User Shopping Preference data. For the sake of accuracy, it would be helpful if this could be pulled semi-automatically.
Goals
Non-goals
Proposed Solution
Without being too prescriptive, articulate a specific way (procedurally, algorithmically, declaratively) that a new or current web technology solves an existing problem or challenge.
Examples
(pseudo code)
Declarative / Passive API
Active API
Alternate Approaches
Privacy & Security Considerations
Let’s Discuss