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

RSS feeds and email notifications #4

Closed
maxh opened this issue Jun 26, 2013 · 5 comments
Closed

RSS feeds and email notifications #4

maxh opened this issue Jun 26, 2013 · 5 comments

Comments

@maxh
Copy link
Contributor

maxh commented Jun 26, 2013

Chromium Dashboard users should be able to 1) sign up for emails or 2) subscribe to RSS feeds for changes to:

  • P0: Everything on the dashboard (analogous to email notifications on the current spreadsheet)
  • P1: Specific entries (e.g. someone might only care about Shadow DOM)
  • P2: Categories (e.g. someone might only care about Web Components)
@ebidel
Copy link
Contributor

ebidel commented Jun 30, 2013

I've implemented RSS support. You can also get a category-only feed. The list of supported categories
is the normalized string values of:

FEATURE_CATEGORIES = {
CSS: 'CSS',
WEBCOMPONENTS: 'Web Components',
MISC: 'Misc',
SECURITY: 'Security',
MULTIMEDIA: 'Multimedia',
DOM: 'DOM',
FILE: 'File APIs',
OFFLINE: 'Offline / Storage',
DEVICE: 'Device',
COMMUNICATION: 'Realtime / Communication',
JAVASCRIPT: 'JavaScript',
NETWORKING: 'Network / Connectivity',
INPUT: 'User input',
PERFORMANCE: 'Performance',
GRAPHICS: 'Graphics',
}

"Realtime / Communication" -> 'realtimecommunication"

The feed for category is at: /features.xml?categoryrealtimecommunication

For all feeds, it's the last 15 items that were updated

@ebidel ebidel closed this as completed Jun 30, 2013
@ebidel
Copy link
Contributor

ebidel commented Jun 30, 2013

Also, I think we should punt email notifications. RSS gives this POWA!

@maxh
Copy link
Contributor Author

maxh commented Jul 1, 2013

Coolio! The firehose RSS feed works for me (i.e. I can see all changes for all features). But the category-specific link you provided doesn't seem to work. It returns all the entries from all the categories.

@ebidel
Copy link
Contributor

ebidel commented Jul 1, 2013

Thee should be an = after "category"

@maxh
Copy link
Contributor Author

maxh commented Jul 2, 2013

Works. thanks.

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

No branches or pull requests

2 participants