dscgt / recycling_website

Admin website for GT OSWM&R.
0 stars 0 forks source link

Record delete and update #60

Closed michaelyfan closed 3 years ago

michaelyfan commented 3 years ago

Adds deletion and updating of checkout records and route records.

How to test

  1. Install new dependencies with npm i
  2. Run the app with npm start
  3. Use Firebase functions to add some checkout/checkin records, and also some route records to the emulated database
    • there are two endpoints available to seed some sample records; see the README for details
  4. Update some records in the UI and ensure these changes show up in the emulated DB
  5. Delete some records in the UI and ensure these changes show up in the emulated DB