Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

6 Open Issues Need Help Last updated: Jan 6, 2026

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
documentation good first issue community-bounty help-wanted status:backlog priority:medium effort:medium type:docs

Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

TypeScript
enhancement good first issue frontend

Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

TypeScript

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.

Complexity: 3/5
enhancement good first issue promotional-bounties

Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

TypeScript

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.

Complexity: 1/5
documentation good first issue community-bounty database status:backlog priority:high effort:small type:bug

Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

TypeScript

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.

Complexity: 2/5
bug good first issue community-bounty database status:backlog priority:high effort:small type:bug

Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

TypeScript

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.

Complexity: 4/5
enhancement good first issue help wanted status:ready priority:high effort:medium type:feature

Decentralized Software Organization (DSO) platform connecting talent and businesses on the XDC Network using ROXN token rewards.

TypeScript