annotate_models icon indicating copy to clipboard operation
annotate_models copied to clipboard

Move some codes from AnnotateModels to AnnotateModels::SchemaInfo

Open nard-tech opened this issue 4 years ago • 0 comments

See also #794

AnnotateModels is fat and so hard to maintain.

In order to reduce code lines of AnnotateModels, I moved constants and methods defined in AnnotateModels to another namespace AnnotateModels::SchemaInfo.

AnnotateModels.get_schema_info is moved AnnotateModels::SchemaInfo.generate. Other methods are not renamed.

nard-tech avatar Apr 07 '20 07:04 nard-tech