Open SreenivasDega opened 4 years ago
please find below update,
please find below updates,
1.I fixed reload issue. 2.I added ratting and icons for each item. 3.In database duplicate items are present. 4.SQL Query takes too much of time, please suggest me on this. 5.Need to add the pagination for the UI Page.
In database myntra and nnow only products are available.
Please find below updates,
Please find below updates,
Note: Need to work on
+---------------------------------------------------------------------------------------+ | reference_url | +---------------------------------------------------------------------------------------+ | https://www.ajio.com/steve-madden-genuine-leather-shimmery-ballerinas/p/410006469_387 | | https://www.ajio.com/steve-madden-genuine-leather-metallic-ballerinas/p/410006469_18 | | https://www.ajio.com/steve-madden-genuine-leather-ballerinas/p/410006469_17 | | https://www.ajio.com/s/dc-shoes-3483-6296 | | https://www.ajio.com/steve-madden-slip-on-driver-penny-loafers/p/410012164_217 | | https://www.ajio.com/steve-madden-slip-on-driver-penny-loafers/p/410012164_417 | | https://www.ajio.com/superdry-commodity-skinny-chinos/p/410012634_04p | | https://www.ajio.com/superdry-standard-low-rise-skinny-jeans/p/410012951_fwe | | https://www.ajio.com/superdry-striped-sleeveless-fit--flare-dress/p/410015889_phj | | https://www.ajio.com/superdry-strappy-tie--dye-playsuit/p/410015894_52g | | https://www.ajio.com/superdry-super-swimsuit-with-tie-up/p/410015923_02a | | https://www.ajio.com/superdry-double-striped-v-neck-top/p/410015936_11s | | https://www.ajio.com/superdry-floral-print-fit--flare-dress/p/410017337_34r | | https://www.ajio.com/gas-mid-rise-slim-fit-whiskered-jeans/p/410020121_wn39 | | https://www.ajio.com/gas-ralph-slim-fit-polo-t-shirt/p/410020257_1525 | | https://www.ajio.com/s/gas-3483-6296 | | https://www.ajio.com/gas-ralph-s-3-slim-fit-polo-t-shirt/p/410020257_0699 | | https://www.ajio.com/gas-anders-k-lightly-washed-slim-fit-jeans/p/410021674_wk22 | | https://www.ajio.com/gas-mid-washed-straight-fit-norton-jeans/p/410021817_wk79 | | https://www.ajio.com/superdry-mid-rise-skinny-fit-jeans/p/410022144_foq | +---------------------------------------------------------------------------------------+
Please find below update,
As discuss yesterday evening stand up we need to change all schema and all queries.
I changed the spiders according to schema changed all the queries according to schema Myntra and nnow is completed, Now I am working on ajio Myntra and Nnnow issues:
please find the below updates,
Note:By entering the letter we are searching the item from the database its takes too much of time for getting data, by open the site firstly we are getting the all brands which are present in the database and maintain that list in client side and by enter the key we are extracting the brands from the list.
please find below updates,
@SreenivasDega , @malla794 Please suggest me on this
cur.execute("select brand,reference_url,ratings_count,category,discount_percentage,source,selling_price,mrp,image_url,title from products_info where DATE(created_at)>=%s and DATE(created_at)<= %s and source=%s and category=%s and brand=%s ORDER BY discount_percentage DESC limit %s offset %s;",[start_date, end_date, source, category, brandName,limit, offset])
This query is used for getting the data according to filters, but its takes to much of time to extract the data.
please find below updates, 1.I changed all the queries to read the data from MYSQL using pandas
please find below updates, 1.added all category options for category filters Ex: Men,Women,Boys,Girls,Unisex,Unisex Kids 2.Fixed search bar issue , changed all the queries and frontend changes
1.fixed issues in ajio site. a.I have worked on ajio prices issue and data type issue. b.fixed data loading issue for ajio site. c.fixed is_availability empty issue in ajio, now we are populating based on the price details availability.
Please find below updates,
Added US data in fashion site, handled all the filters and pagination according to country filter, by adding country flag some java script issues occurred because bootstrap version are not matching, so I need to work on low to High filter and by selecting myntra its takes too much time.
Please find below updates,
To develop user interface using HTML to publish all the data crawled from fashion sites, similar to Myntra layout.