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
  • Add Doc
  • Edit Doc
  • Delete doc

Was this helpful?

  1. User Manual
  2. DESIGNER USER MANUAL
  3. General Conf
  4. Configuration

Docs

Could be anything, from the csv to the html file.

PreviousConstantsNextEvent tables

Last updated 1 year ago

Was this helpful?

To get to the Docs already defined at your platform, go from General Configuration to Docs:

Note: Docs could be used in the IFTs

Note: Docs can be modified.

Add Doc

From the Docs view, click on the Add Doc button situated at the top right corner:

The editor for the new doc will show up. Fill in the required information:

  • name - (required) the name of the document should be one string. Good practice is to connect words by using the underscore ''. (ex: FW_DOC_DEMO)

  • airline - (optional/required - depending on the doc). If no airline is chosen, the default applies to all the airlines using the platform.

  • description - optional, but very useful to describe the docs existence. The limit is 1000 characters.

  • file - (required) the actual document that would be attached to the platform. It could be any file. Click on Choose file button to pick it up from your computer. (ex: email_template.html)

  • webhook - disregard/leave empty. This is to be filled in by ADMIN.

  • plugin - disregard/leave empty. This is to be filled in by ADMIN.

  • componentXid - disregard/leave empty. This is to be filled in by ADMIN.

The doc could be now saved by clicking on Save button.

Edit Doc

In order to edit doc, go from General Configuration to Docs and choose the document to edit. Use the search box to find it:

Click on document name to enter to its editor. The doc will show what it contains, in example below the html file:

All the fields could be modified even the content of the doc itself - file.

Note: Pay attention to the name of your doc. The name of the doc is the reference that is used on the IFTs. Thus if you change it, you should modify the IFT. To find the IFTs that uses that doc - check here.

In order to modify the file, you could either prepare a new file to upgrade to this doc (use the Choose file button); or start to modify file from the Data Base. In order to do that, click on the Download current file:

From here, just open downloaded file and modify it to your needs. Once you've done that, click on Choose file to upgrade the doc. Do not forget to Save all the changes.

Delete doc

Although deleting doc is possible, be completely sure that you want to do that.

NOTE: Make sure that you've modified all the IFTs that were using that doc before it's deletion.

In order to proceed with the deletion, click on the Delete Doc button situated on the top right side of the window:

There is no double confirmation on that action. Once you clicked on the Delete Doc button, the doc is gone.

👩‍🎓
Constants