blaiszik/moment

Add Aggregation Support for Different Credit Types

Closed this issue · 1 comments

Currently we accept general "credits". We should also or exclusively (?) collect credits for

  1. data
  2. applied AI
  3. infrastructure

See Overleaf narrative for description. This will allow users to specialize in different types of tasks

image

Credits are now specified in project repositories in the form:

{"credits":{"user":"blaiszik", "type":"data", "value":7}}

This should allow us to extend to other credit types more flexibly, without updating significant software and collection aspects.