You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Karma-bot is intended to support various processes in the 0L organization. It sources from and stores data in json files on Github, making it pluggable for other applications and ensuring that no strict dependency is created between the app and the data it produces. The different functionalities of the Karma-bot are defined as modules.
Payment Module
The Payment Module aims at taking away friction from the internal payment processes. It adds proactivity to the current process by notifying payers about their payments due and prevents fidling with json files. Consistent and validated data is generated along the way that can be used as input for reporting applications and dashboards. This module facilitates linking transactional data with mission/task data. For now, this linkeage is done manually by the payer.
Features
Ingest standardized data from work organizing applications like Github and Jira.
Payment proposals are to be generated and sent to the agreed payer only.
From Github:
new completed issues can be used as mission input for the payment proposals
issues from different repositories can be ingested (core dev, analytics, marketing, ...)
ideally, a customized template is created for issues that have some pre-determined fields like Payer, Payee(s) and Bounty.
Payments data should be stored in payments.json and stored on github.
contributors.json is used as a source for looking up address information.
The payer updates payment proposals with tx hash keys to keep track of the link between mission data and transactions made in its context.
This module can make use of an internal relational database, if needed to ensure high availablity, but needs to stay in sync with the json db on Github.
Process flow
The text was updated successfully, but these errors were encountered:
Karma-bot
The Karma-bot is intended to support various processes in the 0L organization. It sources from and stores data in json files on Github, making it pluggable for other applications and ensuring that no strict dependency is created between the app and the data it produces. The different functionalities of the Karma-bot are defined as modules.
Payment Module
The Payment Module aims at taking away friction from the internal payment processes. It adds proactivity to the current process by notifying payers about their payments due and prevents fidling with json files. Consistent and validated data is generated along the way that can be used as input for reporting applications and dashboards. This module facilitates linking transactional data with mission/task data. For now, this linkeage is done manually by the payer.
Features
Process flow
The text was updated successfully, but these errors were encountered: