hack4impact-upenn / avp

Database Management System for AVP
2 stars 0 forks source link

Prod Final Touches #72

Open anjaleenaren opened 1 year ago

anjaleenaren commented 1 year ago
  1. S3 Setup. Create a new S3 Bucket. Add keys for AWS_SECRET_ACCESS_KEY, AWS_BUCKET_NAME to .env
  2. Make sure emailing works properly
trangiabach commented 10 months ago

@anjaleenaren I think there is a bug when we edit the values of the Assignee, Staff and Services Request Columns on the database rows directly.

Steps to reproduce:

  1. Go to the database page and double click on values within the mentioned columns.
  2. Edit values
  3. Click again to save the value (this will call a PUT request to update the referral and then a GET request will be made again to refresh the database)
  4. Expected behavior: After editing, the value within the edited column should have been updated.
  5. Actual behavior: Value is edited (due to the caching of the datagrid) but remains back to the previous version (after the database is refresheed), which means the update request was not successfull.

Here is a video showing the bug:

https://github.com/hack4impact-upenn/avp/assets/62537937/c70a9599-4a5a-4c0d-abe6-3121f559ce5f