- Redid the way the Visibility Suite loads information from configuration files using Phil’s ConfigLoader and SingletonDataDictionary
- Added the concept of namespace to the SingletonDataDictionary, all methods that used the data items name as reference now also have an optional argument called namespace that is a string and is used to distinguish similar named attributes
- Gave namespaces to all the separate projects in Visibility and they now load configuration information based on those namespace. Now all projects can share a single configuration file without overwriting eachother’s values.
- Built, deployed and tested AccountManagers, IngestManager, and Visibility DataNavigator on FGMDev.com all three seem to be working fine
