From 9488b1681fa282cb36d6f8283787c6f378d8d67f Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Mon, 26 Jun 2017 20:54:22 +0300 Subject: [PATCH] Created Hackathon Feedback (markdown) --- Hackathon-Feedback.md | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Hackathon-Feedback.md diff --git a/Hackathon-Feedback.md b/Hackathon-Feedback.md new file mode 100644 index 0000000..78d7d58 --- /dev/null +++ b/Hackathon-Feedback.md @@ -0,0 +1,48 @@ +## Bots + +* Access contact list of user you are friends with +* Allow to add a contact +* Allow whisper to automatically send messages on events +* Add more RN bindings +* Allow bots to send messages anytime +* Add new APIs (XHR, promise) +* Clarifiy `status.command` and `status.response` (and generally semantics) +* Improve response format +* Allow to generate QRcodes +* Add custom components in `sendMessage` / more formatting +* Add Token like button support +* Allow to send and receive images +* Add event loop support (e.g. react on chain callback) +* Allow to remove global commands +* Allow bots to participate in human-to-human/group chat +* Support multiple clickable (actionable) inline pills in bot messages +* Fix various bugs with global commands (incorrect formating receiver side, command name not displayed) +* Allow to set bot status +* Improve docs of available features +* Improve APIs consistency + +## DApp + +* Allow to upload files + +## Both + +* Allow bots and DApps to communicate (share localStorage?) +* Deeper DApp / bot interactions +* Access device APIs (camera, GPS, ...) +* Improve debugging story - reload, logs, Chrome Devtools (DApp, Bots). Allow webview debugging with release builds. + +## General + +* Clarify `Discover` usage +* Allow to switch network (DApps / bots) from Status. Improve CLI +* Improve devtools add/update/watch (better feedback, sometimes fail?) + +## Sources + +* https://docs.google.com/spreadsheets/d/1s5oNhVWMC05E3E4EEsEGOFvbB8Vv1kjQNmo0YY3wFXY/edit#gid=416271734 +* https://github.com/JasoonS/Status-Hackathon#troubleshooting +* https://github.com/karalabe/favor.network/blob/master/README.md#status-bugs-and-suggestions +* https://github.com/BlockchainLabsNZ/Unconf-DApp#what-we-couldnt-build +* https://github.com/status-im/hackathon/issues/36 +* https://docs.google.com/spreadsheets/d/1jFWx8VB1QFYF-x0eZSlA1TsqEAGnSsL9YAhlR8uYlLQ/edit#gid=0 \ No newline at end of file