feat(interviews): add durable debrief loop

This commit is contained in:
cesnimda
2026-08-31 17:20:58 +02:00
parent c2181afaea
commit 7d5a78ad5d
8 changed files with 60 additions and 3 deletions
@@ -59,6 +59,7 @@ public sealed class InterviewPrepService : IInterviewPrepService
[InterviewPrepCategories.Star] = "STAR examples",
[InterviewPrepCategories.Question] = "Questions to ask them",
[InterviewPrepCategories.Note] = "Notes",
[InterviewPrepCategories.Debrief] = "Interview debrief",
};
private readonly JobTrackerContext _db;