Open Issues Need Help
View All on GitHubAI Summary: Implement integration tests for Create, Read, Update, and Delete (CRUD) operations for Google Drive, OneDrive, and Box cloud storage providers within the Nimbus project. This ensures the functionality of interacting with these providers is correctly implemented and robust.
An open source alternative to Google Drive, One Drive, iCloud, etc.
AI Summary: This task requires integrating Box cloud storage support into the Nimbus application. This involves updating the BetterAuth configuration to handle Box logins, creating a Box provider SDK (or utilizing an existing one), implementing basic file operations mirroring Google Drive functionality, building a general provider utility for selecting providers, and updating application routes to use the general provider. The task also includes account linking functionality.
An open source alternative to Google Drive, One Drive, iCloud, etc.
AI Summary: Implement drag-and-drop functionality for files and folders within the Nimbus cloud storage application. This includes the ability to move files and folders between directories and to add/remove tags via drag-and-drop.
An open source alternative to Google Drive, One Drive, iCloud, etc.
AI Summary: Implement a file tree navigation sidebar for a cloud storage application. This involves recursively fetching and displaying folder contents from various cloud providers (Google Drive, OneDrive, etc.), handling large folder structures efficiently, and providing visual feedback (e.g., folder expansion/collapse icons). The implementation should consider API rate limits and optimize performance through caching and potentially limiting initial data retrieval.
An open source alternative to Google Drive, One Drive, iCloud, etc.
AI Summary: The task involves adding support for Amazon S3 cloud storage to the Nimbus project. This includes figuring out how to manage multiple S3 accounts (without OAuth), setting up the necessary S3 SDK, and creating a provider class to handle basic file operations mirroring Google Drive's functionality. The provider class may be generalized to support other cloud providers.
An open source alternative to Google Drive, One Drive, iCloud, etc.
AI Summary: This task requires adding Dropbox support to the Nimbus cloud storage application. This involves configuring BetterAuth for Dropbox login, creating a Dropbox provider SDK (or utilizing an existing one), implementing basic file operations mirroring Google Drive functionality, building a general provider utility, and updating application routes to use this utility.
An open source alternative to Google Drive, One Drive, iCloud, etc.
AI Summary: Redesign the Nimbus cloud storage application dashboard based on a provided Figma design. This involves breaking down the redesign into smaller, manageable pull requests focusing on the header, sidebar, and file display components. Each component should integrate with existing functionality to fetch and display data from Google Drive, rather than using dummy data.
An open source alternative to Google Drive, One Drive, iCloud, etc.