Something I often am running into as a dev. "What range(s) should I give my new project?"
Would it be possible / feasible to have a view that shows an overview in the current workspace?
I'm thinking a Tablegrid of: Columns -> Object Types, Rows -> Projects in the workspace. Cell value would be a string of ranges, like "50000..50009" or "60100..60119,90000-90100".
Then it becomes much easier to get an overview of the whole workspace and know "What are the next block of 50 objects in the ranges".