Fixes project documentation#269
Merged
Merged
Conversation
- move auth http/tokens models to core/lib/models, add refresh-response & edit-step - relocate kanban dto and create-vacancy to domain, project-news to domain/news - fix filename typos: actiion→action, schelude→scheduled, days-untit→days-until - extract InviteProjectSummary and align projects-list/ui signal types - drop unused mentors-ui-info service and dead methods in industry/member repos - adjust imports across consumers
- invite: align revokeInvite to Observable<void>, drop unused event tap - industry: remove passthrough facade, consumers use repo/port directly - program: type ApplyToProgramDTO, camelCase TS fields with snake mapping in adapter - program: drop unused ProgramTag, keep Program.tag as string - project: delete skill/specialization wrapper models in favor of @domain/skills - specializations: shareReplay nested-list - feed: extract FILTER_SPLIT_SYMBOL to core consts - auth: differentiate Resend/Reset password errors via HttpErrorResponse (400/500/0) - chat: reset ChatStateService online cache on logout (via tap, not map) - websocket: expose connectionLost$ Observable; emit on retry exhaustion - snackbar: ConnectionStatusToastService listens to WS connection loss - skills: extract Approve/UnapproveSkillUseCase out of legacy ProfileService - tooltip: rewrite TooltipInfoService to Record-based state with isVisible/show/hide - ui: fix back.component cycle via relative IconComponent import - login: make isHintLoginVisible reactive (computed) - docs: prune fixes.md to remaining red-block items
…boarding to use-cases
…rom AuthRepository
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.
No description provided.