Kaynağa Gözat

First swing at Day 7

Kevin van Zonneveld 6 yıl önce
ebeveyn
işleme
7c95166a50

+ 1 - 1
website/src/_posts/2019-03-liftoff-03.md

@@ -46,6 +46,6 @@ MVP for React Native support should:
 - [ ] have an example with basic file previews (Uppy RN itself likely does not offer previews)
 ```
 
-That's all the updates I have for you today. See you tomorrow for Day 4 of our 30 Days to Liftoff!
+That's all the updates I have for you today. See you tomorrow for [Day 4](/blog/2019/03/liftoff-04/) of our 30 Days to Liftoff!
 
 P.S. If you don't want to miss an update, consider [good ol' RSS](https://uppy.io/atom.xml) :)

+ 1 - 1
website/src/_posts/2019-03-liftoff-04.md

@@ -29,4 +29,4 @@ One of the more exciting updates of this day was also contributed by Alex, with
 
 [Ife](https://github.com/ifedapoolarewaju) has been focused on [fixing hanging Instagram files uploaded through Companion](https://github.com/transloadit/uppy/pull/1274/files) and our content team's own [Samuel](https://github.com/samuelayo) added examples for [handling uploads in Node.js, and in Python (using the Flask microframework)](https://github.com/transloadit/uppy/pull/1389). 
 
-And that's day 4 complete! Catch up with us tomorrow, as we take this thing into our first weekend of the 30 Days to Liftoff! And of course, if you want to keep yourself constantly updated, feel free to subscribe to our [RSS feed](https://uppy.io/atom.xml) :smile:
+And that's Day 4 complete! Catch up with us [tomorrow](/blog/2019/03/liftoff-05/), as we take this thing into our first weekend of the 30 Days to Liftoff! And of course, if you want to keep yourself constantly updated, feel free to subscribe to our [RSS feed](https://uppy.io/atom.xml) :smile:

+ 1 - 1
website/src/_posts/2019-03-liftoff-05.md

@@ -13,4 +13,4 @@ Work hard, play hard! It's Saturday, so it's time for us to wind down and take s
 
 <center><img width="400" src="https://media.giphy.com/media/TL4d81cXH4THa/giphy.gif"><br/><br/></center>
 
-Just the thing we need to recharge those :battery::battery: to :100:, so we can start making a dent on Monday again. Hope you'll have a good one! :kissing_heart: 
+Just the thing we need to recharge those :battery::battery: to :100:, so we can start making a dent on [Monday](/blog/2019/04/liftoff-07/) again. Hope you'll have a good one! :kissing_heart: 

+ 1 - 1
website/src/_posts/2019-03-liftoff-06.md

@@ -13,5 +13,5 @@ Shh, it's Sunday, Uppy is sleeping in today :sleeping: We'll be taking the day o
 
 <center><img width="400"  src="https://media.giphy.com/media/26n6UOQke3xCpsbWo/giphy.gif"><br/><br/></center>
 
-We hope this drowsy puppy inspires you to have a great and relaxing remainder of your weekend. We'll have a lot more to share with you tomorrow, so see you on Day 7 of our 30 Days to Liftoff!
+We hope this drowsy puppy inspires you to have a great and relaxing remainder of your weekend. We'll have a lot more to share with you tomorrow, so see you on [Day 7](/blog/2019/04/liftoff-07/) of our 30 Days to Liftoff!
 

+ 39 - 0
website/src/_posts/2019-04-liftoff-07.md

@@ -0,0 +1,39 @@
+---
+title: "Day 7"
+date: 2019-04-01
+author: kvz
+image: "https://uppy.io/images/blog/30daystoliftoff/day07.png"
+series: 30 Days to Liftoff
+seriesSuffix: 'of 30'
+---
+
+Today marks the seventh day of our ongoing thirty-day blog post challenge, giving you an overview of all the progress building up to our **Uppy 1.0 release on April 25!** 
+
+<!--more-->
+
+<center><br /><img width="400" src="/images/blog/30daystoliftoff/day07.png"><br /></center>
+
+## Done
+
+- Artur and Kevin [fixed CI builds](https://github.com/transloadit/uppy/commit/130b79076c4cee54f1d6045f7ff359d1f46a9c72) with [new](https://github.com/transloadit/uppy/commit/5f4f1cf17e23c195d4a3907d7bb94599ec882ae6) [npm](https://github.com/transloadit/uppy/commit/f0ca917a1e238e672540fd1a605c2dee8a81b195) scripts (now explicitly opt into running Companion via `npm run dev:with-companion`) and by switching to a newer Chrome version for Windows 7 on Saucelabs 
+- Ife [fixed](https://github.com/transloadit/uppy/commit/c1abfea33d0c3e80809814c1048b156028c8fcf9) a [bug](https://github.com/transloadit/uppy/issues/1390) in XHR Companion uploads 
+- Then Ife, Artur, and Kevin paired for the entire afternoon on resumable uploads in RN, and got it to work inside an upload session, you can now hit Pause & Resume :tada: It does not after a crash yet, more on that in `In Progress`. One of the big hurdless addressed during the call was fixing websocket communication between Companion RN, so remote uploads done by Companion now report progress to the mobile app
+- Renée fixed [a TypeScript issue](https://github.com/transloadit/uppy/pull/1396) for people who do `allowSyntheticDefaultImports: false`
+- Evgenia has [removed jumpiness](https://github.com/transloadit/uppy/pull/1383) that can be witnessed when Uppy is loading
+- Alex Improved the design of the statusbar for when upload is failed. <br />
+Before:<br />
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-liftoff-07a.png"></center>
+After:<br />
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-liftoff-07b.png"></center>
+
+## In Progress
+
+- As mentioned Resumability in RN doesn't work yet after a crash, and to fix this Ife is trying implement tus fingerprint storing in RN (as LocalStorage isn't available there). He'll first finish support for Node.js https://github.com/tus/tus-js-client/pull/73/files then add [React Native support for tus-js-client](https://github.com/tus/tus-js-client#react-native-support)
+- Artur is working on making our RN example better to look at, showcasing a real progress bars, nice buttons for pauze & resumes, as well as a first iteration on file previews. He'll also be pushing out a release with recent fixes, and give Evgenia's early work smooth landing
+- Renée is writing tests to accomodate the change for [better progress reporting](https://github.com/transloadit/uppy/pull/1376) and starting on Transloadit Assembly Cancellation
+- Evgenia is working on the dashboard, improving how file previews are justified, as well as browser compatibility testing
+- [Alex Kolodo](https://github.com/alexkolodko) (yes, that is indeed a different [Alex](https://github.com/nqst) :smile:) has been trying out some sketches for an iteration on our logo:
+
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-liftoff-07c.png"></center>
+
+And that's Day 7 complete! Catch up with us [tomorrow](/blog/2019/03/liftoff-05/)! And of course, if you want to keep yourself constantly updated, feel free to subscribe to our [RSS feed](https://uppy.io/atom.xml) :rocket:

BIN
website/src/images/blog/30daystoliftoff/2019-04-liftoff-07a.png


BIN
website/src/images/blog/30daystoliftoff/2019-04-liftoff-07b.png


BIN
website/src/images/blog/30daystoliftoff/2019-04-liftoff-07c.png


+ 0 - 0
website/src/images/blog/30daystoliftoff/20.png → website/src/images/blog/30daystoliftoff/day07.png