From f33a63ffc8b3e798bbbe2fad6a72297b17c3a844 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 4 Jan 2019 10:46:11 +0100 Subject: [PATCH 1/2] Create 2019-01-02--gui-and-in-web-browsers-weekly.md cc https://github.com/ipfs/team-mgmt/issues/790 --- ...9-01-02--gui-and-in-web-browsers-weekly.md | 115 ++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md diff --git a/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md b/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md new file mode 100644 index 00000000..a33c6ad1 --- /dev/null +++ b/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md @@ -0,0 +1,115 @@ +# GUI & In Web Browsers Weekly Sync 2019-01-02 + +- **Moderator & Notetaker:** _<none, it was a casual post-holiday call with surprisingly good attendance :)>_ +- **Attendees:** + + - _@terichadbourne_ + - _@lidel_ + - _@jimpick_ + - _@olizilla_ + - _@hacdias_ + + + + +**Moderator checklist** + +- Ensure that there is a notetaker +- Start recording +- Call for additional agenda items + + + + +**Agenda** + +_General discussions, decisions, etc._ + +- Start with Team Updates and Demos + + + + +**Team Updates** + +@lidel + +- Done: + - Holidays :-) + - Discussions around accessing API of remote IPFS node - [in-web-browsers/issues/137](https://github.com/ipfs/in-web-browsers/issues/137) + - @Gozala shared some relevant ideas in + [Progressive peer-to-peer web applications (PPWA)](https://via.hypothes.is/https://gozala.hashbase.io/posts/Native%20talk.html) and tested initial assumptions in [in-web-browsers/issues/137#comment-450530548](https://github.com/ipfs/in-web-browsers/issues/137#issuecomment-450530548) + - Switched Companion to modern Clipboard API, PDF and SVG work again - [ipfs-companion/pull/649](https://github.com/ipfs-shipyard/ipfs-companion/pull/649) + - Added a warning about mixed-content when gateway URL is not a Secure Context - [ipfs-companion/pull/650](https://github.com/ipfs-shipyard/ipfs-companion/pull/650) + - Started discussion about the future of DNSLink cache - [ipfs-companion/pull/646](https://github.com/ipfs-shipyard/ipfs-companion/pull/646#issuecomment-450879014) + [go-ipfs/issues/5884](https://github.com/ipfs/go-ipfs/issues/5884) +- Next: + - Finalize OKRs + - tackle holiday backlog + - release Companion + + + + +@hacdias + +- Done: + - Fixed issue where we were calling methods that only exist on macOS: + - Fixed the links not opening in external windows: + - Updated to Electron 4: + - Fixed the black screenshot issue: + - Improved the screenshots experience: there will be now a notification telling the user a screenshot was taken and if they click on it, Web UI will open on that screenshots. If the user has a multi-monitor setup, the screenshots will be in a directory. + - + - +- Blocked: + - Waiting for macOS guys on this PR: +- Next: + - Go through Desktop’s issue list and see what can be closed and fixed. + - Prioritize native OS integrations: + - Work on that ^^ + - 🧙‍♂️ + +@alanshaw +- Done: + - JS IPFS 0.34 release dance 💃 + - Holidays +- Blocked: + - JS IPFS 0.34 release blocked on stack overflow issues with latest libp2p +- Next: + - Cool stuff coming to a JS IPFS near you: + - Way smaller bundle is coming minified+gzip >50% smaller! + - DHT is coming! APPROVED - blocked on test failures + - Fast `ipfs.add` is coming + - > In real-world use, this changed the time it takes to \`jsipfs add\` a 260MB file to a fresh repo from 13.7s to 1.95s. By comparison\`go-ipfs\` takes 1.58s to add the same file to a fresh repo. + - Work on benchmarks for + +@terichadbourne + +- Done: + - \[Live] Restructured ProtoSchool website to include community info + - \[Merge pending review] Added a text-based tutorial on underlying concepts +- Next: + - Seek volunteers to lead chapters so there’s more content at launch + - Get feedback internally and make most urgent tweaks before mid-month public launch + +@olizilla + +- Done: + - Holiday + - WIP Release plans for ipfs-gui + - Requested Apple Developer Program enrollment +- Next: + - Fix ipfs-geoip for new ipfs object api (currently fixing tests, and reviewing api) + - Create project plan for ipfs-gui team for Q1 + - Create release issues for desktop, webui, share. + - Define Companion UI roadmap with lidel + - Pin down scope of ipfs http api exploration + + + +**Discussion Highlights** + +_Discussion highlights and additional notes._ + +- Oli gave an overview of his GUI plans: +- Jim gave an update about visiting Google Chrome Team in Tokyo and giving a demo: loading Signed HTTP Exchange from IPFS gateway using Service Worker -[in-web-browsers/issues/121](https://github.com/ipfs/in-web-browsers/issues/121#issuecomment-444769959) +- Teri is looking for feedback before revamped ProtoSchool goes live From fe3e24cbf14d3860e731f073e2c86156c51c6db3 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 4 Jan 2019 10:45:26 +0000 Subject: [PATCH 2/2] docs: add attendance, add link to libp2p-switch issue --- .../2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md b/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md index a33c6ad1..7ca15afb 100644 --- a/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md +++ b/meeting-notes/2019/Q1/2019-01-02--gui-and-in-web-browsers-weekly.md @@ -8,6 +8,7 @@ - _@jimpick_ - _@olizilla_ - _@hacdias_ + - _@alanshaw_ @@ -74,6 +75,7 @@ _General discussions, decisions, etc._ - Holidays - Blocked: - JS IPFS 0.34 release blocked on stack overflow issues with latest libp2p + - https://github.com/libp2p/js-libp2p-switch/issues/287 - Next: - Cool stuff coming to a JS IPFS near you: - Way smaller bundle is coming minified+gzip >50% smaller!