Closed tkakar closed 1 month ago
@keller-mark these would need to be added to the docs, once finalized and approved.
@NickAkhmetov thanks for reviewing. Will add the tests.
It looks very good overall, I would change the naming of these functions and refactor the two into four for clarity, then it is ready to merge
@keller-mark thanks for reviewing. will fix these.
This PR adds functions
get_views()
,get_view_by()
, andremove_view_by
to update or remove a view from the ConfigView. Addresses #104