Open Issues Need Help
View All on GitHubAI Summary: Modify the bounty creation form in the POIDH application to make "open bounty" the default selection instead of "solo bounty". This involves changing the default state of a toggle or similar UI element and potentially adjusting styling to reflect the new default.
AI Summary: The task requires modifying the POIDH application to make URLs within claim cards clickable. This involves applying the same URL-handling logic currently used for bounty descriptions to ensure users can directly access the links within claim cards instead of manually copying and pasting them.
AI Summary: Add status icons (💰, ❌, ✅) to bounty cards on user profile pages to indicate whether a bounty is open, cancelled, or completed. These icons should only appear on the profile page's bounty tab and not on other bounty listings. The implementation requires modifying the frontend to conditionally render these icons based on the bounty's status.
AI Summary: Add a white outline to the POIDH score displayed on user profile pages to improve readability and reduce eye strain caused by the existing red/blue color contrast. This involves modifying the frontend code of the POIDH application to add a white border or outline around the score numbers. The task requires familiarity with the application's codebase and front-end development technologies.