[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
Mon Sep 7 23:06:29 BST 2020


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

--- Comment #23 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Jacob Lifshay from comment #22)
> if you want one line per person:
> "person1" = 123
> "person2" = 456
> ...
> 
> on submission becomes (using inline tables):
> "person1" = { amount = 123, submitted = 2020-04-05 }
> "person2" = 456
> ...
> 
> on payment becomes:
> "person1" = { amount = 123, submitted = 2020-04-05, paid = 2020-06-08 }
> "person2" = 456
> ...
> 
> 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.

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


More information about the libre-soc-bugs mailing list