aboutsummaryrefslogtreecommitdiffstats
path: root/notes/bot_ideas.txt
diff options
context:
space:
mode:
Diffstat (limited to 'notes/bot_ideas.txt')
-rw-r--r--notes/bot_ideas.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/notes/bot_ideas.txt b/notes/bot_ideas.txt
new file mode 100644
index 00000000..2d978279
--- /dev/null
+++ b/notes/bot_ideas.txt
@@ -0,0 +1,26 @@
+
+check for known bad files (zero bytes, etc) by hash
+
+## extid / ExtidReviewBot
+
+Deeper check of external identifiers.
+
+Checks:
+- duplication of entities: that no entities with the same identifiers already exist
+- DOI numbers should be registered (check doi.org)
+
+## style
+
+Check release entity style.
+
+- release_type, status, etc are set
+- title doesn't end in a period
+- at least one contributor
+
+## URLs
+
+Look at URLs and see if they look valid.
+
+Checks:
+- for "single page" springer domain (and others)
+- no 'None' web.archive.org links (old bug)