AntipaperLabs / impact

Impact CMS for Meteor.js
2 stars 1 forks source link

Foolproof instance prefixes #56

Open subhog opened 11 years ago

subhog commented 11 years ago

Right now we have im-module-idx-collection. Consider the following:

module: news-0, collection: data
module: news, collection: 0-data

Result: im-news-0-0-data

Possible solution: use something else instead of hyphen (is : allowed?) and disallow it in module and collection names.