ArcoreVector icon

ArcoreVector

ProductionDeveloper Tooling

Modern "Wagile" Project Management Platform. ArcoreVector bridges Agile and Waterfall methodologies with a unified work item model, supporting hierarchical WBS structures alongside iterative sprint execution and critical path analysis for enterprise-scale projects.

Key Features

  • Hybrid 'Wagile' Data Model (Unified Work Items)
  • Critical Path Method (CPM) Calculation
  • Integrated Gantt & Kanban View Modes
  • Advanced Agile Analytics (Burndown, Velocity, CFD)
  • Multi-Layer Project Calendar Visualization

API Endpoints

MethodPathDescription
GET`/api/projects/{id}/critical-path`Calculate project critical path and slack
GET`/api/analytics/burndown/{sprint_id}`Retrieve sprint burndown data
GET`/api/analytics/velocity/{project_id}`Get team velocity across sprints
GET`/api/work-items/`Query polymorphic work items

Usage Example

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

Tech Stack

Python (FastAPI)SQLAlchemy 2.0PostgreSQLNext.js/ReactMantine UI

Authentication

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

Compliance & Security

Compliance

  • Audit: Full activity logging for work item changes
  • Access: Project-based data isolation
  • Data Integrity: Validated transition state machine for work items

Security

  • Access: Project-based data isolation

Coming Soon

4 planned
  • Automated Portfolio Roll-up (Real-time)

    Target: Q2 2025

  • Full Earned Value Management (EVM) Suite

    Target: Q3 2025

  • Resource Capacity Planning Heatmaps

    Target: Q1 2025

  • Arcore.Sentinel Quality Gate Integration

    Target: Q2 2025

Related Products