SoPR / maria-tech-brigade-effort

This repository is a place to place ideas and communication records in an effort to keep everything open and accesible.
MIT License
37 stars 1 forks source link

Inventory Tool for collection and Distribution #20

Open astrogexo opened 7 years ago

astrogexo commented 7 years ago

Grassroots organizations in the US need a system to create an inventory of donations before shipping. This will help speed up distribution once the shipment arrives in PR. Furthermore, NGOs on the ground will need to know real-time what is arriving and what they're distributing.

I propose a browser-based barcode scanner linked to a google spreadsheet for simplicity, familiarity, and ease of access.

The tool should be easy to use on a mobile device and allow for both image and manual input of inventory.

astrogexo commented 7 years ago

Found this https://github.com/zxing/zxing.

kalquaddoomi commented 7 years ago

You might be better off with a React Native project for this, linked to an API for synchronization and a local database on the device, rather than a browser-based barcode scanner which would require a bit of work. I've worked with Zebra Crossing before and it really is specifically for Native Apps (it has implementations for Android and iOS).

astrogexo commented 7 years ago

Yes, ideally it would be native but I don't want to haven't people need to install an app.

Maybe that's not a big barrier but from what I've seen on the ground a lot of people running the collection drives aren't technically savvy

⁣Sent from BlueMail ​

On Sep 29, 2017, 4:38 PM, at 4:38 PM, Khaled notifications@github.com wrote:

You might be better off with a React Native project for this, linked to an API for synchronization and a local database on the device, rather than a browser-based barcode scanner which would require a bit of work. I've worked with Zebra Crossing before and it really is specifically for Native Apps (it has implementations for Android and iOS).

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/SoPR/maria-tech-brigade-effort/issues/20#issuecomment-333233117