Aam-Digital / ndb-core

Easy-to-use case management web app for NGOs anywhere in the world.
http://www.aam-digital.com
GNU General Public License v3.0
55 stars 18 forks source link

Refactor TodoList and related filters + list so that this can use EntityList without custom component #2511

Open sleidig opened 1 month ago

sleidig commented 1 month ago

Currently we have a custom TodoListComponent that adds some custom filter and overwrites that the todo details are opened as a special component in the popup. With a few more generalizations of the code we should be able to remove this custom component and instead just use EntityList here as well.