# 🚧 v1 Roadmap ## Systems - [ ] New AuthN/AuthZ design - [ ] Schema registry + evolution design - [ ] Health subsystem ## Design - [ ] Schema registry UI - [ ] IAM UI - [ ] Health + Management UI ## PRs ### 1. API Overhaul Issue: {%preview https://github.com/PtolemyLovesYou/ptolemy/issues/297 %} **Deliverables:** - MVP API with data ingestion *only* containing: - Shutdown function - Simple JSON console sink - Integration Tests --- ### 2. Python Library Overhaul Issue: {%preview https://github.com/PtolemyLovesYou/ptolemy/issues/299 %} **Deliverables:** - Minimal MVP client *with as little Rust as possible* - Unit Tests - Integration Tests --- ### 3. Deprecate Old API & Client Issue: [TODO] **Deliverables:** - Replace old API with v1 API - Replace old client with v1 client --- ### 4. AuthN/AuthZ Issue: [TODO] **Deliverables:** - Updated IAM documentation - AuthN/AuthZ system - Integration tests --- ### 5. Kafka/RedPanda Sink Issue: [TODO] **Deliverables:** - Sink for Kafka/RedPanda Sink - Integration tests --- ### 6. Sink Abstraction Issue: [TODO] **Deliverables:** - Abstraction for sinks - Implementations of abstractions