Friendly URLs

Sometimes it is necessary to help buyers navigate BO's pages, but it's often difficult due to the various URLs being used.

For example, for someone to view the orders they have placed, the URL is:
https://www.brickowl.com/user/{userid}/orders
but it would be more helpful if it was something neutral:
https://www.brickowl.com/orders

Similarly, to view a particular order, the URL is:
https://www.brickowl.com/user/{userid}/orders/{orderid}
but it would be easier if it was:
https://www.brickowl.com/{orderid}

I end up having to say "Go to your user name, click 'Order History', find the order and click 'View Order', then 'More Actions' ...

The problematic bit is the user ID. Not a massive deal but if it's an easy change I for one would appreciate it.

Comments

This discussion has been closed.