-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Keywords #17
Comments
The keywords migration has a comment to add keyword_type_id, should I add it to the migration? I believe the model requires keywords to have keyword_type_id. |
Yes @arwaawan3 please add that if it isn't already there now |
I ended up deciding that Keyword Types should just be a string field named type and classes for each of the types. You can read more here: |
Keywords are stored lowercase and need to have the ability for slight variations to be grouped together with a parent keyword relationship.
Keywords will also belong to a Keyword Type (#16).
Keywords are created in each project by the Admin, Owners or Staff roles (TIPOFF/authorization#21) in the admin section (Laravel Nova).
Datetime for tracking requested and for when a keyword should no longer be tracked in the Rankings.
Later there will be options to approve ones that can be pulled from the Google Search Console API.
The text was updated successfully, but these errors were encountered: