Topic Yearly Auto Archive

This is the first draft of the plugin mentioned here: Anyone interested in a mass automatic archiving plugin?

Basically on a certain (configurable) day of the year all topics posted before a certain (configurable) day get marked as Archived. This happens once a year.

Example on the 120th day of the year all posts from before the 30th day of the year will get archived.

https://github.com/eriko/auto-archive

Work to do:

  • Change to a list of days of the year (60, 120,180,240,300) and days afterwards to run (30)
  • Figure out an interface to select categories to effect or not effect.
8 Likes

Why would one need to mass-archive topics?

In our case we are a college and conversations that span over a year gather kruft of no longer valid information. It is better to begin again the fight over smoking on campus again in the context of current policies. The old conversation still exists for reference.

6 Likes

Another valid example is, a game company has a beta or alpha for a game. Three years later, the game is no longer like the beta or alpha and much different, if anyone even plays it any more? So why keep the alpha and beta categories at all…

3 Likes

Another example is using Discourse as a discussion platform for a lecture or course:

3 Likes

I found a small issue in that messages are just another form of Topics. So the code has been updated to only effect Archetype.default Topics.

3 Likes