As a Developer, I want to develop a script to score and tag stale content using a rule-based approach so that we can categorize and prioritize content for archiving.
Acceptance Criteria:
Create a script that calculates an archive score based on predefined rules (e.g., last accessed date, frequency of use).
Implement tagging logic to categorize content as Stale with its score
Ensure the script can process data from the consolidated denorm table and update the status of content accordingly in the Archival SCORE Table.
As a Developer, I want to develop a script to score and tag stale content using a rule-based approach so that we can categorize and prioritize content for archiving.
Acceptance Criteria: