Skip to content

Store API - Codex (vibe-kanban)#6

Open
MrtnvM wants to merge 2 commits intomainfrom
vk/d2f4-store-api
Open

Store API - Codex (vibe-kanban)#6
MrtnvM wants to merge 2 commits intomainfrom
vk/d2f4-store-api

Conversation

@MrtnvM
Copy link
Owner

@MrtnvM MrtnvM commented Sep 23, 2025

I'm building system described in docs/task/task-description.md.
Read it carefully.

  1. Extract all details related to storing information releted to scenario, it dynamic behavior.
  2. Analyse how to do it (key/value storage with notifications about updates, and diffs)
  3. Create detailed spec
  4. Save it to docs/specs

- Add comprehensive technical specification for Avito BDUI project
- Include requirements, evaluation criteria, and deliverables
- Document architecture, presentation, and documentation requirements
- Add Figma resources and evaluation criteria for team approach and technical solution
… from the codebase (CLI publish flow in `apps/render-cli/src/commands/publish.ts:35`, renderer consumption and fallback paths in `apps/render-ios-playground/render-ios-playground/SDK/RenderSDK.swift:22` and `apps/render-ios-playground/render-ios-playground/SDK/RenderViewController.swift:96`, schema contract in `apps/render-ios-playground/render-ios-playground/Domain/Entities/Scenario.swift:22`, and existing realtime wiring in `apps/render-ios-playground/render-ios-playground/Infrastructure/Repositories/ScenarioRepositoryImpl.swift:50`, plus the admin backend shortcut in `apps/admin-backend/src/index.ts:16` and the sample JSON at `apps/render-cli/src/playground.json:1`).

Drafted `docs/specs/scenario-store-api.spec.md` with a key/value storage design over Postgres, head pointers, diff persistence, REST endpoints, notification channels, migration steps, and open questions.

Next steps you might consider:
1. Review the spec with the team, then prioritise the migration plan and API surface.
2. Start capturing DDL/SQL migrations for `scenario_versions`, `scenario_heads`, and `scenario_diffs` aligned with the spec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant