notification API seems to be slightly 'ahead' of class summary API
See original GitHub issueObserved behavior
Observed by @jonboiser during last week’s hack sessio:
- report data was updated based on an incoming notification
- refreshed the page, and data went back to previous state
Expected behavior
Notifications and class summary API should either be in sync, or at least the summary API should contain the most recent data – not the other way around.
User-facing consequences
Strange fluctuations in reports data
Errors and logs
…
Steps to reproduce
…
Context
0.12.0 beta 4
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Using the Notifications API - MDN Web Docs
The Notifications API lets a web page or app send notifications that are displayed outside the page at the system level; this lets...
Read more >How to remove push notification API | Apple Developer Forums
Hi there. I was trying to submit one of my apps today with xcode7 (iOS9) for internal testing and I got this email...
Read more >Desktop Notifications API - YouTube
Want more? Explore the library at https://www.codecourse.com/lessonsOfficial sitehttps://www.codecourse.
Read more >Notifications - GitHub Docs
You can use the REST API to manage GitHub notifications. For more information about notifications, see "About notifications.".
Read more >Intent - Android Developers
Added in API level 1. Summary: Nested Classes | Constants | Inherited Constants | Fields | Ctors | Methods | Inherited Methods ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s probably easiest to see this on a page like Reports > Lessons.
I’ve tested and confirmed that this issue has been addressed between beta 7 and now:
class_summary_api
incorrectly reported an in-progress content item asNotStarted
. This caused the lesson in-progress state to revert back after navigation, which is when we currently refresh the class summary.