Skip to content
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

[Draft] Summarize all todos in the codebase #581

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vanessavmac
Copy link
Collaborator

@vanessavmac vanessavmac commented Sep 17, 2024

Processing scripts for getting TODOs, assigning a type/category, and grouping TODOs that seem to refer to the same TODO.

Below are example csvs after categories and groupings are added.
todos_with_groups_1.csv
todos_with_groups_2.csv

@vanessavmac vanessavmac linked an issue Sep 17, 2024 that may be closed by this pull request
@vanessavmac vanessavmac self-assigned this Sep 17, 2024
@vanessavmac vanessavmac requested a review from mihow September 17, 2024 23:15
Copy link

netlify bot commented Sep 17, 2024

Deploy Preview for ami-dev canceled.

Name Link
🔨 Latest commit 2cba999
🔍 Latest deploy log https://app.netlify.com/sites/ami-dev/deploys/66ea10f5e1cfa400082da70b

Copy link

netlify bot commented Sep 17, 2024

Deploy Preview for ami-storybook canceled.

Name Link
🔨 Latest commit 2cba999
🔍 Latest deploy log https://app.netlify.com/sites/ami-storybook/deploys/66ea10f56f1e6c00086996a3

return np.array(items)


df = pd.read_csv("/Users/vanessa/dev/mila/ami-platform/make_index.csv")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remember to remove absolute paths on your system.

@mihow mihow changed the title 543 summarize all todos in the codebase [Draft] Summarize all todos in the codebase Nov 28, 2024
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.

Summarize all @TODOs in the codebase
2 participants