Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue proposes the creation of a comprehensive, easy-to-understand user guide specifically for Pool Managers on the Roxonn platform. The guide aims to cover all aspects of their role, from initial project setup and account linking to managing reward pools and bounties, ensuring they can effectively utilize all relevant platform functionalities. It should be well-structured, clear, concise, and include helpful visuals.
Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.
Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.
AI Summary: This issue proposes adding multi-currency support to the Promotional Bounties feature. Pool managers will be able to select XDC, ROXN, or USDC as the reward currency when creating bounties, requiring database, backend, and frontend modifications.
Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.
AI Summary: This issue proposes adding missing database indexes to the `prompt_transactions` table to improve the performance of queries related to user transaction history and prompt usage. The solution involves creating a new SQL migration file to add indexes on the `user_id` and `created_at` columns.
Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.
AI Summary: This issue addresses a missing database migration for the `exo_nodes` table. The table is defined in the TypeScript schema but lacks a corresponding SQL migration file, leading to schema drift and potential runtime errors. The proposed solution involves creating a new migration file that defines the `exo_nodes` table with the correct structure, indexes, and constraints as specified in the schema.
Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.
AI Summary: This issue proposes adding bot commands (`/bounty` and `@roxonn bounty`) to GitHub issues to enable users to create and manage bounties. Pool managers can allocate funds, contributors can request bounties, and the bot will provide automatic responses and notifications. The implementation involves handling issue comment events, verifying user permissions and repository registration, interacting with blockchain contracts for fund allocation, and storing bounty requests in a database.
Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.