-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: Update page automatically when the cookies are ready #5
Comments
- Puts cookie retrieval markup in separate partial - Adds SSE support on ovens controller - Adds SSE listener on the client side Issue: #5
Important observation here. I lost a lot of time trying to figure out why RSpec stops working when I know it's related to I didn't continue to avoid losing more time |
- Fixes users being able to query other users ovens - Fixes hardcoded oven_id in EventSource constructor argument - Tiny refactor in user oven lookup Issue: #5
- Fixes users being able to query other users ovens - Fixes hardcoded oven_id in EventSource constructor argument - Fixes double subscription to event source (check comments) - Tiny refactor in user oven lookup Issue: #5
Given I have unfinished cookies in an oven
And I am on the oven page
Then I should see that the cookies are not yet ready
When the cookies finish cooking
Then I should see that the cookies are ready
Note: Periodic polling is acceptable, but only the relevant part of the page should update
The text was updated successfully, but these errors were encountered: