Skip to content

Refine & clean: dead-file cleanup, doc accuracy, land Snyk security work#64

Open
yokesh-kumar-M wants to merge 2 commits into
mainfrom
chore/refine-clean-2026-06
Open

Refine & clean: dead-file cleanup, doc accuracy, land Snyk security work#64
yokesh-kumar-M wants to merge 2 commits into
mainfrom
chore/refine-clean-2026-06

Conversation

@yokesh-kumar-M

@yokesh-kumar-M yokesh-kumar-M commented Jun 3, 2026

Copy link
Copy Markdown
Owner

Summary

A focused refine-and-clean pass: dead-file cleanup + documentation accuracy. No dependency or infrastructure changes — those are intentionally left to their own reviewed cycles.

Note: the Snyk security work (CI gate + 32 pip-finding patches + Dockerfile pin) already landed on main via #63 during this session, so it is not part of this diff — requirements.txt / ci.yml / Dockerfile are identical to main here. This PR is cleanup + docs only.

🧹 Cleanup

File Change
Piicasso/Dockerfile Deleted — orphaned single-stage python:3.11 image; nothing references it (render.yaml + both compose files use backend/Dockerfile + frontend/Dockerfile).
Piicasso/Procfile Deleted — Render deploys via Docker (dockerCommand: sh ./start.sh), so this Heroku-style file never ran.
Piicasso/README.md Replaced a corrupted UTF-16 "deployment trigger" artefact with a clean UTF-8 pointer to the root README + sub-package docs.
backend/settings.py Removed the dead FIREBASE_PROJECT_ID read (used nowhere).

📝 Docs

  • README.md — fixed the project-layout tree: relabelled core/ (it's the auth/token app at api/user/, not "Settings + core URLs"), added the previously-missing generator / intelligence apps and the backend/ project package; added Vite to the frontend tech-stack table (CRA → Vite migration).
  • piicasso.md — corrected Django 4.x5.x (5.2 LTS); logged this cleanup pass.

✅ Verification (local)

  • flake8 --select=E9,F63,F7,F82 — clean.
  • manage.py makemigrations --check --dry-run — in sync.
  • manage.py test76 / 76 passing.
  • No frontend files touched; CI gates the frontend build/test on this PR.

🚀 Deploy note

Merging to main auto-deploys both Render (backend) and Vercel (frontend). This diff only deletes two unused deploy files, edits docs, and removes one dead settings line — no runtime/dependency impact.

Out of scope (by design)

  • ~30 open Dependabot bumps (React 19, Router 7, DRF 3.17, …).
  • Duplicate docker-compose / nginx consolidation — both functional.

- delete Piicasso/Dockerfile (orphaned python:3.11 image; render.yaml and
  both compose files use backend/Dockerfile + frontend/Dockerfile)
- delete Piicasso/Procfile (Render deploys via Docker, so it never ran)
- replace the corrupted UTF-16 Piicasso/README.md with a UTF-8 pointer to
  the repo-root README and sub-package docs
- drop the dead FIREBASE_PROJECT_ID read from settings.py (used nowhere)
- README: fix project-layout tree (relabel core/ as the auth app, add the
  generator/intelligence apps and the backend/ project package); add Vite
  to the frontend tech-stack table
- piicasso.md: correct Django 4.x -> 5.x (5.2 LTS) and log the cleanup pass
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
pii-casso Ready Ready Preview, Comment Jun 3, 2026 6:01pm

Copilot AI review requested due to automatic review settings June 3, 2026 18:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Jun 3, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@yokesh-kumar-M, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 13 minutes and 41 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5b1bfd29-e9d1-4c52-9101-fa9f7a973a62

📥 Commits

Reviewing files that changed from the base of the PR and between d8dccbe and 5d8be96.

📒 Files selected for processing (6)
  • Piicasso/Dockerfile
  • Piicasso/Procfile
  • Piicasso/README.md
  • Piicasso/backend/backend/settings.py
  • README.md
  • piicasso.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/refine-clean-2026-06

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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