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

Implementation of Data Entry for Categories and Tags #17

Open
alejoroman0605 opened this issue Feb 29, 2024 · 0 comments
Open

Implementation of Data Entry for Categories and Tags #17

alejoroman0605 opened this issue Feb 29, 2024 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed Sponsors Welcome Actively accepting sponsors for this task

Comments

@alejoroman0605
Copy link
Contributor

I've noticed that the HubSpot API only provides category and tag IDs, but not their names. Currently, we are generating the categories and tags using a generic name and the ID provided by HubSpot.
var defaultCategoryName = $"{Constant.DefaultCategoryName}{item.CategoryId}";
var name = $"hubspotTagId{tagId}";

As a proposal for improvement, I suggest implementing an early data entry system for categories and tags. This system would allow a list of (category, id) and (tag, id) pairs to be entered beforehand.

I think this improvement would allow us to avoid manual fixes later, saving time and reducing the possibility of errors.
Greetings,

@WillStrohl WillStrohl added good first issue Good for newcomers help wanted Extra attention is needed Sponsors Welcome Actively accepting sponsors for this task labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed Sponsors Welcome Actively accepting sponsors for this task
Projects
None yet
Development

No branches or pull requests

2 participants