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

[FEATURE] Receipts #34

Closed
8 tasks done
TreyWW opened this issue Aug 19, 2023 · 3 comments · Fixed by #73
Closed
8 tasks done

[FEATURE] Receipts #34

TreyWW opened this issue Aug 19, 2023 · 3 comments · Fixed by #73
Assignees

Comments

@TreyWW
Copy link
Owner

TreyWW commented Aug 19, 2023

I want to be able to store expense receipts in S3 / local storage.

Preconditions:

Two pages;

Upload Receipt

  • This page prompts the user to upload their receipt, and asign it a name, and "date bought"

List Receipts

  • This page shows the user all of their saved receipts in a nice table
  • Users can click on a receipt and: View an image in browser, which is like a modal popup and also download it to their device
  • Users can also delete the receipt

Acceptance Criteria:

  • Created both pages

Definition of Done:

  • Created tests/urls logged_in and unlogged_in json objects for any added URLS
  • Created tests/views for any added VIEWS
  • Code has been tested with both python manage.py test
  • All of Acceptance Criteria is complete
@TreyWW TreyWW self-assigned this Aug 25, 2023
@TreyWW TreyWW changed the title [Feature RQ] Receipts [FEATURE] Receipts Aug 25, 2023
@TreyWW
Copy link
Owner Author

TreyWW commented Aug 27, 2023

Also added the ocr api to add receipt recognition. Though no feature requires this yet

@TreyWW
Copy link
Owner Author

TreyWW commented Aug 30, 2023

Use HX-swap for outerHTML rather than unused div for items

@TreyWW
Copy link
Owner Author

TreyWW commented Sep 30, 2023

Added in c73bd21

@TreyWW TreyWW linked a pull request Sep 30, 2023 that will close this issue
TreyWW added a commit that referenced this issue Sep 30, 2023
[#34] Receipts, main feature now added +tested
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant