Zach Gollwitzer

Results 62 issues of Zach Gollwitzer

I am a first time user of `nx`, and so far, really like it. I am starting to utilize libraries with my NestJS application, and had a question on the...

question

This PR addresses the following: - [x] Add seed data for `account_balances` and `valuations` tables - [x] Hook up live data to D3 chart and valuations table - [x] Add...

This PR is a very rough sketch of the `Transaction` model and the UI for it. UI is mostly static for now. Subsequent PRs will address syncing transactions, search and...

This PR introduces a basic account sync flow and algorithm. The classes and code organization may change in the future, but this lays the foundation for the overall "sync strategy"...

Calculates a family's assets, liabilities, and net worth + series for each. This calculation assumes every account is in USD for now, which will need to be updated to support...

#### Describe the issue and the actual behavior There seems to be a mismatch between `react-number-format` native input types and React's `InputHTMLProps` ![image](https://user-images.githubusercontent.com/16676157/216052154-73a032f3-3dcc-4e85-bd44-d16d389ea3c3.png) When "spreading" the props to NumberFormat, the...

This is part 1 of a series of PRs that will enable a user to import transactions in bulk via CSV imports. ## Overview The overall strategy is to: 1....

## Overview Self hosting with Docker compose has been a highly requested feature and we plan to support it. But due to feature prioritization, we are making this a community-led...

:wrench: Backend
:computer: Self Hosting

This is a small follow-up to #611 and is likely a view-only issue. ## Repro 1. Open your self hosted app 2. Go to self host settings, disable auto-upgrades 3....

:bug: Bug

#585 covered a general flow around triggering account syncs and keeping track of the _last_ account sync. This issue is for displaying a global sync message when one or more...

:bulb: Improvement