3 Open Issues Need Help Last updated: Jul 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the microgigs-proxy-contract factory contract to store and retrieve both the contract addresses of individual tasks and their associated details. This involves adding functionality to record task information and implementing a function to fetch all tasks and their corresponding data.

Complexity: 4/5
good first issue factory feature

AI Summary: Implement a function within the microgigs-proxy-contract project that filters a list of tasks, returning only those that are marked as uncompleted and not in progress. This requires modifying the existing contract to include this filtering logic.

Complexity: 3/5
good first issue factory feature

AI Summary: Implement a function allowing users to create new tasks. Each task will be a separate smart contract deployed upon creation. The task creator must send ERC20 tokens to an escrow before task creation is finalized. The task's status (completed, uncompleted, in-progress) must be tracked.

Complexity: 4/5
good first issue escrow factory