[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
Tue Sep 8 09:13:19 BST 2020


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

--- Comment #24 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
(In reply to Jacob Lifshay from comment #23)

> > or, if we leave out the submitted date for paid amounts:
> > "person1" = { amount = 123, paid = 2020-06-08 }
> > "person2" = 456
> > ...
> 
> I'm going to implement the above version, if we decide we want a different
> scheme, it should be pretty easy to adapt the code, since the only spot that
> would need to be changed is where the internal data structures are created
> from bugzilla, all the code that uses the internal data structures won't
> need to change.

yeah it looks very reasonable. it may get a little long (line-wrap), if it can
be done as a list "person = [123, 2020-06-08]" that's shorter, and we know
(implicitly) that 1 date means "submitted", 2 dates means "paid".

that stands a chance of fitting on a single line without wrapping and thus
making it readable in a web browser.

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


More information about the libre-soc-bugs mailing list