Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We're currently using Github to gather ideas for our Task TApp, but it's somewhat limited as we can't track idea votes. One thing we could do is taking our dev tutorial as a starting point to build an idea voting TApp. We can call this an Idea Depot app.
This call all be made based on our tutorial-v1 code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our featured dev tutorial goes over how to build a task-based TApp where task makers create jobs that workers complete for TEA payment. We need a way to programmatically decide whether a task has been done successfully or not so the worker can be paid. Let's use this topic to think up task examples that can be algorithmically checked whether they've been done properly. Having these checks in place means our task TApp can release funds without needing any human escrow process.
Beta Was this translation helpful? Give feedback.
All reactions