Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system configuration (data input window variable) #6

Closed
GoogleCodeExporter opened this issue Nov 8, 2015 · 2 comments
Closed

system configuration (data input window variable) #6

GoogleCodeExporter opened this issue Nov 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. potential out of synch issue with "max_length" variables across modules 
(report_gen & gts)

What is the expected output? What do you see instead?
The system configuration should be outside of the modules. Instead magic 
numbers for the same variable are included in multiple modules, leading to a 
potential variable synch issue.

Need to complete a review of the code to identify and move all in module 
configuration variables shared between modules into a shared configuration file.


Original issue reported on code.google.com by brian.mo...@gmail.com on 16 Dec 2011 at 11:18

@GoogleCodeExporter
Copy link
Author

This should be expanded to say that all configuration currently embedded in the 
source files needs to be moved into external config files.

Original comment by brian.mo...@gmail.com on 27 Jan 2012 at 2:43

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

global_config.json created to merge configurations.

Original comment by brian.mo...@gmail.com on 25 Feb 2012 at 2:27

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant