about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <git@lukasepple.de>2020-04-13 19:30:08 +0200
committersternenseemann <git@lukasepple.de>2020-04-13 19:30:08 +0200
commit2fc83c8f4321b35c1fceb9d8434bf9828a9757de (patch)
treef2bd403f0a3728261b31493ac8bc77d6f32ed6c9
parente81d77b968bbe0b514352606fea163c0fae4668e (diff)
add tasks/plans to progress section
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e9c66b..a814505 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
 # emoji utilities for Haskell
 
 This library is still growing! :sunflower:
+
+## Progress
+
+- [ ] Collect Data about Emojis
+  - [x] `emoji-test.txt`
+  - [ ] `emoji-data.txt`
+  - [ ] CLDR (?) data to get missing info, like unicode names (data files only contain cldr short names)
+- [ ] Collect Data about legal sequences (?)
+  - [ ] `emoji-variation-sequences.txt`
+  - [ ] `emoji-zwj-sequences.txt`
+  - [ ] `emoji-sequences.txt`
+- [ ] Fast runtime emoji lookup
+  - [ ] Precompiled map using TemplateHaskell?
+  - [ ] Short name → Emoji
+  - [ ] Unicode name → Emoji
+  - [ ] Keyboard group → list of Emoji
+- [ ] Emoji colon sequence substitution based on short names
+