903c1e23ac
feat(marketing-pages): add getSiteSettingsUseCase (test red until DI lands)
2026-05-05 08:28:19 +02:00
141e007d22
feat(marketing-pages): add getPageBySlugUseCase (test red until DI lands)
2026-05-05 08:28:12 +02:00
63801bf3dc
feat(marketing-pages): add IPagesRepository + ISiteSettingsRepository interfaces
2026-05-05 08:28:03 +02:00
3ff4afe04b
feat(marketing-pages): add Page + SiteSettings entities + errors
2026-05-05 08:27:53 +02:00
9e8adb67c0
feat(marketing-pages): scaffold empty package with feature tag + path aliases
2026-05-05 08:27:34 +02:00
afe7a15104
feat(core-cms): regenerate types — now includes Articles, Users, Media
2026-05-05 08:18:46 +02:00
aed8c9a6ad
feat(core-api): compose @repo/auth/api into appRouter under 'auth' namespace
2026-05-05 08:16:25 +02:00
8667232c22
feat(blog): restore author relationship → users + featuredImage upload → media
2026-05-05 08:14:07 +02:00
125ec53f2a
feat(core-cms): compose users + media into payload config alongside articles
2026-05-05 08:13:10 +02:00
50b687c43e
feat(media): scaffold feature package with media collection only
2026-05-05 08:11:50 +02:00
3770764ac5
test(auth): add feature test for sign-up → sign-in → sign-out flow
2026-05-05 07:58:53 +02:00
9b59c73457
feat(auth): wire root barrel + ui/query stub
2026-05-05 07:58:38 +02:00
30b49ca19b
feat(auth): add tRPC router with signIn + signUp + signOut
2026-05-05 07:58:20 +02:00
2e445b9c5b
feat(auth): add users collection with role + displayName fields
2026-05-05 07:57:16 +02:00
29dea75a62
feat(auth): add sign-in/sign-up/sign-out controllers with Zod validation
2026-05-05 07:19:19 +02:00
2ad6b21f17
feat(auth): add per-feature InversifyJS container with constructor-injected service
2026-05-05 00:40:09 +02:00
b8cfe0e1f2
feat(auth): add MockAuthenticationService with constructor-injected users repo
2026-05-05 00:39:48 +02:00
1becc23843
feat(auth): add MockUsersRepository with seed users
2026-05-05 00:39:46 +02:00
786f3c3420
feat(auth): add signOutUseCase (test red until DI lands)
2026-05-05 00:39:31 +02:00
c989df41d5
feat(auth): add signUpUseCase (test red until DI lands)
2026-05-05 00:39:22 +02:00
bc430ea5a0
feat(auth): add signInUseCase (test red until DI lands)
2026-05-05 00:39:11 +02:00
95e80ef62c
feat(auth): add IUsersRepository + IAuthenticationService interfaces
2026-05-05 00:39:01 +02:00
ceffd05063
feat(auth): add User, Cookie, Session entities + errors + config
2026-05-05 00:38:49 +02:00
54dc9d33d5
feat(auth): scaffold empty package with feature tag + path aliases
2026-05-05 00:37:13 +02:00
e217652a87
fix(blog): remove rootDir constraint to allow tests/**/* inclusion in typecheck
2026-05-05 00:27:25 +02:00
3e6f632c4b
test(blog): add feature-level test exercising router → controller → use-case → repo
2026-05-04 22:37:18 +02:00
87f43924be
feat(blog): wire root barrel (entity types + ui query helpers)
2026-05-04 22:35:01 +02:00
82ef7c9ef6
feat(blog): add ui/query.ts (framework-agnostic React Query option builders)
2026-05-04 22:34:53 +02:00
1ae1702786
feat(core-api): compose @repo/blog/api into appRouter under 'blog' namespace
2026-05-04 22:34:43 +02:00
fde58f2d3d
feat(blog): add tRPC router with articleBySlug + listArticles + createArticle
2026-05-04 22:32:53 +02:00
a92341fb74
feat(core-cms): compose @repo/blog/cms into payload config
2026-05-04 22:29:50 +02:00
1d59698ebe
feat(blog): add articles collection (simplified — no cross-feature refs)
2026-05-04 22:27:03 +02:00
f041ae5473
feat(blog): add articles controller with Zod validation
2026-05-04 22:25:10 +02:00
b250cdff80
feat(blog): add PayloadArticlesRepository with doc-to-entity mapping
2026-05-04 22:23:31 +02:00
c00283506c
feat(blog): add per-feature InversifyJS container (symbols, module, container)
2026-05-04 22:14:56 +02:00
41d7883e7a
feat(blog): add MockArticlesRepository for tests
2026-05-04 22:14:14 +02:00
86228f2d3e
feat(blog): add createArticleUseCase (test red until DI + mock repo exist)
2026-05-04 22:13:31 +02:00
b0dab254d1
feat(blog): add getArticlesUseCase (test red until DI + mock repo exist)
2026-05-04 22:13:00 +02:00
ab11f42e8d
feat(blog): add IArticlesRepository interface
2026-05-04 22:11:17 +02:00
692ee58365
feat(blog): add Article entity with rich-text content + domain errors
2026-05-04 22:11:08 +02:00
161c858f32
feat(blog): scaffold empty package with feature tag + path aliases
2026-05-04 22:09:58 +02:00
76dbe71a75
feat(core-cms): generate initial (empty) Payload types
...
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 21:56:44 +02:00
dd4edce61d
fix(typescript-config): expose nextjs.json + react-library.json in exports map
...
The prior commit added an exports map that only listed base.json and
vitest.base, accidentally hiding nextjs.json and react-library.json
from packages that extend them via tsconfig.json. Adds them back.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 20:55:34 +02:00
0be9e4beb4
feat(core-cms): add stub payload.config (empty collections/globals)
2026-05-04 20:53:48 +02:00
614b0178a0
feat(core-shared): wire root index.ts barrel
2026-05-04 20:45:09 +02:00
884b0c01e8
fix(core-shared): narrow Payload Field union before accessing name in tests
...
Payload's Field type is a discriminated union; field.name only exists on
named variants. Tests now narrow on type (and 'name' in field for groups)
before reading variant-specific properties.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-04 20:43:23 +02:00
428346a36d
feat(core-shared): add tRPC context factory
2026-05-04 20:40:52 +02:00
cd2f3b1fff
feat(core-shared): add tRPC init with superjson
2026-05-04 20:40:42 +02:00
a9a8d32726
feat(core-shared): add payload barrel export
2026-05-04 20:39:54 +02:00
520a792b7f
feat(core-shared): add toIsoString helper
2026-05-04 20:37:26 +02:00