AletheiaFact / AletheiaFact/aletheia
Decorators refactor mapped
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 20
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 2
Description
### Background Information
### Fact-Checker Endpoints
These endpoints are used by fact-checkers and reviewers for their workflow.
#### 7. comment.controller.ts (All endpoints)
- [ ] `POST api/comment` - Create comment
- [ ] `PATCH api/comment/bulk-update` - Bulk update comments
- [ ] `PUT api/comment/:id` - Update comment
- [ ] `PUT api/comment/:id/create-reply` - Create reply
- [ ] `PUT api/comment/:id/delete-reply` - Delete reply
#### 8. copilot-chat.controller.ts
- [ ] `POST api/agent-chat` - AI copilot chat for fact-checkers
#### 9. summarization-crawler.controller.ts
- [ ] `GET api/summarization` - Summarization for fact-checkers
### How
Follow the new pattern defined and documented on `AUTH_DECORATOR_MIGRATION.MD`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.