docs: BDD/SDD в template + актуальный BACKLOG (gap-12, gap-13 открыты, gap-02..11 done)#150
Merged
Merged
Conversation
…ояния загрузки и ошибок для workflows
Немой .catch(() => {}) в Promise.all заставлял members оставаться пустым,
что давало isOwner=false без какого-либо сообщения пользователю.
Теперь renderWorkflows показывает три состояния:
- скелетон при загрузке
- сообщение с кнопкой повтора при ошибке API
- read-only список с пояснением «Редактирование workflow доступно только владельцу воркспейса»
- loadingData теперь инициализируется false (loadWorkspaceData ставит true сам) → устраняет бесконечный скелетон при hard-refresh когда wsId ещё не известен - разделить эффект синхронизации формы и эффект загрузки данных → сохранение настроек workspace больше не вызывает лишний reload API - кнопка «Повторить» теперь вызывает load() если wsId undefined → убирает молчаливый no-op на кнопке в граничном случае
dc73f4c to
4d1850e
Compare
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.
Summary
## BDD Scenarios(Gherkin) и## SDD Contracts(TypeScript); BDD идёт первым после Intentdone; верифицировано по git-истории (PR feat: серверные фильтры доски (gap-02) #133–145) и кодуdoneтам где реализовано (@mentions PR fix/feat: labels bug (#128), activity feed (#129), screenshot (#110), @mentions (#131) #135, deep-link gap-11)Что было не так в первоначальном BACKLOG
gap-02..10 числились «активными» — на деле все закрыты; gap-12 и gap-13 не были учтены вообще
Test plan
grep "status: draft" specs/gaps/gap-0{2..9}*.md— пусто