We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: Add a new table to the database schema to store user liquidity positions.
To do:
Description: Update the EventProcessor class to calculate user liquidity positions and store them in the newly created UserLiquidity table.
Description: Write unit tests to ensure the new functionality works as expected and the data is stored correctly in the UserLiquidity table.
Description: Update the API to return user liquidity positions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Work in progress - not ready to start!
Task 1: Extend the data model
Description:
Add a new table to the database schema to store user liquidity positions.
To do:
Task 2: Update the EventProcessor class
Description:
Update the EventProcessor class to calculate user liquidity positions and store them in the newly created UserLiquidity table.
To do:
Task 3: Write tests for the new functionality
Description:
Write unit tests to ensure the new functionality works as expected and the data is stored correctly in the UserLiquidity table.
To do:
Task 4: Update the API to return user liquidity positions
Description:
Update the API to return user liquidity positions.
To do:
The text was updated successfully, but these errors were encountered: