Shobhit Maheshwari
Shobhit Maheshwari
Great solution! An alternate is to convert the class to an interface. ` declare interface UUIDAPIKey { checkDashes(positions: number[], str: string): boolean; isUUID(uuid: string): boolean; isAPIKey(apiKey: string): boolean; toAPIKey(uuid: string,...
If recurring transaction is selected from the drop down menu while adding an expense, that expense id will be inserted in the recurring transaction table once. When listing for the...
Update the PR. Features: - Set the recurring expense schedule - While fetching Group's Expenses, checks if any pending expense exists. If yes, adds into the DB and then lists...
> what happens if no one opens the group for over a month? will it add two recurring entries? or will it skip one? It recursively adds all the pending...
Yes. But we will have to build a scheduler also. For example, we wouldn't fetch all the groups all the time. We would rather fetch only the transactions that needs...
@rgov Have removed archive feature from this PR and opened another PR for the same. Resolved all the comments also.
@rgov Resolved comments. Please check.
@sir-argupta @ankit-kapur Apologies, Completely missed the notifications. Anyways it's resolved and working now. @scastiel can you please review this PR?
Hi @scastiel Can we please merge this PR? Or is there any issue with this PR? This resolves the recurring expenses feature.
Hi 1. It's a good one. 2. This feature still works. Just the problem is you can't update the latest expense (this will result in updating all future expenses. But...