WILCO
  • 👩‍🎓User Manual
    • USER MANUAL
      • welcome page
        • create an account
        • login
          • login troubleshooting
        • logout
      • landing page
      • fleet dashboards
        • URL
        • fleet header
        • fleet
        • current alerts
        • map
      • aircraft timeline
        • overview
        • timeline header
          • calendar
          • warnings
          • show cleared
          • show hidden
        • tags
        • custom message
      • dashboards
        • overview
        • header
        • dashboard
        • parameters
          • search parameter
          • plot graph
          • trend chart
      • open a ticket
    • DESIGNER USER MANUAL
      • Manual post
        • copy text
        • upload file
          • CSV insertion
          • elasticsearch aggregation
      • Edit layouts
        • type of layouts
        • manage layouts and uplinks
        • create layout
          • report parser
          • web connector
        • IFT at Layout
      • Edit Fault codes
        • IFT at Fault Code
      • Edit parameters
        • IFT at Parameter
      • Edit Dashboards
        • create new dashboard
        • edit dashboard
        • Dashboards
          • Dashboard drawing tips
            • Illustrator
          • Dashboard rules
            • Libraries
            • Variables
            • Utils
            • Debugging the rules
            • Graphs
              • creation of the graph
              • Set the title of the graph
              • draw some zones
              • draw a serie (curve)
              • draw horizontal line
              • draw vertical line
              • draw circles
              • Example
            • WILCO.alertWarning
              • WILCO.alertInfo
            • WILCO.alertError
            • WILCO.api
            • WILCO.user
            • WILCO.getEventsForFwot
            • WILCO.getEventsForFwotMinMaxDate
            • WILCO.getSamplesForFwot
            • WILCO.getSamplesForFwotMinMaxDate
            • WILCO.getSampleTableForFwot
            • WILCO.getSamplesTableForFwotMinMaxDate
            • WILCO.getEventsStats
            • WILCO.dsv
            • WILCO.uplink
      • Edit Trends
        • create new trend
        • edit trend
        • Trends
          • Use the tags
          • Access to the surrounding values
      • Edit IFTs
        • edit IFT
        • create an IFT
        • IFT V2
          • moment
          • underscore
          • current Fwot
          • Samples
          • FW.api
          • FW.getWilcoUrls
          • FW.http
          • FW.getEvent
          • FW.getOtherEvent
          • FW.getEvents
          • FW.getFwot
          • FW.getFwots
          • FW.notify <deprecated>
          • FW.notifyWithTemplate <deprecated>
          • FW.email
          • FW.setFrom
          • FW.setTo
          • FW.setTitle
          • FW.setVisible
          • FW.setSeverity
          • FW.setComputedDate
          • FW.setStyle
          • FW.getSamples
          • FW.report
          • FW.reportInfo
          • FW.reportWarn
          • FW.reportFault
          • FW.reportError
          • FW.log
          • FW.updateProperties
          • FW.setFlightStatus
          • FW.setLoc
          • FW.uplink
          • FW.set
          • FW.updateSomeFwotProperty
          • FW.updateFwotProperty
          • FW.removeFwotProperty
          • FW.removeSomeFwotProperty
          • FW.tag
          • FW.untag
          • FW.postEvent
          • FW.reportFaultCode
          • FW.querySamples
          • FW.getRaw
          • FW.getBit
          • FW.csv
          • FW.machineLearningPredict
          • FW.webhook
          • FW.getPlugins()
          • FW.json
      • Show Uplinks
      • General Conf
        • Assets
          • Fwots
        • Configuration
          • Constants
          • Docs
          • Event tables
            • Tables
              • JSON structure
                • Title
                • filters
                • cols
                  • Fields of a column
                • Example
      • examples
        • flow of the data
        • use Constants
        • use Doc
        • use EventTable
        • use algorithm on trends
      • Code snippets
        • Get the last UPLINK message with filters
        • Automatically handle faultcodes according to a doc and a regex
        • Get the current airport
        • goto a page from a dashboard
        • get the samples and events over the 3 last legs
        • Webhooks: Get data from typeform and post it to ELK
        • Download a file from a SVG click
        • Clone a SVG template with D3
        • Cheat sheet
    • ADMIN USER MANUAL
      • General Conf
        • Access rights
          • API keys
          • Users
        • Assets
          • Airlines
          • Fwot types
          • Fwots
        • Configuration
          • App configs
            • UPLINK_ROUTING
            • SEND_MAIL
            • DO_UPLINK
            • UPLINK_PATH
            • MAX_DAYS_WITHOUT_EVENTS
            • ACARS_RECIPIENT
            • MAIL_TEMPLATE
            • USE_CURRENT_DATE
            • DO_UPLINK_AUTOMATIC_BLACKLIST
            • DO_UPLINK_MANUAL_BLACKLIST
            • UPLINK_EXPIRATION_MINUTES
          • Bookmarks
          • Constants
          • Docs
          • Event tables
          • Plugins
        • Swiss knife
      • Edit Plugins
        • Commit plugin
        • Deploy plugin
    • Q&A
  • 🔌Plugins
    • fw.ata49
      • Minimum requirements
      • Configuration
    • fw.fuelsave
      • Minimum requirements
      • Configuration
    • fw.opticooling
      • Minimum requirements
      • Configuration
    • fw.taxi
      • Minimum requirements
      • Configuration
    • fw.turnaround
Powered by GitBook
On this page
  • list of plugins
  • details of plugin

Was this helpful?

  1. User Manual
  2. ADMIN USER MANUAL

Edit Plugins

WILCO works with the plug-ins (or plugin, add-in, addin, add-on, or addon), that is a software component that adds a specific features that enables customisation.

PreviousSwiss knifeNextCommit plugin

Last updated 6 months ago

Was this helpful?

In order to manage your plugins, click on ADMIN and then Edit Plugins :

At the top left corner there is a search box that permits you to search by for example: type of the aircraft/ to find the plugins that are related to that aircraft.

The 'header' of visualisation shows the amount of plugins that could be manage on the platform and on the right side have two buttons: Preview and CHECK UPGRADES:

Clicking on the CHECK UPGRADES button permits to check throughout all the plugins if there were any changes done by any user. The information when was done last check is situated below each and every plugin. In example below, plugin fw.a220 Last check was 4 hours ago:

list of plugins

The Edit Plugins view shows the list of all the plugins installed on the platform - both editable and non-editable; with the local changes or the different VCS:

Let's focus on the above image. The plugins are displayed as a list. Each row contains from the left to the right:

  • the airlines that are set to be using the plugin or, if none - par default on all airlines:

  • the DET/DEL buttons. DET - stands for DETAILS; while DEL is DELETE button.

details of plugin

Click on DET button to get to the details of any plugin. Let's take example of the following plugin:

Starting from the top - the header contains from the left to the right:

  • name of the plugin

  • airlines using it

  • buttons (ALL | RE-DEPOY | LOGS | OPEN | GITHUB)

    • ALL - permits to go back to display of all the plugins

    • RE-DEPLOY - removes the whole content of the plugin and replaces it with the lates VCS

    • LOGS - provides the list of LOGS

    • OPEN - shows up all the elements of the plugin (you can also use the '+' button situated in front of every element to see what it contains) .

    • GitHub - work in progress.

  • layouts (ex: 17 layouts)

  • fault codes (ex: No faultCodes)

  • parameters (ex. 546 parameters)

  • dashboards (ex. 1 dashboard)

  • trend bundles (ex. 3 trendBundles)

  • event table bundles (ex. no eventTableBundles)

  • bookmarks (ex. No bookmarks)

  • constants (ex. 1 constant)

  • docs (ex. No docs)

  • ifts (ex. 8 ifts)

  • elastic (big data) (ex. No elastic)

Any element could be accessed from here. For example, if we'd like to see what dashboards this plugin contains, we should click on the '+' sign situated prior to 1 dashboards. It will open up the dashboard elements:

Each element (in this example: the dashboard) has a little icon on the bottom right of its display that after clicking takes us to the editor of that element:

the name of the plugin (this is the name set up at ) prefixed with the icons:

Below the header, we have all the list of the elements previously explained, . Taking example of the plugin on the image above. It contains:

👩‍🎓
plugin contains plenty of elements designed on the platform
FWOT type
General Conf
Edit Plugins
example of a plugin