|
| 1 | +# Roadmap |
| 2 | + |
| 3 | +## Interactive HTML Preview |
| 4 | + |
| 5 | +_Status: Shipped at May 23, 2020_ |
| 6 | + |
| 7 | +The html preview tab should be made interactive. In such a way that one can hover elements and see the recommended query. When clicking on the link, the query should applied to the editor, like the various query buttons do. |
| 8 | + |
| 9 | +## Update Readme.md |
| 10 | + |
| 11 | +_Status: In backlog (#5, #6)_ |
| 12 | + |
| 13 | +We don't have any instructions on how to get the thing started at localhost, or how to contribute. This should be made crystal clear. |
| 14 | + |
| 15 | +Also, I have no idea how it works, but I know we need to use emoji-key to list contributors in the readme. Is that an automated thing? |
| 16 | + |
| 17 | +## Add tests |
| 18 | + |
| 19 | +_Status: In backlog (#7)_ |
| 20 | + |
| 21 | +A [testing-playground.com] without tests... I don't think that should be a thing, but at this moment it is. |
| 22 | + |
| 23 | +We should fix that, and use jest & testing-library to do it. |
| 24 | + |
| 25 | +## Usage instructions |
| 26 | + |
| 27 | +_Status: In backlog (#8)_ |
| 28 | + |
| 29 | +Do we need some instructions on how to use the tool? I'm not sure about this yet, but if we do, it should be added to the playground itself. Not just a markdown on github. |
| 30 | + |
| 31 | +## Embeddable |
| 32 | + |
| 33 | +_Status: In backlog (#9)_ |
| 34 | + |
| 35 | +How awesome would it be if we had an embed-mode, so users can embed the playground in the blogs they write about testing / testing-library? |
| 36 | + |
| 37 | +## Support User-Event |
| 38 | + |
| 39 | +_Status: In backlog (#10)_ |
| 40 | + |
| 41 | +I haven't worked out the details, but enabling users to play with [user-event]s would awesome. Perhaps together with adding support for [HTML mixed mode]? |
| 42 | + |
| 43 | +## DevTools! |
| 44 | + |
| 45 | +_Status: In backlog (#11)_ |
| 46 | + |
| 47 | +I believe we can wrap this project into a chrome extension. That way people can use the thing on their own sites, without needing to copy / paste html fragments. How awesome would that be?! |
| 48 | + |
| 49 | +[testing-playground.com]: https://testing-playground.com |
| 50 | +[html mixed mode]: https://codemirror.net/mode/htmlmixed/index.html |
| 51 | +[user-event]: https://testing-library.com/docs/ecosystem-user-event |
0 commit comments