3 Open Issues Need Help Last updated: Jun 10, 2025

Open Issues Need Help

View All on GitHub
Research Risk Assessment

AI Summary: Implement Telegram OAuth verification in the DeRisk Starknet project. This involves exploring the existing `telegram_app` within the `shared` package, creating an `/auth/telegram-oauth` endpoint, verifying user data using Telegram's OAuth process, saving verified user data to the database (using the provided `crud.py`), and returning appropriate HTTP status codes (200 for success, 401 for failure). A 'Hello' message should be sent to the authorized user.

Complexity: 4/5
good first issue backend onlydust-wave
Research Risk Assessment

AI Summary: Refactor the frontend dashboard application by moving the wallet logic from `Dashboard.jsx` to a shared AppContext for consistent wallet ID management across the app. Create a reusable component for the wallet button and UI elements.

Complexity: 3/5
good first issue Frontend onlydust-wave
Research Risk Assessment

AI Summary: Optimize the dashboard's performance by implementing local storage caching for historical data. The task involves fetching historical data from the API, storing it in local storage for quick display on page load, updating the data in the background, and handling wallet ID changes to ensure data consistency.

Complexity: 3/5
good first issue Frontend onlydust-wave