ArcoreVector icon

ArcoreVector

ProductionDeveloper Tooling

ArcoreVector is a sophisticated project management application that seamlessly bridges Agile and Waterfall methodologies. It features intuitive visualizations and a hybrid data model, allowing teams to execute in sprints while reporting up to master schedules and portfolios.

Key Features

  • Hybrid Agile/Waterfall Project Management
  • Integrated Sprint & Gantt Chart Views
  • Automated Roll-up Reporting to Portfolio
  • Dependency & Risk Tracking
  • Earned Value Management (EVM)

API Endpoints

MethodPathDescription
GET`/api/vector/projects`List projects
GET`/api/vector/projects/{id}/gantt`Get Gantt chart data for a project
POST`/api/vector/sprints`Create a new sprint
GET`/api/vector/tasks/{id}`Get task details

Usage Example

python
import requests
# Example interaction
response = requests.get(
    url="https://api.arcore.internal/api/vector/projects",
    headers={"Authorization": "Bearer <token>"}
)
print(response.json())

Tech Stack

DjangoReactPostgreSQL

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.

Compliance & Security

Compliance

  • Access: Project-level permissions

Security

  • Access: Project-level permissions

Related Services