apinf / platform

Apinf - Open source API management platform with multi proxy and protocol support
https://apinf.com/
European Union Public License 1.1
74 stars 33 forks source link

Wireframe and implement RSS feed buttons for API Catalog and Organization Profile #2508

Closed brylie closed 7 years ago

brylie commented 7 years ago

We now have two types of RSS feeds enabled:

In order to help users find the RSS feeds we need at least two things:

Goal

Wireframe

  1. API Catalog button style: http://fontawesome.io/icon/rss-square/ color: #ff9d00 rssapicatalog

  2. Organization Profile rssorganizationprofile

mauriciovieira commented 7 years ago

We also need to add the meta tags for autodiscovery. Related issue: #2521

brylie commented 7 years ago

We also need to add the meta tags for autodiscovery.

@mauriciovieira please read closer the task description.

Nazarah commented 7 years ago

I need a few clarification. Correct me if my assumption is wrong:

  1. RSS feed in the APInf Catalog would be used to notify user about addition of a new API. This will not work if the added API is private and that particular user doesn't have access to that API, right?
mauriciovieira commented 7 years ago

@Nazarah when the API is private, publishing via RSS would be a way to make it publicly available, so in my opinion RSS publication should not make any effect for private APIs.

saransh-dev commented 7 years ago

Hi @brylie , What action should perform after click on RSS feed button on both API Catalog and Organization Profile ? Please advise.

brylie commented 7 years ago

What action should perform after click on RSS feed button on both API Catalog and Organization Profile ?

The RSS feed button should be a hyperlink to the RSS feed. In most browsers, the feed would be rendered as XML, if the user clicks. This allows someone to copy the RSS link and add it to their own RSS viewer.

Some examples can be seen on NASA RSS Feeds page. peek 2017-09-18 10-01