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.