You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what should be investigated or refactored
Remove old methods that are no longer valid with updated OSCALModel interface implementation, for instance:
WriteOscalModel
MergeOscalModels
(others?)
This issue can also contain the swap of the GetType method in the OSCALModel interface to instead of returning the string value for an oscal model, to assign const iota and return, as this is believed to be a cleaner, more idiomatic approach
Describe what should be investigated or refactored
Remove old methods that are no longer valid with updated OSCALModel interface implementation, for instance:
WriteOscalModel
MergeOscalModels
This issue can also contain the swap of the
GetType
method in the OSCALModel interface to instead of returning the string value for an oscal model, to assign const iota and return, as this is believed to be a cleaner, more idiomatic approachAdditional context
Blocked by #747, #748, #873
Expected Deliverable
The text was updated successfully, but these errors were encountered: