dovpanda icon indicating copy to clipboard operation
dovpanda copied to clipboard

dev mode adds more hooks for testing purposes

Open DeanLa opened this issue 5 years ago • 3 comments

DeanLa avatar Oct 22 '19 17:10 DeanLa

IMHO it will be more robust to add a level parameter to the hooks and not split it like this - in the case, you'll want to add a different type of group you'll need to add another file in this way. WDYT?

galbraun avatar Oct 22 '19 18:10 galbraun

Agree. Currently a hook is 2-tuple with (hook_functiob, hook_type). I believe it will be best to create a Hook class with those properties. it will also make it easier to call for different methods and custom display even.

DeanLa avatar Oct 22 '19 19:10 DeanLa

Waiting for https://github.com/DeanLa/dovpanda/pull/24 to be merged so we can refer level of the ledger from self

galbraun avatar Oct 23 '19 15:10 galbraun