Open Issues Need Help
View All on GitHubAI Summary: Refactor the `MarkdownRenderer` component to be more versatile and reusable across different parts of the Hive Platform application, instead of being tied to specific variants. This involves making it less dependent on variant-specific styling or logic.
Hive Platform is an AI-first product management assistant that helps PMs plan backlogs, structure roadmaps, and accelerate delivery through an integrated bounty system.
AI Summary: This task requires migrating the `pool_api_key` field from the `Users` table to a new `Swarm` table. This involves altering the database schema, updating all application logic that uses `pool_api_key` to reference the new location in the `Swarm` table, and ensuring the application functionality remains unchanged after the migration.
Hive Platform is an AI-first product management assistant that helps PMs plan backlogs, structure roadmaps, and accelerate delivery through an integrated bounty system.
AI Summary: Rename the Prisma database table `github_auth` to `GithubProfile`, update all references to this table and its columns in the codebase, and create a migration script to reflect this change. The goal is to improve the database schema's clarity and prepare for future integrations with other providers.
Hive Platform is an AI-first product management assistant that helps PMs plan backlogs, structure roadmaps, and accelerate delivery through an integrated bounty system.
AI Summary: Modify the `docker-compose.dev.yml` file and/or the Dockerfile to automatically run `npx prisma generate` and `npx prisma migrate dev` within the container before the application starts. This will eliminate the need for manual execution of these commands after container startup.
Hive Platform is an AI-first product management assistant that helps PMs plan backlogs, structure roadmaps, and accelerate delivery through an integrated bounty system.