-
Notifications
You must be signed in to change notification settings - Fork 0
/
Todo.txt
33 lines (31 loc) · 1.34 KB
/
Todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Todo
----
- Display a list of yearly anime by ordered by descending rating (The top 10 so to speak.)
- Fix localstorage limits.
- Remove hard-coded mappings.
- Use [+] and [-] to expand and collapse the ratings that go with a title.
v Improve Google Analytics. Track usage of all features.
v Support other lists:
- http://en.wikipedia.org/wiki/Category:Action_anime_and_manga
- http://en.wikipedia.org/wiki/Category:Magical_girl_anime_and_manga
- http://en.wikipedia.org/wiki/Category:Fantasy_anime_and_manga
- http://en.wikipedia.org/wiki/Category:Supernatural_anime_and_manga
v Cached links should be updated every 7 days.
v Configurability
v Only show if year matches identically
v Highlight treshold (only if score >= x)
v Display treshold (hide title if score < x)
v Remember settings in localStorage.
v Store mappings online
v Cache the mapping!
v Show MAL rating in Wikipedia anime main pages
v Hide button for MyAnimeList Ratings info box in anime/manga page
v Fix "One Piece" page
Brain storming
--------------
- Introduce a server
. Can store all mappings.
. Can store user's viewed animes.
- Add a "Add" button to add to MAL.
- Maintain a pure mapping between wikipedia and mal urls. The current system of improving search terms and improving results is way too messy.
- Allow user to fix wrong Wikipedia-MAL mappings.