Payment Grouping
Making multiple payments in one day is spamming my feed with adding to the pot, itād be nice to group payments. (This could also apply to payments anywhere and not just pots) There wouldnāt have to be any hard-work or restructuring, itād simply be grouping based on the day. Therefore when you render payments, If there is more than one payment from āXYZā then merge into group. This would also be nice for my amazon as if items are dispatched separately, I get multiple payments showing.
āCoin Jarā Feedback (Totally my opinion, subject to change)
Works fast, and as expected! However, not the best implementation.
I would prefer to easily identify a Coin Jar from my other Pots.
- Perhaps a small icon of loose change on the listed item? (Grouped)
- Perhaps a āSaved Today: Ā£0.23ā on the right side of the Date. (Updates with more purchases)
- Perhaps on a per payment basis, small grey text under each payment āSaved Ā£0.01 to Coin Jarā
Iād like to see a āOne Time Useā (āRadio Buttonā) state on the āPot Creationā page that you select on creation. If I already have a āCoin Jarā active, the integration should be āDisabledā to show me I already have one.
Therefore removing the need of a naming convention by having to call it āCoin Jarā, you could call it āChangeā, āCoffee Fundā, āRound Upsā, and itād have a small coin icon next to it to make it recognisable.
Currently a āCoin Jarā is activated by calling it a āCoin Jarā, but thatās got limitations.
Potential Structure:
pots = {
{ id = pot_xxx, name = āHolidayā }
{ id = pot_yyy, name = āCoffee Fundā } - (Coin Jar)
{ id = pot_zzz, name = āSavingsā } - (Integration)
}
pot_tools = {
monzo_roundup{ onetimeuse = true, use = āpot_yyyā }
nutmeg_stocks { onetimeuse = false, use = āpot_zzzā }
moneybox_lifetime { onetimeuse = false, use = FALSE } - Inactive Integration, no pot assigned
}
ā
IF oneTimeUse = True
- If thereās no pot assigned then allow the user to create a pot using the feature.
- If there is a pot assigned to āuseā then donāt allow the user to add a pot, but allow the user to āUnlinkā their existing pot.
IF oneTimeUse = False
- Allow a user to add as many pots as they like using the integration.