Abtitu Feeds
Abtitu Feeds is similar to "Connect Server" but pre-connected to Abtitu database with fixed content.
Usage
Simply use Abtitu Feeds when your database architecture is simple as a news feed that contains title, description, tags, images, author and upload datetime. If you're using "List" or "Grid" component to list feeds data, simply add a Storage name to "Abtitu Feeds" and then use ${ YOUR STOARGE NAME.data.posts }.
Action [ Succeeded | Failed ]
Simply click the action you want to define and drag components inside.
Succeeded:
It used to define the action when feed create successfully.
Example
Dismiss the feed input form popup once the feed created. The logic is showed below. ( ) is used to define the action we selected and [ ] is used to define the properties we set:
Abtitu Feeds -> (Succeeded) -> Dismiss Popup
Failed:
It used to define the action when feed create failed.
Example
If you want to give a message telling someone that the feed is fail to create with error message, simply drag a “Alert” component and set its title and message. The logic is showed below. ( ) is used to define the action we selected and [ ] is used to define the properties we set:
Touch ID Auth -> (Failed) -> Alert [Title: Feed post failed!, Content:${messages}]
Properties
Simply click a gear on the right hand corner of related "Abtitu Feeds" component to edit the properties.
Action - The action or request that you want to achieve -- Create, Read, Update or Delete.
Tags - tag of your feed. Simply use "," to create multiple tags.
Title - Title of your feed.
Content - Description of your feed.
Images - The image url of your feed. Simply use "," to create multiple images.
Related Feed Id - Connect to another feed.