|
2 | 2 |
|
3 | 3 | * align usage documentation (specs, wiki doc page, visual test page) |
4 | 4 | * Need to support at least on-wiki and on-web |
5 | | - * Need test cases to be a little more strategic? Maybe show js, nojs, and wiki all together? Not sure we really need a test case for every possible situation. It would be overwhelming. |
6 | 5 | * improve visual test page |
7 | 6 | * Support enter-your-own call to lua? (may need wasm Lua...) |
8 | 7 | * rely on lua (either at build time or in the browser) instead of hardcoded lua outputs |
9 | 8 | * Could have build-time lua be an optional step with cached output json |
10 | 9 | * Would need shims for mw stuff |
| 10 | + * Need test cases to be a little more strategic? Maybe show js, nojs, and wiki all together? Not sure we really need a test case for every possible situation. It would be overwhelming. |
11 | 11 | * Link the export file for mediawiki to import |
12 | 12 | * Figure out what MediaWiki:Gadgets-definition could look like if auto-imported. |
13 | 13 | * How will MediaWiki handle "duplicate" pages? |
14 | 14 | * audit code for readability and obviousness |
15 | 15 | * Maybe do a little work to make styling and regional time formats be better supported? |
16 | | - * What timezone formats are supported as inputs? |
| 16 | + * What timezone formats are supported as inputs? +8, UTC+8, etc? |
17 | 17 | * error visibility when given a bad (or likely bad) input? |
| 18 | + * Should add an error category tag and pass the input as output. If either start or end is bad, just do this. |
18 | 19 | * Bugs |
19 | 20 | * Tooltip supports click to open. Stays open when clicking again. Is that expected? Maybe close on second click? And/or just make it being open be tap only? Currently tabbable. Is that a good idea? |
20 | 21 | * The server configs are hardcoded, but should live in json. |
|
0 commit comments