HashtagSell / htsApp

HashtagSell Beta Application
0 stars 0 forks source link

Either a layout bug or a NLP bug or both. Enter $10/ as price - no price in blue price banner #133

Closed devinmckinney closed 9 years ago

devinmckinney commented 9 years ago
  1. Enter new item. Type in price as "$10/"
  2. When the ad is displayed in the summary view, the blue banner is smaller and blank (where price would be). The green text "$10/" is visible in the ad.

If we have text that we think is price and marked green, should we just put that in the blue banner?

So put "$10/" in the blue banner?

NLP direction - eventually we will parse many pricing "templates" - until then maybe we just use the exact text they wrote and put it up in blue?

that1guy commented 9 years ago

The price needs to be an integer. When adding a slash to end of price in sell box the price then becomes a string. This will be resolved.

that1guy commented 9 years ago

Resolved. Users can only input integer in sell box price now.