Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

BCF Forum

Léon van Berlo edited this page Oct 13, 2015 · 1 revision

The BCF Forum is a wordpress plugin. Upload the zip into your wordpress plugin management page under /wp-admin. Or manually unzip the folder and put the contents in your wp-plugins directory and activate the plugin.

Under wp-admin you can configure the 'extensions.xsd' options. Viewing op topics and uploading zip files are supported.
The API URI is listed under wp-admin -> settings -> BCF Management

Use these Wordpress shortcodes on pages:

  • [showMyIssues] - to show issues assigned to and added by the logged in user.
  • [showAddIssueForm] - to add a topic (not recommended to do this by hand).
  • [showIssues] - to show all issues from projects.
  • [showIssue] - to show a single issue (configure this page under settings).
  • [showAddZipForm] - to show the form to upload bcfzip files.

API:

Supported method: JSON

Supported functions:

Bimsie1AuthInterface (http://bimsie.openbimstandards.org):

  •  getAccessMethod()  
    
  •  isLoggedIn()  
    
  •  login(username, password)  
    
  •  logout()  
    

Bimsie1BcfInterface:

  •  getIssuesByProjectRevision(bimsieUrl, poid, roid)  
    
  •  addIssue(issue)  
    
  •  getExtensions()  
    

How to use:

Supply a JSON encoded string as request parameter, POST or GET are both supported, like:
http://bcftest.smartbim.org/wp-content/plugins/bim-bcf-management/api.php?{"request":{"interface":"Bimsie1AuthInterface","method":"getAccessMethod","parameters":{}}}

Clone this wiki locally