issues Search Results · language:Dune language:Python language:JavaScript language:Java language:Python
Filter by
37.1M results
Create a simple web frontend for the application. The frontend should allow users to view clients, accounts, and
transactional history. It should also allow users to make transactions between accounts. ...
documentation
enhancement
Add a health check endpoint to the application. This endpoint should return a simple status message indicating that the
application is running and healthy. This will be useful for monitoring and for use ...
ci/cd
enhancement
logging
First asses possibilities, then implement support for database migrations.
enhancement
migrations
We need to specify the transactional business rules for our application. We accidentally omitted this part in the
initial implementation. We need to define rules and document them properly. Including diagrams. ...
documentation
enhancement
Inspect the logs. Apparently there is an issue with some operations taking too long. Identify the root cause and fix it.
bug
documentation
logging
Implement additional unit tests, and integration tests to cover the codebase. Use pydantic framework.
enhancement
testing
Task
Fix all TypeScript compile errors in the frontend and ensure every API call has a matching backend endpoint.
Step 1 — TypeScript audit
Run: cd /home/user/Test/frontend npx tsc --noEmit 2 1 Fix ...
gemini-task
We need to set up a CI/CD pipeline to automate the build and test process. We want to ensure that on each push to the
repository, the code is automatically built, tested, and verified against the linter. ...
bug
ci/cd
enhancement
testing
Task
Ensure NO live trades can happen. The platform must be locked in paper-only mode.
Backend changes
1. backend/app/config.py
Ensure TRADING_MODE defaults to paper:
trading_mode: str = Field(default= ...
gemini-task
Currently the application is missing logging. First we need to decide on a logging framework and then implement logging
throughout the application. AI should be instructed to add logging statements at ...
bug
enhancement
logging

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.