• When you click on links to various merchants on this site and make a purchase, this can result in this site earning a commission. Affiliate programs and affiliations include, but are not limited to, the eBay Partner Network.

Order Tracking and Estimates
0

5 posts in this topic

First basically everyone wants to know all the time when their grading will be completed and where their collectibles are. The current methods for estimating anything are completely arbitrary since everything is dependent upon current volume or "Work In Process."  For example saying my items are at "Scheduled For Grading" means literally nothing if you don't know how many items are in that pool and where yours falls in that "First In First Out" line. 

If you have a database where all items are given a number and if each "operation" has an ID (Received, Scheduled for Grading, Grading, Quality Check, Shipping, etc) then wouldn't it make more sense to incorporate an SQL query to pull in an orders item number, operation and Count of items ahead of you in that operation and plug that into the website? It could be all automated and update on a schedule or as people check their order status. Most likely for bandwidth the best idea would be to update the query like once a day.

I mean if I looked at my order and saw Item Number 1 is at Grading with 300 items ahead of it and then later checked and it said 200 items ahead of it... I wouldn't bother asking where my item is. I would just keep checking to see if it had moved closer. 

This would require each item being 'moved in' and 'moved out' of each operation as they are completed. Queries could be written to give you a lot of metrics based on that information. 

Link to comment
Share on other sites

  • Administrator

Hello,

Thank you for your suggestion!  We are always working on finding more efficient processing methods.  However, we are limited to what we can do with our current system.  But, hopefully, sometime in the near future we will be getting a new system that should allow for a lot of positive changes.  

Thank you!

Link to comment
Share on other sites

It's basically what I do all every day at work. If you have a database (IBMDB2, Oracle, TSQL, etc) a query could be written fairly easily to do just this and that can be incorporated into HTML via several different methods. We use Python to create database websites that are user adjustable in the sense that they can enter a lot ID and search for it and pull up all the relevant data. Any IT type should be able to create something. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
0