[Libre-soc-bugs] [Bug 464] document the budget used for the project by analysing bugzilla

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Aug 22 01:09:18 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=464

--- Comment #10 from Jacob Lifshay <programmerjake at gmail.com> ---
As part of automatically generating the markdown for budget tracking on our
wiki, I added two new bug fields to bugzilla:
* cf_payee:
    The person who should be paid for completing this task.
    If multiple people should be paid, select "Multiple"

    A dropdown list with the names of all the people on our
    "About Us" page on the wiki, as well as two special entries:
    * "---" the empty entry
    * "Multiple" the entry indicating that cf_payees_list should
      be used instead of cf_payee.

* cf_payees_list:
    The list of people who should be paid for completing this task,
    along with the amount to be paid to each one denominated in EUR.
    The list is in TOML format.

    Only enabled when cf_payee is "Multiple", required to be
    non-empty when enabled.

    Example:
    "Jacob Lifshay" = 120
    "Cole Poirier" = 240
    "Luke Kenneth Casson Leighton" = 456.25

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list