Right now mission ids are generated by the mission's namespace and its id. This method allows us to only use caps and to have a maximum of 5 characters only. Instead we can use a hash table of all namespaces which would allow us to use both caps and lower cases as well as as many characters as we want.