Browse Source

Day 14 (#1433)

* First swing at Day 14

* An iteration

* Fix RSS link

* One more iteration

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

* Update website/src/_posts/2019-04-liftoff-11.md
Kevin van Zonneveld 6 years ago
parent
commit
4d8ec69d83

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

@@ -37,4 +37,4 @@ While not strictly related to our Uppy 1.0 release, we have managed to reach ove
 
 <center><img src="/images/blog/30daystoliftoff/2019-04-04.png"><br /></center>
  
-On that note, Day 10 of our thirty-day challenge comes to an end. Friday looks like it will be another exciting day, so don't hesitate to keep checking up on us via [Twitter](https://twitter.com/uppy_io) or [RSS]((https://uppy.io/atom.xml)!
+On that note, Day 10 of our thirty-day challenge comes to an end. Friday looks like it will be another exciting day, so don't hesitate to keep checking up on us via [Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/atom.xml)!

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

@@ -44,5 +44,5 @@ And another week bites the dust! With the weekend right around the corner, we're
 - [Kevin](https://github.com/kvz) finished up his work on the [new documentation menu structure](https://github.com/transloadit/uppy/pull/1405) that we talked about [yesterday](/blog/2019/04/liftoff-10/). 
 
 
-That’s it. All the updates I have for you today. Have a great weekend everyone! And if you don’t want to miss a post, keep tabs on our [Twitter](https://twitter.com/uppy_io) or [RSS]((https://uppy.io/atom.xml) feed.
+That’s it. All the updates I have for you today. Have a great [weekend](/blog/2019/04/liftoff-12/) everyone! And if you don’t want to miss a post, keep tabs on our [Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/atom.xml) feed.
 

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

@@ -13,4 +13,4 @@ Hey guys! How is your Saturday treating you so far? We are focusing today on mee
 
 <center><img width="400" src="https://media.giphy.com/media/k2Da0Uzaxo9xe/giphy.gif"><br/><br/></center>
 
-We won't have much in terms of real news to share over the weekend, but we'll be back in full force on Monday! In the meantime, we hope you have a great day! And see you tomorrow for another weekend update in our 30 Days to Liftoff!
+We won't have much in terms of real news to share over the weekend, but we'll be back in full force on [Monday](/blog/2019/04/liftoff-14/)! In the meantime, we hope you have a great day! And see you tomorrow for another weekend update in our 30 Days to Liftoff!

+ 1 - 1
website/src/_posts/2019-04-liftoff-13.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 14 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 14](/blog/2019/04/liftoff-14/) of our 30 Days to Liftoff!
 

+ 42 - 0
website/src/_posts/2019-04-liftoff-14.md

@@ -0,0 +1,42 @@
+---
+title: "Day 14"
+date: 2019-04-08
+author: kvz
+image: "https://uppy.io/images/blog/30daystoliftoff/day14.jpg"
+series: 30 Days to Liftoff
+seriesSuffix: 'of 30'
+---
+
+Today marks the fourteenth day in our '30 Days to Liftoff' blog post challenge, working our way towards **launching Uppy 1.0 on April 25**. It's the beginning of a new week and there is much to be done. The Uppy team is already firing on all cylinders and we also have some developments to share from before the weekend.
+
+<!--more-->
+
+Let's jump right in!
+
+<center><br /><img width="400" src="/images/blog/30daystoliftoff/day14.jpg"><br /></center>
+
+## Done
+
+- [Renée](https://github.com/goto-bus-stop) finished work on [canceling Transloadit Assemblies](https://github.com/transloadit/uppy/pull/1431) when you abort uploads.
+
+- [Artur](https://github.com/arturi) published the [CHANGELOG for 0.30.4](https://github.com/transloadit/uppy/commit/845369f0e56b49ab51d4d01909dfdac6f60b1748), which was a bit more work to figure out now that the whole Transloadit team is piling commits onto `master` :scream: We also completed a few smaller tasks, such as fixing an issue with our build scripts and updating the Companion docs.
+
+## Done for React Native
+
+This is a pretty big one! [Ife](https://github.com/ifedapoolarewaju) and Artur delivered on the bare essentials for React Native. In our local tests, this means we can now successfully pick different files, have their uploads resume where they left off, select a remote file via Companion (for now, only picking from URL is supported), and see the progress reported by it. 
+
+There is a basic UI, most of which is encapsulated in the example that we'll publish on our website. We're refraining from building too much UI in our React Native module, as we assume that developers will want to have full control and style everything closely to their app. We figured they would care most about seeing a good example and having access to core functionality such as making mobile uploads more reliable and less draining on batteries and data plans. 
+
+While there are still things to be implemented, such as picking files from Instagram, we now know that we have all the Lego bricks required and that they are doing what they're supposed to. Now, it's just a matter of fleshing out those integrations, but we'll have to see whether we can get to that before 1.0. We're already happy to offer a fixed idea about the API and a basic working example as our deliverables.
+
+## In Progress
+
+- [Alex](https://github.com/nqst) is working on improving the Uppy design (in the code) in his [`design-facelift` branch](https://github.com/transloadit/uppy/compare/master...nqst:design-facelift).
+
+- [Evgenia](https://github.com/lakesare) is working on improving accessibility together with Alex, who found many issues that we still need to fix in this area.
+
+- Now that the bare essentials of React Native work, Ife is making sure our local work finds a proper place in the tus-js-client (such as React-Native-compatible fingerprinting) while Artur hopes to find the time to tick off a few design goals to make for a better experience testdriving our example. Things like icons for files that are not images and a _Close_ button for the select file screen.
+
+- The whole team will again do a call this afternoon to reassess our roadmap and see where all we stand. Some new tasks were added on [Friday](/blog/2019/04/liftoff-11/), so we'll also have to see about getting those into gear.
+
+That's it for Day 14. Tomorrow, it will be Samuel's turn again to update you on our board and progress. Subscribe via [Twitter](https://twitter.com/uppy_io) or [RSS](https://uppy.io/atom.xml) and don't miss out on Day 15! :dog:

+ 0 - 0
website/src/images/blog/30daystoliftoff/33.jpg → website/src/images/blog/30daystoliftoff/day14.jpg