-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
33 lines (28 loc) · 1.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PLANBOX API SANDBOX
-------------------
A single-page-application you can load in your Browser to access the Planbox API.
Calls the Planbox REST API using JSONP (jQuery's getJSON) to avoid cross domain issues.
REQUIREMENTS
- A Planbox account. You can get one for Free here: https://www.planbox.com/signup/pricing.
- A Web Browser like Firefox or Chrome.
HOW TO USE?
- Load the planbox_api_sandbox.html file in your favorite Web Browser.
- Log in to Planbox (if not already).
- Comes with 3 buttons to call the API and dump a report:
- My Products: Loads all your initiatives
- My Projects: Loads all projects across all your initiatives
- My Stories: Loads all stories across all your initiatives
WHAT CAN I DO WITH THIS?
- Learn how to use the Planbox API
- Develop your own SCRUM User Interface (using the Planbox engine and database)
- Create custom reports and functionality
- Create yourself dashboard
- Create a Kanban board
HOW TO CUSTOMIZE?
- Edit the planbox_api_sandbox.html file with your favorite editor.
- Modify the second inline <SCRIPT> tag to add your own functions.
- Use the helper function Planbox.api to call Planbox.
- Use jQuery to handle DOM elements.
Author: Martin Drapeau
Copyright 2009-2012 Planbox Inc.
License: MIT License (http://en.wikipedia.org/wiki/MIT_License)