-
Notifications
You must be signed in to change notification settings - Fork 1
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/add accounting page #25
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- smart-escrow xdai - dahouse stats xdai
- switch to auto metadata/migration image - add setup container to auto-seed
scottrepreneur
commented
Jan 6, 2023
* Add moloch query * Add useBalances hook * Add namespace for daohaus_xdai * Pass transactions and balances as SiteLayout data
Co-authored-by: Peter Sparacino <[email protected]>
* Add price data to transactions table * Return "unknown value" if no price conversion * Fix typo
* feat(accounting): add column filters (wip) * feat(table-filtering): fix date/number filter * fix(accounting): days-held filter * fix(accounting): update table style * feat(table-filtering): add enum type, tooltips * Don't get balances unless transactions are fetched * Minor tweaks * Tweak useAccounting error messages Co-authored-by: ECWireless <[email protected]>
* Add pagination for DataTable * Make input label dynamic
* feat(accounting): add column filters (wip) * feat(table-filtering): fix date/number filter * fix(accounting): days-held filter * fix(accounting): update table style * fixes (#38) * feat(table-filtering): add enum type, tooltips * feat(accounting): tx-table - add member link (wip) * fix(member-links): add daohaus profile link * feat(accounting): link DAOhaus member profile * refactor(BalancesTable): add aria-label * fix(chains): jsonRpcProvider setup post lib update * refactor(useMemberList): remove console.log * Remove unnecessary comment Co-authored-by: scottrepreneur <[email protected]> Co-authored-by: ECWireless <[email protected]>
* Improve accounting error messages * Add accounting link to navbar * Improve export data formatting
* add current_token_prices table * updated field name
Open
11 tasks
kon-rad
pushed a commit
that referenced
this pull request
Jul 12, 2023
* feat(golden-ledger): add remote graphql schemas - smart-escrow xdai - dahouse stats xdai * fix _meta collision with prefix * chore(hasura): add docker auto-setup - switch to auto metadata/migration image - add setup container to auto-seed * fix(hasura): reload metadata after seeding data * chore(docker): update readme * Add TRANSACTIONS_QUERY * Update caniuse * Add useTransactions * Add data formatter for useTransactions * Add Accounting page * feat(tx-table): initial add * refactor(tx-table): remove chakra-ui/icons dep * fix(tx-table): fix column sorting * feat(tx-table): add 'days held' column * fix(SiteLayout.tsx): show {error.message} * fix(accounting): query hasura * Minor: add useBalances hook (#32) * Add moloch query * Add useBalances hook * Add namespace for daohaus_xdai * Pass transactions and balances as SiteLayout data * chore(hasura-setup): cut setup timeout to 1m * feat(accounting): add balances table * treasury_token_history table added (#33) Co-authored-by: Peter Sparacino <[email protected]> * Add useTokenPrices hook * txnID and symbol columns added (#34) * Minor: add price data to transactions table (#35) * Add price data to transactions table * Return "unknown value" if no price conversion * Fix typo * Add tabs and cell borders to accounting page (#36) * styling(accounting): style tab title * accounting page: add table filters (#37) * feat(accounting): add column filters (wip) * feat(table-filtering): fix date/number filter * fix(accounting): days-held filter * fix(accounting): update table style * feat(table-filtering): add enum type, tooltips * Don't get balances unless transactions are fetched * Minor tweaks * Tweak useAccounting error messages Co-authored-by: ECWireless <[email protected]> * Add pagination for DataTable (#40) * Add pagination for DataTable * Make input label dynamic * Accounting: link DAOhaus member profile from transactions table (#39) * feat(accounting): add column filters (wip) * feat(table-filtering): fix date/number filter * fix(accounting): days-held filter * fix(accounting): update table style * fixes (#38) * feat(table-filtering): add enum type, tooltips * feat(accounting): tx-table - add member link (wip) * fix(member-links): add daohaus profile link * feat(accounting): link DAOhaus member profile * refactor(BalancesTable): add aria-label * fix(chains): jsonRpcProvider setup post lib update * refactor(useMemberList): remove console.log * Remove unnecessary comment Co-authored-by: scottrepreneur <[email protected]> Co-authored-by: ECWireless <[email protected]> * Minor: improve accounting export data (#41) * Improve accounting error messages * Add accounting link to navbar * Improve export data formatting * Feature/add accounting page add current prices table (#42) * add current_token_prices table * updated field name * Improve accounting page loader (#43) Co-authored-by: Matthew O'Connell <[email protected]> Co-authored-by: psparacino <[email protected]> Co-authored-by: ECWireless <[email protected]> Co-authored-by: ECWireless <[email protected]> Co-authored-by: Peter Sparacino <[email protected]> Co-authored-by: Matthew O'Connell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.