-
Notifications
You must be signed in to change notification settings - Fork 0
Issues (1-7) Resolved #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry @keshxvdayal, your pull request is larger than the review limit of 500000 diff characters
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
uniqueg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At a cursory look, it seems like the PR introduces way more changes than the ones outlined in the description. Why is that?
Obviously, this PR is impossible to review thoroughly, which highlights the importance of keeping PRs short and semantically focused on a single issue.
I have only looked at the general structure of the repo and addressed a few minor issues that hit my eye. There is a lot of work to do on the code base quality, and we can't do it all in this PR - but we have to start somewhere. Please clean out all the unnecessary files, address the few other comments I have made, and ask for a re-review.
.DS_Store
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a .gitignore file and add patterns for all types that shouldn't be under version control. Best to use a service like https://www.toptal.com/developers/gitignore/, then manually update, where necessary.
Please remove all .DS_Store, Python cache files etc. manually from version control and update the PR. We don't want to be distracted with such files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, and I apologize for the noise. The PR includes restructuring the entire backend architecture (moving from monolithic app.py to modular routes/services/middleware structure), which wasn't fully detailed in the description. I should have broken this into multiple PRs:
(1) architectural restructuring,
(2) new features.
Additionally, I accidentally committed Python cache files and .DS store - I'll clean these immediately and update the .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding the .gitignore, but the wrongly added files are still in the diff. Please do as Alex says here:
Please remove all .DS_Store, Python cache files etc. manually from version control and update the PR. We don't want to be distracted with such files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ninsch3000 I have deleted the .DS_Store files. now the PR is ready for merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would you delete the README.md file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That was unintentional, I must have deleted it during the restructuring when moving files around. The original README had excellent documentation (411 lines covering features, architecture, API endpoints). I'll restore it from the main branch and update it to reflect the new modular architecture. Documentation should always be updated alongside code changes, not deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably not be under version control
backend/app_old.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why keep multiple versions of modules around? That's what we use Git for. Please only keep a single version of each file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright i will do that, i kept old app.py as a 'safety net' during the refactoring 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's with all the empty files?
|
@uniqueg i have pushed the commit having all the required changes as done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
3a3aabd to
d8ef95c
Compare
Issues Resolved