You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Commented out get_process and cleanup_old_processes methods.
- Re-evaluate necessity of commented functions after feature merge.
- Full cleanup deferred pending feature update merge to avoid conflicts.
backend/requirements.txt
Done
- Added specific versions to dependencies.
-
-
backend/examples/run_summary_workflow.py
Added
- New example script created to test the simplified backend API workflow.
-
-
Potential Conflicts:
Significant refactoring occurred in backend/app/main.py. Merging upcoming feature branches that also modify this file will likely require careful conflict resolution.
The text was updated successfully, but these errors were encountered:
@sujithatzackriya - Requesting your review on this cleanup(code on cleanup/backend-unused and the summary in the issue description).
Please add any further cleanup suggestions related to this work if any. Thanks!
ebinzack15
changed the title
Backend Cleanup Log and Refactoring Summary
Backend Cleanup Log and Refactoring Summary - v0.0.3
Apr 11, 2025
After @athulchandroth's changes are done, we shall merge the cleanup branch with the ui changes and see if there are any merge issues. Will review the code during that time.
Branch: cleanup/backend-unused (https://github.com/Zackriya-Solutions/meeting-minutes/tree/cleanup/backend-unused)
This issue documents the changes made focused on removing unused code from v0.0.3.
The primary goal was to remove code paths and dependencies that are no longer triggered by active API endpoints.
Cleanup Summary Table:
- Removed related helper functions & SummaryProcessor logic.
- Removed agent tools (@processor.agent.tool funcs).
- Removed ChromaDB init & unused imports.
- Removed all unused code (classes, funcs, etc.).
- Simplified process_transcript (removed path param, ChromaDB calls).
- Removed unused imports & ChromaDB dependency.
Potential Conflicts:
backend/app/main.py
. Merging upcoming feature branches that also modify this file will likely require careful conflict resolution.The text was updated successfully, but these errors were encountered: