-
Notifications
You must be signed in to change notification settings - Fork 4.7k
rs-tandem #1882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
rs-tandem #1882
Conversation
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
- Replace ARCHITECTURE_ISOLATION.md with ARCHITECTURE_AND_API.md - Add API Service Layer pattern and Mock Mode documentation - Add BaaS recommendations (Supabase/Firebase) - Remove mandatory components list from COMPONENTS.md - Add cross-document links
- Add Mock Mode section - Add Mermaid integration diagram - Keep interview questions examples - Keep typical errors table - Remove verbose code examples
- Add descriptive 'О чём' column for each document - Add Backend API back to Core components - Move documentation links to top - Remove mandatory baseline section - Update links to ARCHITECTURE_AND_API.md
…rn and API Service Layer - Add Repository Pattern theory section - Add API Service Layer implementation details - Add Mock Mode with examples - Add implementation details (mocks, delay, mapping, error handling) - Add complete code example - Add Backend Strategy section - Add summary table
- Rename 'Core Pillars' to 'Ключевые принципы проекта' - Add component and widget definitions in README - Update timeframes: allow 4 weeks, recommend 6 weeks - Clarify LLM component: can do only widgets or combine - Add minimum 2 components requirement (exception: AI Agent) - Add information about creating custom components and widget types - Update COMPONENTS.md with custom component/widget creation guidelines
- Remove Backend API sections from all component descriptions - Keep component structure and functionality descriptions - Backend API details are covered in ARCHITECTURE_AND_API.md
- Add section 8 about architecture and data management - Emphasize importance of architectural principles for team work - Add direct link to ARCHITECTURE_AND_API.md with key topics overview
…te custom types - Add note at the top that listed widgets are examples - Emphasize that students can create their own widget types - Clarify requirements: interactive, interview-focused, JSON-driven
…tions - Remove system evaluation section (covered in EVALUATION_GUIDE.md) - Remove work distribution examples (tables) - Remove interaction diagram (ASCII architecture diagram) - Remove detailed parallel development section (covered in ARCHITECTURE_AND_API.md) - Remove component checklist - Keep document focused on component descriptions and structure
dashque
reviewed
Jan 21, 2026
| * Блокировка фронтенда (ждем готовности эндпоинта). | ||
| * Высокая цена ошибки (изменение структуры БД требует переписывания UI). | ||
|
|
||
| Поэтому мы предлагаем использовать паттерг API Service Layer (частный случай паттерна Repository). |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Опечатка: паттерн
dashque
reviewed
Jan 21, 2026
| |------------|-------------------|---------------| | ||
| | **Streaming API** | ❌ Не изучается | Да (ReadableStream) | | ||
| | **LLM/AI APIs** | ❌ Не изучается | Да (OpenAI format) | | ||
| | **Backend разработка** | ⚠️ Базовые знания | Углубить (Node/Express) | |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Насколько я помню и сейчас проверила в расписании, в этом потоке не было практического задания по ноде (HTML Builder)
- Add FAQ about mentor role and responsibilities - Add FAQ about AI usage policy change - Add FAQ about team work evaluation (30%) - Add FAQ about project verification process - Add FAQ about certificate requirements - Add FAQ about team merging possibilities
…точнение формулировок
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.
Title of Pull Request
🤔 This is a
Description
Additional Information
Checklist