Open
Conversation
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm building system described in docs/task/task-description.md.
Read it carefully.