Browse Source

[WIP] - Uppy Day 9 blogpost (#1402)

* Day 9 draft

* Iteration

* Update website/src/_posts/2019-04-liftoff-09.md

* A first iteration

* Rephrasing a sentence

* Get into groove
Tyler McAllister 6 years ago
parent
commit
a6d8ba3d43

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

@@ -50,6 +50,6 @@ After:<br />
 
 - Ife is writing tests for the implementation of the `tus-js-client` URL storage.
 
-That's all the updates I have for you today. See you tomorrow for Day 9 of our 30 Days to Liftoff!
+That's all the updates I have for you today. See you tomorrow for [Day 9](/blog/2019/04/liftoff-09/) of our 30 Days to Liftoff!
 
 P.S. If you don't want to miss an update, you might like to subscribe to our [RSS feed](https://uppy.io/atom.xml) :)

+ 49 - 0
website/src/_posts/2019-04-liftoff-09.md

@@ -0,0 +1,49 @@
+---
+title: "Day 9"
+date: 2019-04-03
+author: tyler
+image: "https://uppy.io/images/blog/30daystoliftoff/day09.jpg"
+series: 30 Days to Liftoff
+seriesSuffix: 'of 30'
+---
+
+The entire team is starting to get into its groove as the Uppy channel in our Slack workspace is looking livelier than ever. Let's dive straight into Day 9 of our 30 Days to Liftoff!
+
+<center><img width="400" src="/images/blog/30daystoliftoff/day09.jpg"><br /><br /></center>
+
+Everyone is moving at a comfortable pace, working on the various *In Progress* cards sitting neatly on our Uppy board, so here's a quick update on the progress towards **Uppy 1.0, coming April 25**!
+
+<!--more-->
+
+## Done
+
+Tasks completed by the team since yesterday's update include:
+
+- Our React Native team (that's [Artur](https://github.com/arturi), [Ife](https://github.com/ifedapoolarewaju), and [Kevin](https://github.com/kvz)) has been working together most of the day and gave an update on the current completed features for implementing Uppy support. Here's a list of completed tasks directly from the team:
+    - [x] Make the 'Import from URL' example work in RN
+    - [x] Give it its own UI, (re)written for RN
+    - [x] Make websocket progress from Companion work (see: https://facebook.github.io/react-native/docs/network#websocket-support)
+    - [x] Have an example with buttons for resumability and a progress bar
+    - [x] Have 20 min resumability support, proof that fingerprinting works for different local file uploads, fix it if not
+
+- A [feature](https://github.com/transloadit/uppy/pull/1367) was submitted by [Andrew Shini](https://github.com/superandrew213) that involving checking for existing uploads before uploading anything, which has been necessary for his custom dashboard. Artur and [Renée](https://github.com/goto-bus-stop) will be reviewing it. A big thank you to the open source community for making contributions!
+
+## In Progress
+
+Meanwhile, on the progress side of things:
+
+- [Abdel](https://github.com/Kiloreux) has started working on a [Glitch](https://glitch.com/) demo involving Companion, so users can have an even easier time utilizing our services. He's also working on fixing up the serverless example (running Companion on AWS Lambda) which was once contributed by the community but hasn't been workin for a long time :scream:
+
+- Renée is going to spend the day on getting Transloadit Assemblies to actually cancel when the Cancel button in the UI is pressed. As it stands, the upload cancels, but the Assembly keeps running until it eventually times out by itself.
+
+- [Tim](https://github.com/tim-kos) has started working on fixing an API problem that caused one of our end-to-end tests to intermittently fail and eventually turn off entirely. 
+
+- Finally, the React Native team has already completed an impressive amount of tasks, but they aren't slowing down anytime soon. Development marches on as the team begins tackling the following tasks:
+    - [ ] Add basic file preview to react native example. Can use `file.uri` for images, can use icons for `file.type===video/audio/document` (Artur Paikin)
+    - [ ] Release Uppy (add inline customFingerPrint & AsyncStorage for now, we'll remove customFingerPrint later, once tus-js-client is in good shape) (Artur Paikin)
+    - [ ] Test fingerprinting for Audio, Document (Artur Paikin)
+    - [ ] Add customFingerPrint & hashCode into Ife's tus-js-client branch, add tests, get it into shape for Marius to review (Ifedapo Olarewaju)
+
+Come Thursday, they'll be having another call to discuss their completed work so far and map out the remaining RN tasks from there. I'm looking forward to sharing more details on that call soon!
+
+The first third of our thirty-day challenge ends tomorrow with Day 10. Look forward to more updates (and pictures of dogs in space) tomorrow and, as usual, don't forget about our [RSS feed](https://uppy.io/atom.xml) :dog2:

BIN
website/src/images/blog/30daystoliftoff/day09.jpg