You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-14Lines changed: 42 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,24 @@
1
1
[](LICENSE)
2
2
3
-
# Node.js SDK to Manage Tasks in the Cloud
4
-
5
-
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Node.js](https://products.aspose.cloud/tasks/nodejs) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Node.js applications.
6
-
7
-
## REST API for Task Management
8
-
3
+
# Manipulate Project Files via Node.js Cloud REST API
4
+
5
+
Aspose.Tasks for Cloud offers the ability to manipulate and convert Microsoft Project MPT, MPP, MPX & Oracle Primavera XER, XML, and PrimaveraP6XML files in the Cloud. [Aspose.Tasks Cloud SDK for Go](https://products.aspose.cloud/tasks/go) wraps the REST API to make it easier for the developers to integrate Task Management features in their own cloud-based Go applications.
6
+
7
+
Feel free to explore the [Developer's Guide](https://docs.aspose.cloud/display/taskscloud/Developer+Guide) & [API Reference](https://apireference.aspose.cloud/tasks/) to know all about Aspose.Tasks Cloud API.
8
+
9
+
## MS Project Processing Features
10
+
- Add project assignments or delete project assignments along with their references.
11
+
- Get the project's outline codes by index & get links to all project tasks.
12
+
- Import projects from Primavera DB formats or from databases with the specified connection string.
13
+
- Get UIDs of all projects contained in the file & fetch the required assignment with the project based on UID.
- Support for the batch creation of tasks (i.e. the ability to create multiple tasks in a single *API* call).
39
+
40
+
## Enhancements in Version 20.8
41
+
- Ability to specify the non-default path for Project Server's *PWA* URL.
42
+
- Ability to modify *timephasedData* collection in assignments.
43
+
44
+
## Enhancements in Version 20.6
45
+
- Possibility to render comments when saving as image, HTML or PDF.
46
+
- Option to use username and password to connect Project Online (Server) instead of auth token, incase you don't have it.
47
+
- Ability to add assignments to your project file along with specifying its cost.
48
+
- Quickly adding new tasks to project, when calculation mode is set to automatic.
49
+
- Ability to add project in Microsoft Project Server.
50
+
- Added support of reading shared resource assignments.
51
+
25
52
## Get Started with Aspose.Tasks Cloud SDK for Node.js
26
53
27
54
Register an account at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/#/apps) to get you application information. Next, execute `npm i @asposecloud/aspose-tasks-cloud` from the command line to install Aspose.Tasks Cloud SDK for Node.js via NPM.
0 commit comments