-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Develop a cron task that will parse through the domains and search the trademark system #1025
Comments
/assign |
@fredfalcon from what I am understanding we want trademark alert system for domains registered with us? And the medium of alert will be a email. And this will be run automatically at some interval? |
The "Trademark and Domain Name Monitoring System" is a website feature that integrates with the USPTO database to help companies monitor newly registered trademarks that may match their search terms or domain names. This system enables companies to proactively identify potential intellectual property conflicts and take appropriate action. Key components of the Trademark and Domain Name Monitoring System include:
By integrating the Trademark and Domain Name Monitoring System into their website, companies can efficiently monitor newly registered trademarks that may match their search terms or domain names, enabling them to proactively address potential intellectual property conflicts and protect their brand's reputation and market position. |
/assign |
Fixes #1025 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OWASP-BLT/BLT/issues/1025?shareId=XXXX-XXXX-XXXX-XXXX).
/assign |
Hello @drvcodenta! You've been assigned to OWASP-BLT/BLT. You have 24 hours to complete a pull request. To place a bid and potentially earn some BCH, type /bid [amount in BCH] [BCH address]. |
⏰ This issue has been automatically unassigned due to 24 hours of inactivity. |
2 similar comments
⏰ This issue has been automatically unassigned due to 24 hours of inactivity. |
⏰ This issue has been automatically unassigned due to 24 hours of inactivity. |
We already have the API integration, but we need the Django management command and field on the model |
This will provide the daily running task to search and alert companies if their brand name is at risk.
this task is to create a Django management command that runs every day and checks the results of the trademark search and stores the number on the organization object, if the number increases, then it sends an email that there is a new trademark found
The text was updated successfully, but these errors were encountered: