Object storage, Storage bucket, Storage types#3109
Conversation
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Silent mode disables those chatty PR comments if you prefer peace and quiet |
Greptile SummaryThis PR adds three SEO blog posts about storage concepts. The main changes are:
Confidence Score: 4/5This is close, but the hidden-post handling should be fixed before merging.
The three new blog post files with Important Files Changed
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
src/routes/blog/post/file-vs-object-vs-block-storage-whats-the-difference/+page.markdoc:11
**Unlisted Posts Surface Elsewhere**
This post is marked `unlisted`, but that visibility rule is still not applied to every blog surface. The author and category pages use the draft-filtered post list without excluding `unlisted`, so these three storage posts can appear on the author page and the `architecture` category page. The LLM text indexes use the same draft-only set, so crawlers can discover the posts there too. Filtering only the RSS and JSON feeds would still leave these other surfaces exposing the hidden posts.
Reviews (2): Last reviewed commit: "Merge branch 'stardust' into object-stor..." | Re-trigger Greptile |
| author: aditya-oberai | ||
| category: architecture | ||
| featured: false | ||
| unlisted: true |
There was a problem hiding this comment.
Unlisted Posts Surface Elsewhere
This post is marked unlisted, but that visibility rule is still not applied to every blog surface. The author and category pages use the draft-filtered post list without excluding unlisted, so these three storage posts can appear on the author page and the architecture category page. The LLM text indexes use the same draft-only set, so crawlers can discover the posts there too. Filtering only the RSS and JSON feeds would still leave these other surfaces exposing the hidden posts.
Knowledge Base Used: Blog and Changelog
Prompt To Fix With AI
This is a comment left during a code review.
Path: src/routes/blog/post/file-vs-object-vs-block-storage-whats-the-difference/+page.markdoc
Line: 11
Comment:
**Unlisted Posts Surface Elsewhere**
This post is marked `unlisted`, but that visibility rule is still not applied to every blog surface. The author and category pages use the draft-filtered post list without excluding `unlisted`, so these three storage posts can appear on the author page and the `architecture` category page. The LLM text indexes use the same draft-only set, so crawlers can discover the posts there too. Filtering only the RSS and JSON feeds would still leave these other surfaces exposing the hidden posts.
**Knowledge Base Used:** [Blog and Changelog](https://app.greptile.com/appwrite/-/custom-context/knowledge-base/appwrite/website/-/docs/blog-and-changelog.md)
How can I resolve this? If you propose a fix, please make it concise.
SEO blogs