-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Tables for labels and categories? #139
Comments
@vrom911 Yes good question. Originally we did have a table for labels and categories, but I think we decided we didn't need it and it complicated the database schema, so we removed it...I forgot the exact reason why. If you look at the code from earlier in the project you can see it. Should we add this back into the code? |
@rashadg1030 This issue is about creating separate tables for The only difficulty with this issue at the moment is how to populate those tables efficiently. |
@chshersh Okay got it makes sense. Thank you for explaining. I'm ready to tackle this issue, but should we figure out how to optimize the syncing algorithm first? |
@chshersh @vrom911 So for GitHub labels are we just selecting a few labels that we think are useful or do we plan on fetching all the labels on GitHub? I'm assuming the former. In that case, which labels should we select? EDIT: Scratch out what I said above. I think what you're implying is that once we sync are issues and repos, we can scan those tables and create the categories and issues tables from that data. If this is correct let me know, because I would like to work on that. |
@rashadg1030 Sure, let's finish with the sync first and think about proper caching. Not sure how it should be done, but probably one more step after syncing. |
No description provided.
The text was updated successfully, but these errors were encountered: