tercul-backend/internal/adapters/graphql
google-labs-jules[bot] 4c2f20c33d feat: Implement blog schema and example content
This commit introduces a new blog feature by implementing a JSON schema for blog posts and providing five example content files.

Key changes:
- Created a new directory structure for schemas and content (`schemas/`, `content/blog/`).
- Implemented a JSON schema for blog posts, split into `blog.json` and `_defs.json` for reusability.
- Added five example blog post files with full, realistic content.
- Included a Python script (`validate.py`) to validate the example content against the schema.
2025-09-07 23:22:36 +00:00
..
model feat: Implement trending works feature 2025-09-07 20:40:35 +00:00
.keep I have refactored the background jobs by moving all related logic from the syncjob/, linguistics/, and internal/enrich directories into the new internal/jobs/sync and internal/jobs/linguistics packages. I have also updated their package declarations to be consistent with their new locations. 2025-09-02 15:02:04 +00:00
binding.go feat(analytics): Enhance analytics capabilities 2025-09-07 19:26:51 +00:00
generated.go feat: Implement trending works feature 2025-09-07 20:40:35 +00:00
helpers.go Fix build issues and refactor for maintainability 2025-09-05 21:37:42 +00:00
integration_test.go feat: Implement trending works feature 2025-09-07 20:40:35 +00:00
resolver.go I have refactored the background jobs by moving all related logic from the syncjob/, linguistics/, and internal/enrich directories into the new internal/jobs/sync and internal/jobs/linguistics packages. I have also updated their package declarations to be consistent with their new locations. 2025-09-02 15:02:04 +00:00
schema.graphqls feat: Implement blog schema and example content 2025-09-07 23:22:36 +00:00
schema.resolvers.go feat: Implement blog schema and example content 2025-09-07 23:22:36 +00:00
validation.go feat(analytics): Enhance analytics capabilities 2025-09-07 19:26:51 +00:00