boxwise / boxtribute

The code base for Boxtribute 2.0, a humanitarian aid web application making it easy to source, store and distribute goods to people in need in a fair and dignified way
https://www.boxtribute.org/
Apache License 2.0
32 stars 12 forks source link

2nd iteration bugfixes/improvements #1275

Closed MaikNeubert closed 7 months ago

MaikNeubert commented 7 months ago

Feature Refinements Needed Before Launch for Basic Usability

Beneficiary Title should be "Beneficiaries Registered"

Sankey - negative flows should have a negative number and be in the format " (incoming)", e.g. "Stockroom (incoming) -40" -> currently not possible

Small Feature Refinements for Better Impact

Larger Feature Refinements for Better Impact

pylipp commented 7 months ago

Hej @MaikNeubert adding org dimension should be easy. Is the organisation name as single field alright, or do you want the organisation ID in the facts and then look up the name in the dimensions info?

MaikNeubert commented 7 months ago

@pylipp organisation name as single field in the target dimension would be best, keep it simple :)

pylipp commented 7 months ago

@MaikNeubert is it okay if the org name is only present for Shipment type movements?

It does not make much sense for the BoxState or OutgoingLocation types since the only related organisation is the one of the user. For these types null will be returned.

MaikNeubert commented 7 months ago

@pylipp yes, that would be ok

pylipp commented 7 months ago

https://github.com/boxwise/boxtribute/pull/1282