|
@@ -0,0 +1,51 @@
|
|
|
+---
|
|
|
+title: "Day 8"
|
|
|
+date: 2019-04-02
|
|
|
+author: samuel
|
|
|
+image: "https://uppy.io/images/blog/30daystoliftoff/day08.jpg"
|
|
|
+series: 30 Days to Liftoff
|
|
|
+seriesSuffix: 'of 30'
|
|
|
+---
|
|
|
+
|
|
|
+Welcome to Day 8 of our ongoing thirty-day blog post challenge toward the **Uppy 1.0 release on April 25**! Yesterday was the 1st of April, the day we really kickstarted our coding speedrun towards 1.0
|
|
|
+
|
|
|
+The entire team during the weekly call yesterday iterated on the whole process again, moving a lot of cards from the `todo` lane to the `in progress` lane. This is what our board currently looks like.
|
|
|
+
|
|
|
+<center><br /><img width="400" src="/images/blog/30daystoliftoff/2019-04-02-asana-board.png"><br /></center>
|
|
|
+
|
|
|
+Let's dive into the updates we have ready to share with you.
|
|
|
+
|
|
|
+
|
|
|
+<!--more-->
|
|
|
+
|
|
|
+<center><br /><img width="400" src="/images/blog/30daystoliftoff/day07.jpg"><br /></center>
|
|
|
+
|
|
|
+## Done
|
|
|
+- [Artur](https://transloadit.com/about/#artur) merged this [PR](https://github.com/transloadit/uppy/pull/1393) which removed the use of `window.location` from companion's client coutrsey of [Ife](https://transloadit.com/about/#ife)
|
|
|
+- [Alex](https://transloadit.com/about/#alex) improved the design of the drag to upload stage. <br />
|
|
|
+Before:<br />
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-02-before.png"></center>
|
|
|
+After:<br />
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-02-after.png"></center>
|
|
|
+- [Evgenia](https://github.com/lakesare) made list items even out using the `justify-content: space-between` CSS property.
|
|
|
+
|
|
|
+## In Progress
|
|
|
+
|
|
|
+- We are currently investigating an issue with `tuts-js-client` which affects uploads where the file size is larger than 500MB as reported in this [issue](https://github.com/tus/tus-js-client/issues/146).
|
|
|
+
|
|
|
+- We have our first WIP screenshot for the React Native implementation.
|
|
|
+
|
|
|
+<center><img width="400" src="/images/blog/30daystoliftoff/2019-04-02-wip-react-native.png"></center>
|
|
|
+
|
|
|
+- Arthur is working on trying a 600MB upload, see if it crashes as reported in `tus-js-client` issue. Then set chunkSize, then does not explode? Report back findings and we'll evaluate next steps.
|
|
|
+
|
|
|
+- Abdel is working on fixing the serverless examples where WebSockets are terminated when Uppy is deployed to Lambda
|
|
|
+
|
|
|
+- Evgenia is working on applying for [Browserstack's](https://www.browserstack.com/open-source?ref=pricing) Open source program, so we can test Uppy more and make sure 1.0 is without any issues.
|
|
|
+
|
|
|
+- Ife is writing tests for implementation of the `tus-js-client` URL storage
|
|
|
+
|
|
|
+
|
|
|
+That's all the updates I have for you today. See you tomorrow for [Day 9](/blog/2019/03/liftoff-09/) 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) :)
|