-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This is a feature request, and probably a particularly low priority one. just noting it here so that there's a log of the idea and a place for folks to discuss if others are interested.
As a researcher, when i'm working on a particular topic it can be useful to organize my topics by supplying my own tags.
It would be nice when using TEC to be able to attach my own tags alongside certain articles.
This could be done entirely in the client side with tags stored in a user's cookies, without requiring a login at all.
There's a risk here that someone could lose their cookies and therefore lose their tags; this risk could be mitigated by allowing the user to export their tags to a file (probably, generated from their cookies by javascript).
In a more featureful implementation, users might want to share tags with one another, or submit them for inclusion in the canonical TEC database (presumably after some vetting by compendium administrators). this larger approach would be more work, but might be worth considering at some point, though the vetting can be a signficant amount of work if it's not planned well and there are no spam defenses.