I am building a small rails app and I need a way to generate tracking numbers to give to customers to check up on their status. I want something similar to what the major s
Why not use a hashmap to store the order information and provide the users with a decimal/hex representation of the ID? It's unique enough.