tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

Add support for adding objects to a list #69

Closed mosmuell closed 11 months ago

mosmuell commented 1 year ago

Is your feature request related to a problem? Please describe. I need to add items from lists sometimes, and I want that to be reflected in the frontend.

Describe the solution you'd like This would involve overwriting append within DataServiceList.

One could also think of implementing insert, extend, pop, remove and clear, but this would require some thorough analysis and should be done in a separate MR.