Skip to content

WEB-120 Folder model#131

Open
matte-realize wants to merge 3 commits intomainfrom
WEB-120
Open

WEB-120 Folder model#131
matte-realize wants to merge 3 commits intomainfrom
WEB-120

Conversation

@matte-realize
Copy link
Copy Markdown
Collaborator

No description provided.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 5, 2026

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

Project Deployment Actions Updated (UTC)
website-development Ready Ready Preview, Comment Apr 12, 2026 4:45am

Comment thread src/.gitignore Outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

.next lives at the root and is already gitignored

});
}

async function checkIsDescendant(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

One query per level is expensive. This is a good subject for a recursive CTE expression, although I'm not sure how Prisma handles / abstracts those. If nothing less verbose can be done, this will be okay as its not that hot of a path

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants