|
|
ProceduresBelow the procedures, which describe the working of the White Rhino Feed Reader.
Get Feeds Procedure

- crond activates the “Get Feeds” process on a regular interval
- The “Get Feeds” process checks in the database which feeds to get
- The database returns the feeds which should be fetched
- The “Get Feeds” process fetches the feeds
- The “Get Feeds” process places the feed news into the database
Add Custom Feed Procedure

- A(registered) user adds a feed to the database via the “Add Custom Feed” procedure
- The “Add Custom Feed” procedure informs the administrator of the new feed
- The administrator approves or declines the addition of the new feed
(Un)subscribe Feed Procedure
subscribe feed procedure.png)
- a. A (registered) user requests to subscribe to a feed via the “Subscribe” procedure
- a. The “Subscribe” procedure adds the requested feed to the users custom feed
- b. A (registered) user requests to unsubscribe to a feed via the “Unsubscribe” procedure
- b. The “Unsubscribe” procedure removes the requested feed from the users custom feed
Get Custom Feed Procedure

- The user requests a (custom) feed
- The “Get Custom Feed” procedure gets the custom feed from the database
- The “Get Custom Feed” procedure returns the requested (custom) feed to the user
|
|
 |