Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.52 KB

Subscription-Handling.md

File metadata and controls

30 lines (27 loc) · 1.52 KB

Subscription Handling

Clicking on the Subscription Handling element will display some buttons in main page which help perform a number of subscription related actions. A table may become visible, which is populated by the information about the stored (if any) subscriptions in the connected database. This view is also the default view of the Eiffel Intelligence Frontend, once the authentication (if enabled)is done.

Add Subscription

This button opens a form with a number of fields to create a subscription through subscription endpoint (POST /subscriptions).

Reload

This button reloads the data from the database and refresh the data in the subscription table

Bulk Delete

This button deletes all the selected subscriptions in the table from the database.

Get Template

This button downloads a subscription template

Upload Subscriptions

This button help uploads a subscription by opening a file explorer

EI Backend Status

This button indicates, through its colour, whether a backend instance is connected with frontend or not. The green colour means backend is connected while red means no instance is connected.

Search

To search subscriptions with matching names in the database (displayed in the table).

More Subscriptions related information can be found here and here