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

Plugin: Schedule change alert #23

Open
glaubinix opened this issue Jan 18, 2014 · 2 comments
Open

Plugin: Schedule change alert #23

glaubinix opened this issue Jan 18, 2014 · 2 comments

Comments

@glaubinix
Copy link
Owner

I was just thinking that it might be useful to display some sort of alert if the schedule changes. I remember that at jsconfeu there was a talk not yet announced in the beginning (or at least not added to the spreadsheet) and I only saw it later by accident.

Implementation: We could simply diff the data from the local storage to the data fetched from the server. Some things should be fairly easy to diff like "Talk was moved to room X" or "Talk X was cancelled".

This could be done with a simple box at the bottom of the page.

@BattleRattle
Copy link
Collaborator

👍

@glaubinix
Copy link
Owner Author

@BattleRattle I just pushed a new branch called "change-notify" could you maybe have a look at it and tell me what you think?

Change detection is working already, design, text and tests still missing.

Unsolved problems:
-create hash or other form of useful object key for comparison (instead of JSON :))
-this plugin now has a plugin dependency on local-storage and needs to be initialized before local-storage, how should we handle something like that?

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