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

Bug with event changes not showing, even on refresh #312

Open
gavrielrh opened this issue Feb 25, 2020 · 0 comments
Open

Bug with event changes not showing, even on refresh #312

gavrielrh opened this issue Feb 25, 2020 · 0 comments
Labels

Comments

@gavrielrh
Copy link
Contributor

Describe the bug
When updating events via the website, they don't appear to change on the site until the cache is invalidated.

To Reproduce
Steps to reproduce the behavior:

  1. Go to /events
  2. Create or edit an event
  3. Refresh the page
  4. The change appears to not have taken place
  5. Open the Network tab in your browser's developer tools
  6. Check the box to disable/invalidate cache
  7. Refresh to see the change
  8. Try another change
  9. Confirm that since the cache is being invalidated, the change propagates instantly

Behavior:

  1. Current Behavior:
    POST/PUT/Delete behaviors resolve immediately, but the changes aren't immediately propagated to the frontend
  2. Expected Behavior:
    POST/PUT/Delete behaviors resolve immediately, and the changes are immediately propogated to the frontend

Desktop/OS/Smartphone information:

  • OS: ALL
  • Browser: ALL
@gavrielrh gavrielrh added the Bug label Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant