-
Notifications
You must be signed in to change notification settings - Fork 3
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/df 98 debug displays for data for expenses and income #20
Feature/df 98 debug displays for data for expenses and income #20
Conversation
Little adjustments for titleizing the display on some hard-coded text.
…tter display form
…t at the top of the transactions widget
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This branch was checked out locally and discussed on call. The most important pieces of this were changes to how dollars and cents are handled between the backend and frontend, as well as some rendering details related to budgets. As stated, it was checked out locally and functioning along with the changes in place on the backend.
Keypoints:
Debugging changes made on the FE:
Transactions Widget
CashFlow Widget
Related Issue(s)
closes DF-98
Checklist:
Additional Notes:
Rails C Commands to help Debug:
JSON.parse(User.first.cash_flows.to_json)
Income.where(date: Date.new(2024,1,1)..Date.new(2024,1,31)).sum(:amount)
(for January incomes)