Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prod Final Touches #72

Open
anjaleenaren opened this issue Jun 24, 2023 · 1 comment
Open

Prod Final Touches #72

anjaleenaren opened this issue Jun 24, 2023 · 1 comment

Comments

@anjaleenaren
Copy link
Contributor

  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
Copy link
Contributor

@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:

Screen.Recording.2023-08-05.at.9.52.07.PM.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants