Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(Statements): As a user, I should be able to drop in my pdf bill and add billings into the app #54

Open
5 tasks
mrsauravsahu opened this issue Mar 5, 2023 · 0 comments

Comments

@mrsauravsahu
Copy link
Member

mrsauravsahu commented Mar 5, 2023

Features:

  • Upload pdf file of the bill to create new bill

Tasks:

  • Create a files service with files graphQL API to upload file and return a Guid
  • Create an addBill mutation to upload pdf bills/statements via bills GraphQL API(gateway -> bills -> files)
  • Queue an event that new file is ready to be parsed
  • The parsed data should attach itself to a relevant bill (if uploaded via UI), otherwise try to figure out which bill it might belong to.
@mrsauravsahu mrsauravsahu self-assigned this Nov 6, 2023
@mrsauravsahu mrsauravsahu changed the title chore: as a user, I should be able to drop in my pdf bill and add billings into the app Feat(Statements): As a user, I should be able to drop in my pdf bill and add billings into the app Nov 6, 2023
@mrsauravsahu mrsauravsahu added this to the v0.3.0 milestone Nov 18, 2023
@mrsauravsahu mrsauravsahu removed their assignment Nov 18, 2023
@mrsauravsahu mrsauravsahu removed this from the v0.3.0 milestone Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant