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

Create an RSS plugin #4

Open
3 of 6 tasks
reefdog opened this issue Jun 23, 2020 · 0 comments
Open
3 of 6 tasks

Create an RSS plugin #4

reefdog opened this issue Jun 23, 2020 · 0 comments
Labels
plugin: rss Relates to the RSS plugin

Comments

@reefdog
Copy link
Collaborator

reefdog commented Jun 23, 2020

We need to create a plugin that will fetch and render content from one of two RSS feeds depending on user authentication status. High-level needs:

  • Reads/verifies user authentication status (set by the SSO plugin)
  • Fetches and parses appropriate feed based on status
  • Displays an index of entries
  • Allows opening/reading individual entries
  • Remembers read items
  • Looks handsome and follows STAT branding guidelines
@reefdog reefdog self-assigned this Jun 23, 2020
reefdog added a commit that referenced this issue Jun 24, 2020
This initial version of the RSS plugin adds:

- A control settings area for app owners to set authenticated feed
  credentials
- Attempting to load and validate user data set by the SSO plugin
- Attempting to load and use authenticated feed credentials set by the
  control
- Negotiating which feed to use based on authentication status
- Fetching and rendering headlines appropriately

It is significantly missing:

- The ability to read an article
- Any styling or branding
- Live verification of the user information read from localStorage

Affects #4
@reefdog reefdog added the plugin: rss Relates to the RSS plugin label Jun 24, 2020
reefdog added a commit that referenced this issue Jun 24, 2020
This initial version of the RSS plugin adds:

- A control settings area for app owners to set authenticated feed
  credentials
- Attempting to load and validate user data set by the SSO plugin
- Attempting to load and use authenticated feed credentials set by the
  control
- Negotiating which feed to use based on authentication status
- Fetching and rendering headlines appropriately

It is missing, among other things:

- The ability to read an article
- Any styling or branding
- Live verification of the user information read from localStorage

Affects #4
reefdog added a commit that referenced this issue Jun 24, 2020
This initial version of the RSS plugin adds:

- A control settings area for app owners to set authenticated feed
  credentials
- Attempting to load and validate user data set by the SSO plugin
- Attempting to load and use authenticated feed credentials set by the
  control
- Negotiating which feed to use based on authentication status
- Fetching and rendering headlines appropriately
- Image resources required by BuildFire

It is missing, among other things:

- The ability to read an article
- Any styling or branding
- Live verification of the user information read from localStorage

Affects #4
reefdog added a commit that referenced this issue Jun 29, 2020
This initial version of the RSS plugin adds:

- A control settings area for app owners to set authenticated feed
  credentials
- Attempting to load and validate user data set by the SSO plugin
- Attempting to load and use authenticated feed credentials set by the
  control
- Negotiating which feed to use based on authentication status
- Fetching and rendering headlines appropriately
- Image resources required by BuildFire

It is missing, among other things:

- The ability to read an article
- Any styling or branding
- Live verification of the user information read from localStorage

Affects #4
@reefdog reefdog removed their assignment Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin: rss Relates to the RSS plugin
Projects
None yet
Development

No branches or pull requests

1 participant