❔ WPF Usability/Design Opinions
So, I think what I want is the following chunk of UI:
Here we have a set of accounting ledgers, displayed within a tree of categories. My intention at the moment is to have the following intraction elements in UI, and I can't decide if this is overly-complicated or not:
For context, a Ledger here is simply something that transactions can target, wherein a transaction indicates money being transfered from a source ledger to a destination ledger. That allows balances to be rolled up per-ledger, or by category. Currently, my models are...
TL;DR does the above UI/UX sound over-complicated or unintuitive?
3 Replies
I don't think so, IMO the "worst" is the restriction on no ledgers at same level as a sub-category because that creates a problem:
What if I created N ledgers and decided that it would be best to separate in 2 sub categories, what do I do with the N ledgers? Do I move tem by hand to another category just to create the subcategories? Do I delete them to then recreate them by hand?
Maybe have a specific flow to create a sub category and include all child nodes to it automatically?
hmmmmm
that's a good point
yeah, you'd basically have to create a new category somewhere else, probably the root
move all the ledgers to it
then move it into position
ugh
I need to just support mixing lists, don't I
god, that's gonna be a pain in the ass
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.