You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The monthly allocation% is already calculated as part of the person summary (although maybe we might want to move it to another module to avoid the potential of future cyclic imports)
Shouldn't be super hard, the necessary functions should already exist (?)
So instead of
as the columns, we'd have
(for example.)
The monthly allocation% is already calculated as part of the person summary (although maybe we might want to move it to another module to avoid the potential of future cyclic imports)
whatwhat/lib/person.ml
Lines 32 to 40 in a63c076
and the output tables should be easy to edit as they're dynamically constructed from a list of list of strings
whatwhat/lib/pretty.ml
Lines 61 to 69 in a63c076
so the necessary functionality should all be there.
The text was updated successfully, but these errors were encountered: