AJvanLoon 6 роки тому
батько
коміт
d417f89713
1 змінених файлів з 15 додано та 13 видалено
  1. 15 13
      website/src/_posts/2019-03-liftoff-03.md

+ 15 - 13
website/src/_posts/2019-03-liftoff-03.md

@@ -7,11 +7,11 @@ series: 30 Days to Liftoff
 seriesSuffix: 'of 30'
 ---
 
-Two days ago we started our thirty-day blog post challenge to keep you updated on **releasing Uppy 1.0 on April 25**. Here's day three for you!
+Two days ago, we announced the **upcoming launch of Uppy 1.0 on April 25**, kicking off our thirty-day blog post challenge to keep you updated on everything that is going on. Here's day three for you!
  
 <!--more-->
 
-We're still in the phase of tying up loose ends towards April 1, where we'll really start on the coding speedrun towards for 1.0:
+We're still mostly busy tying up any remaining loose ends before April 1, when we'll really start our coding speedrun towards 1.0:
 
 <center><img width="400" src="/images/blog/30daystoliftoff/day3.jpg"><br /></center>
 
@@ -19,29 +19,31 @@ We're still in the phase of tying up loose ends towards April 1, where we'll rea
 
 [Artur](https://github.com/arturi) started out by merging two pull requests from [Renée](https://github.com/goto-bus-stop). The [first](https://github.com/transloadit/uppy/pull/1375) one aims to use Transloadit Templates and demo keys for the `transloadit-textarea` example, and the [second](https://github.com/transloadit/uppy/pull/1374) one makes error reporting across different locales more flexible.
 
-Artur also added a [GitHub comment inspired demo](/examples/markdown-snippets/). Add a file attachment to your markdown, and it will be uploaded, and converted to a thumbnail that's displayed inside your post, no matter the media type (audio turns into artwork, images are resized, videos thumbnailed, etc). 
+Artur also added a [GitHub-comment-inspired demo](/examples/markdown-snippets/). Add a file attachment to your markdown, and it will be uploaded and converted to a thumbnail that's displayed inside your post, no matter the media type (audio turns into artwork, images are resized, videos thumbnailed, etc.). 
 
-[Ife](https://github.com/ifedapoolarewaju) then reviewed and merged this [pull request](https://github.com/transloadit/uppy/pull/1366), which updates the callback URIs to reflect their correct location in Companion. Thanks to [HughbertD](https://github.com/HughbertD) for that one!
+Lastly, [Ife](https://github.com/ifedapoolarewaju) reviewed and merged this [pull request](https://github.com/transloadit/uppy/pull/1366), which updates the callback URIs to reflect their correct location in Companion. Thanks to [HughbertD](https://github.com/HughbertD) for that one!
 
 <center><img src="/images/blog/30daystoliftoff/2019-03-27-board02.png"></center>
 
-## What is the team working on today?
+## What has the team been working on?
 
-Renée is working hard to fix outdated warnings in our examples. Other than that, the team has been working on a Companion issue that invalid access tokens are given out when you select a provider to receive your file from. The aim is to return 401 for invalid access tokens, so that the `/authorized` endpoint can be deprecated. You can track the progress of this issue in its [pull request](https://github.com/transloadit/uppy/pull/1298).
+Renée is working hard to fix outdated warnings in our examples. Other than that, the team has been dealing with a Companion issue that invalid access tokens are given out when you select a provider to receive your file from. The aim is to return 401 for invalid access tokens, so that the `/authorized` endpoint can be deprecated. You can track the progress of this issue in its [pull request](https://github.com/transloadit/uppy/pull/1298).
 
-The biggest update that will be part of Uppy 1.0 is support for React Native. And this day, Renée, Artur, Ife, [Evgenia](https://github.com/lakesare) and [Kevin](https://github.com/kvz) had a call about it and talked extensively about what we'd need for an MVP. They settled on six subtasks and were kind enough to share their notes, which I'll happily extend to you as-is :)
+The biggest update that will be part of Uppy 1.0 is support for React Native. Yesterday, Renée, Artur, Ife, [Evgenia](https://github.com/lakesare) and [Kevin](https://github.com/kvz) had a call and talked extensively about what would be needed to have a minimum viable product. They settled on the following six subtasks, which I'm copying directly fom their notes: :)
 
 ```md
-- [ ] get a link provider example to work, including showing companion progress, and resumability
-- [ ] it gets its own UI, (re)written for RN
+MVP for React Native support should:
+
+- [ ] get a link provider example to work, including showing Companion progress and resumability
+- [ ] get its own UI, (re)written for RN
 - [ ] make websocket progress from Companion work (see: https://facebook.github.io/react-native/docs/network#websocket-support)
-- [ ] the example gets buttons for resumability & a progress bar
-- [ ] resumability support within 20min (easily tested by disabling wifi on your workstation while uploading to master.tus.io)
-- [ ] the example gets basic file previews (likely uppy RN itself does not offer previews)
+- [ ] have an example with buttons for resumability & a progress bar
+- [ ] have resumability support within 20 min (easily tested by disabling WiFi on your workstation while uploading to master.tus.io)
+- [ ] have an example with basic file previews (Uppy RN itself likely does not offer previews)
 ```
 
 We also celebrated Evgenia submitting her first two PRs: [one](https://github.com/transloadit/uppy/pull/1382) to make sure that tooltips can no longer overflow inside the Uppy container, and [another](https://github.com/transloadit/uppy/pull/1383) that removes the jumpiness when Uppy loads.
 
 That's all the updates I have for you today. See you tomorrow for Day 4 of our 30 Days to Liftoff!
 
-PS If you don't want to miss an update, consider [good ol' RSS](https://uppy.io/atom.xml) :)
+P.S. If you don't want to miss an update, consider [good ol' RSS](https://uppy.io/atom.xml) :)