ACMWM / hardwarecheckout

Hardware Checkout
https://wmacmhardware.herokuapp.com/
MIT License
0 stars 0 forks source link

Multiple item checkout #20

Open Tookmund opened 5 years ago

Tookmund commented 5 years ago

Right now we can only checkout one kind of thing at a time. This could be very inconvenient if someone wanted to checkout a bunch of smaller things

Tookmund commented 5 years ago

We could keep track of the items the user wants to checkout in JavaScript. Then, Checkout could be passed a list of ids of the hardware the user wants

Tookmund commented 5 years ago

The checkout tables hardware and quantity columns would need to be arrays

Tookmund commented 5 years ago

This is an anti pattern called “Jaywalking”