Skip to content

Island rhythms/bug hunt mode#138

Open
IslandRhythms wants to merge 23 commits intomainfrom
IslandRhythms/bug-hunt-mode
Open

Island rhythms/bug hunt mode#138
IslandRhythms wants to merge 23 commits intomainfrom
IslandRhythms/bug-hunt-mode

Conversation

@IslandRhythms
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Member

@vkarpov15 vkarpov15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Biggest suggestions:

  1. Move sleuth mode into a sidebar on models.html and document-details.html. You should be able to add a document to a case report directly from a list of documents or a single document.
  2. No more steps, e.g. no "aggregate" or "summarize". We don't really need a state machine for sleuth mode, I want to think of it more as a "notebook" where you're gathering data for future inspection.

Comment thread backend/actions/Sleuth/createCaseReport.js Outdated
: 'text-gray-500 hover:text-ultramarine-600'"
@click="sleuthContext.goToAggregating()"
>
Step 1: Aggregating
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The step-by-step mode feels a bit clunky and I frequently feel like I want to go back and forth between "investigating", "aggregating", and "summarize". Collapsing these all into one would be good.

Comment thread backend/db/sleuthSchema.js Outdated
Comment thread backend/db/sleuthSchema.js Outdated
documents: [{
document: {
type: mongoose.Schema.Types.ObjectId,
refPath: 'documentModel'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I remember correctly, this would need to be documents.documentModel. Or ref: function() { return this.documentModel }.

Comment thread backend/db/caseReportSchema.js
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
studio Ready Ready Preview, Comment Apr 27, 2026 9:48pm

@IslandRhythms
Copy link
Copy Markdown
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants