Skip to content

Commit 7eda5c3

Browse files
Rebranding of Projectplace to ProjectPlace (#2035)
No actual changes - just the rebranding of Planview Projectplace to camel case ProjectPlace. Also took the time to update some of the swagger definition file to refer to "activities" rather than "planlets". The word "planlet" is really internal to Projectplace - while the word "activity" is understandable by an end user.
1 parent b44c812 commit 7eda5c3

File tree

3 files changed

+44
-48
lines changed

3 files changed

+44
-48
lines changed

certified-connectors/Projectplace/apiDefinition.swagger.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"swagger": "2.0",
33
"info": {
4-
"title": "Projectplace",
5-
"description": "Get work done across projects and teams. Projectplace lets you plan, collaborate and track progress of all projects and assignments in an easy and user-friendly way.",
4+
"title": "ProjectPlace",
5+
"description": "Get work done across projects and teams. ProjectPlace lets you plan, collaborate and track progress of all projects and assignments in an easy and user-friendly way.",
66
"contact": {
7-
"name": "Projectplace support",
7+
"name": "ProjectPlace support",
88
"url": "https://success.planview.com/Projectplace/Projectplace_Support",
99
"email": "support@projectplace.com"
1010
},
@@ -18,19 +18,19 @@
1818
"consumes": [],
1919
"produces": [],
2020
"x-ms-connector-metadata": [
21-
{
22-
"propertyName": "Website",
23-
"propertyValue": "https://www.planview.com/products-solutions/products/projectplace/"
24-
},
25-
{
26-
"propertyName": "Privacy policy",
27-
"propertyValue": "https://www.planview.com/trust/privacy/"
28-
},
29-
{
30-
"propertyName": "Categories",
31-
"propertyValue": "Productivity;Collaboration"
32-
}
33-
],
21+
{
22+
"propertyName": "Website",
23+
"propertyValue": "https://www.planview.com/products-solutions/products/projectplace/"
24+
},
25+
{
26+
"propertyName": "Privacy policy",
27+
"propertyValue": "https://www.planview.com/trust/privacy/"
28+
},
29+
{
30+
"propertyName": "Categories",
31+
"propertyValue": "Productivity;Collaboration"
32+
}
33+
],
3434
"paths": {
3535
"/v1/external_notifications/0/hooks/set_power_hook": {
3636
"x-ms-notification-content": {
@@ -676,8 +676,8 @@
676676
"planlet_id": {
677677
"type": "integer",
678678
"format": "int64",
679-
"title": "Planlet id",
680-
"description": "The id of the planlet"
679+
"title": "Activity id",
680+
"description": "The id of the activity"
681681
},
682682
"reported_time": {
683683
"type": "string",
@@ -910,8 +910,8 @@
910910
"planlet_id": {
911911
"type": "integer",
912912
"format": "int64",
913-
"title": "Planlet id",
914-
"description": "The id of the planlet"
913+
"title": "Activity id",
914+
"description": "The id of the activity"
915915
},
916916
"reported_time": {
917917
"type": "string",
@@ -1088,8 +1088,8 @@
10881088
}
10891089
}
10901090
},
1091-
"summary": "Get the Planlets that exists on a board",
1092-
"description": "Retrieves a list of Planlets that are connected to the specific board",
1091+
"summary": "Get the activities that exists on a board",
1092+
"description": "Retrieves a list of activities that are connected to the specific board",
10931093
"operationId": "get_planlets",
10941094
"parameters": [
10951095
{

certified-connectors/Projectplace/apiProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
}
2727
}
2828
},
29-
"iconBrandColor": "#8AB98E",
29+
"iconBrandColor": "#1B6BDD",
3030
"capabilities": [],
3131
"publisher": "Planview inc.",
3232
"stackOwner": "Planview inc."
3333
}
34-
}
34+
}
Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,35 @@
1-
# Projectplace connector
1+
# ProjectPlace connector
22

33
Get work done across projects and teams
4-
Projectplace lets you plan, collaborate and track progress of all projects and assignments in an easy and user-friendly way.
5-
6-
7-
## Pre-requisites
8-
You will need a Projectplace account in order to proceed.
9-
To start a free Projectplace trial today or learn more, visit:
10-
https://www.projectplace.com/
114

5+
ProjectPlace lets you plan, collaborate and track progress of all projects and assignments in an easy and user-friendly way.
126

137

14-
## Getting a Projectplace account
15-
[Register](https://www.projectplace.com/) for a new Projectplace account account
8+
## Pre-requisites
9+
You will need a ProjectPlace account in order to proceed.
10+
To start a free ProjectPlace trial today or learn more, visit:
11+
https://www.planview.com/products-solutions/products/projectplace/enterprise-trial/
1612

1713

1814
## Supported Operations
1915
Details of all the supported operations:
2016

21-
#Triggers:
22-
Set a webhook notification when a card is created - set_webhook_card_create\
23-
Set a webhook notification when properties of a card are changed - set_webhook_properties_change\
24-
Triggers if one of the following changes:\
25-
- A card is blocked.\
26-
- A card is unblocked.\
27-
- A card changes column.\
28-
- A card is set to done.\
29-
- The description of a card is changed.\
30-
- The due date of a card is changed.\
31-
Set a webhook notification when a card is due - set_webhook_card_due_date\
32-
#Actions:
33-
17+
# Triggers:
18+
Set a webhook notification when a card is created - set_webhook_card_create
19+
Set a webhook notification when properties of a card are changed - set_webhook_properties_change
20+
Triggers if one of the following changes:
21+
- A card is blocked.
22+
- A card is unblocked.
23+
- A card changes column.
24+
- A card is set to done.
25+
- The description of a card is changed.
26+
- The due date of a card is changed.
27+
Set a webhook notification when a card is due - set_webhook_card_due_date
28+
29+
# Actions:
3430
Create card a new card on the board - create_card\
3531
Move card on the board- move_card
3632

3733
3834
## Support and documentation:
39-
For all the support requests and general queries you can contact support@projectplace.com or visit [contact-us] https://success.planview.com/Projectplace/Projectplace_Support)
35+
For all the support requests and general queries you can contact support@projectplace.com or visit [contact-us] https://success.planview.com/Projectplace/Projectplace_Support)

0 commit comments

Comments
 (0)