ArcoreVector
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
| Method | Path | Description |
|---|---|---|
| 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
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
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 plannedAutomated 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
Arcor Parkour
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Arcore Phantom
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Arcore Foundry
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.