-
Notifications
You must be signed in to change notification settings - Fork 0
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
My Receipts Page #53
My Receipts Page #53
Conversation
…en/temp.kt Delet Temporary File Signed-off-by: SamuelLiSiyuan <[email protected]>
What should be on the View Receipt Page? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the View Receipt page, it should just be the receipt itself, and the information related to it (like date, purchase type, amount, card used etc) not sure if anyone else is working on this though @rachellefontanilla @sophiec103 @jeanniezhang
This is regarding the button for "view" right
Since all this information is already shown on this page, if no more detailed information needs to be presented, I am not sure if it is necessary to have a separate page for it. Anyway, if no one is working on the view receipt page, I can take it. |
hmmm thats a good point. maybe a way to see the image would be good? any suggestions would be great. like for example, if there's a way to get the image of the receipt to be saved to gallery or something |
Signed-off-by: SamuelLiSiyuan <[email protected]>
app/src/main/java/edu/card/clarity/domain/creditCard/CreditCardInfo.kt
Outdated
Show resolved
Hide resolved
…yReceiptsPage # Conflicts: # app/src/main/java/edu/card/clarity/presentation/navigation/BottomNavGraph.kt
My Receipts Page UI and logic,