-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a base reward for users within this plugin #31
Comments
conversation-rewards
. We could think of splitting this and have the logic here later on.
Perhaps property name changes to:
Note that subtraction and division can be performed with negative sum and fractional multiplier. |
Not sure how |
If every plugin can output some type of standard property like |
I think plugins should just rely on a |
Sure but what is the schema of |
Interoperability will be worse if we introduce heavy coupling. The last case is used by GitHub Actions for example, where |
Yes I agree I think we should model our config after GitHub Actions syntax unless we have a really good reason otherwise. |
Originally posted by @gentlementlegen in https://github.com/ubiquibot/assistive-pricing/issues/27#issuecomment-2338184070
This plugin should output a
Reward
compatible output to be able to be chained with other plugins. The current shape of the rewards is as follows:https://github.com/ubiquibot/conversation-rewards?tab=readme-ov-file#data-structure
What this plugin should output is the following section:
which corresponds to the current reward within the label divided by the amount of users assigned to the task. Once in the output, chained plugins could pick this up and use it for further calculations.
The text was updated successfully, but these errors were encountered: