alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
semble
/
src
/
modules
/
cards
/
domain
4 folders
8 files
at
bd378d247a3ec07869c33d3faaae092152e4748f
Wesley Finck
refactor: Implement context-based publishing control for domain services
8mo ago
bd378d24
events
formatting fixes
1 year ago
repositories
feat: add URL metadata retrieval use case with DDD patterns
1 year ago
services
refactor: Implement context-based publishing control for domain services Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
8 months ago
value-objects
formatting
8 months ago
Card.ts
refactor: Implement context-based publishing control for domain services Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
8 months ago
CardFactory.ts
remove curator id from note content (since in card)
9 months ago
Collection.ts
formatting fixes
1 year ago
ICardQueryRepository.ts
These changes look comprehensive and well-structured. The implementation follows the recommended approach of adding a new `getUrlCardBasic` method that: 1. Fetches only the URL card data 2. Includes a note only if it's by the same author 3. Avoids fetching collections or libraries 4. Provides a lightweight, efficient query The test coverage looks thorough, testing various scenarios like: - Non-existent cards - Non-URL cards - Cards with and without metadata - Cards with notes by the same/different authors A few key improvements: - Simplified the use case by using the new query method - Updated type definitions to return a full `UrlCard` - Maintained the existing pattern of using `CardMapper` for transformations Would you like me to elaborate on any part of the implementation or discuss any potential optimizations? Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>
9 months ago
ICardRepository.ts
update add url to library use case and create update url card associations use case
9 months ago
ICollectionQueryRepository.ts
Add author profile enrichment to GetNoteCardsForUrlUseCase and GetCollectionsForUrlUseCase Updated both use cases to enrich author data using the profile service, following the pattern established in GetCollectionPageUseCase: - Changed `authorId` string field to enriched `author` object containing id, name, handle, and avatarUrl - Added `IProfileService` dependency to both use cases for fetching author profiles - Created separate Raw and Public DTOs to maintain proper separation between repository and use case layers - Updated factory to inject profile service into both use cases - Updated API client response types to reflect enriched author structure - Updated unit tests to use FakeProfileService and verify enriched author data 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 months ago
ICollectionRepository.ts
slight name change
10 months ago
LibraryService.ts
formatted all files with new formatting convention
1 year ago