Open Issues Need Help
View All on GitHubAI 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.
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.
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.