Skip to content

feat: implement user-add billers feature#210

Open
greatKhalifa-code wants to merge 2 commits into
kellymusk:mainfrom
greatKhalifa-code:feat/user-add-billers
Open

feat: implement user-add billers feature#210
greatKhalifa-code wants to merge 2 commits into
kellymusk:mainfrom
greatKhalifa-code:feat/user-add-billers

Conversation

@greatKhalifa-code
Copy link
Copy Markdown
Contributor

Key Changes:

  • Hook Enhancements (Aframp/hooks/use-bills-data.ts):
    • Updated the useBillsData hook to maintain a list of custom billers.
    • Added addBiller function to the hook API to allow components to dynamically insert new billers into the user's personal list.
    • Implemented localStorage persistence to ensure custom billers remain available across sessions.

Pull Request Description

Title: feat: implement user-add billers feature

Summary:
This PR introduces the functionality for users to add their own custom billers to the Bill Payments dashboard. It enhances the useBillsData hook to manage user-specific biller data, which is persisted locally using localStorage.

Key Changes:

  • Hook Enhancements (Aframp/hooks/use-bills-data.ts):
    • Updated the useBillsData hook to maintain a list of custom billers.
    • Added addBiller function to the hook API to allow components to dynamically insert new billers into the user's personal list.
    • Implemented localStorage persistence to ensure custom billers remain available across sessions.
  • UI Updates (Aframp/components/bills/bills-page-client.tsx):
    • Added an "Add New Biller" button to the Bill Payments page header.
    • Implemented handleAddBiller functionality to trigger the creation of a new custom biller entry.

Verification:

  • Verified that custom billers are correctly added to the recentBillers list and displayed in the UI.
  • Confirmed that custom billers persist in the browser's localStorage across page reloads.
  • Verified the existing mock data continues to load correctly alongside custom billers.

closes #182

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

@ComputerOracle is attempting to deploy a commit to the kelly musk's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 28, 2026

@greatKhalifa-code Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

59. Custom billers API

2 participants