norkator / paketin-seuranta

Privacy preserving parcel tracking application for Android supporting multiple parcel courier companies. App is targeted in Finnish market. Standalone app, no private backends, tracking or overkill infrastructure. No ads or paid content.
https://play.google.com/store/apps/details?id=com.nitramite.paketinseuranta
MIT License
11 stars 5 forks source link

Add number of pieces/packages #122

Closed norkator closed 3 years ago

norkator commented 3 years ago

Should have how many pieces parcel contains

ristomatti commented 3 years ago

This sounds promising. Would it be a) about how many of X have you purchased or b) how many separate parcels are sent?

Scenario A is a bit difficult unless you only order type of an item at once. But of course it could be nice to have this somehow handled by the interface. To me it would be ideal to have a list of N product/item lines with separate count and unit fields. But maybe this would be overkill? It might also be difficult to add this in a backwards compatible manner.

And B is something I've currently been doing by adding extra tracked shipments and added something like "1/2" on the names. But it would definitely be nicer to have the possibility to add multiple tracking numbers/couriers under one tracked delivery.

@norkator I'll wait for your initial intention with this before throwing any more features in the air. :smile: