revenz / Fenrus

A personal home page for quick access to all your personal apps/sites.
MIT License
518 stars 31 forks source link

Feature request - Smart app info box provide description of functionality #116

Closed Frooodle closed 1 year ago

Frooodle commented 2 years ago

As a user i would want to know what functionality a smart app would provide if I were to input my properties into it. As such a short description should be able to be provided within the "Info" section of the app.json alongside Author and AppUrl Section

revenz commented 1 year ago

added, FileFlows app is the only app that currently uses this, but just update a app.json to include the info.

For example

{
  "Name": "FileFlows",
  "TestFunction": true,
  "Interval":5,
  "Icon": "icon.svg",
  "Info":{
    "Authors": ["John Andrews"],
    "AppUrl":"https://fileflows.com/",
    "Description": "Shows information from FileFlows including files that are currently processing, files that have been processed.\n\nCan show a carousel for currently processing files.  Bar charts for processed files, or basic information if the size of app is set to medium."
  }
}