034-react-native-qt update

This commit is contained in:
Max Risuhin 2018-04-24 12:48:45 +03:00
parent 4aa5b05be3
commit 3056f80a89
2 changed files with 19 additions and 7 deletions

View File

@ -1,7 +1,7 @@
---
id: 34-react-native-qt
title: Extend react-native-desktop to support status-react Desktop functionality
status: Limbo
status: Active
created: 2017-11-22
category: core
lead-contributor: MaxRis
@ -25,7 +25,7 @@ okrs:
Idea: #34-react-native-qt
Title: Extend react-native-desktop to support status-react Desktop functionality
Status: Draft
Status: In-Progress
Created: 2017-11-22
@ -58,7 +58,6 @@ Goal Date: 2017-12-15 (Done)
Description: Login screen rendering and functionality
### Iteration 1
Goal Date: 2018-04-09
Description:
1. Upgrade react-native-desktop to react-native v.0.53.3 (since latest status-react expects v.0.53.3 as well) (2018-04-09 update: Done)
@ -67,9 +66,16 @@ Description:
### Iteration 2
Goal Date: 2018-04-23
1. react-native-desktop running with integrated JavaScriptCore engine instead Node.js on Ubuntu (continuation of Goal 2 from Iteration 1)
2. Porting latest status-react to run on top of react-native-desktop. Work-in-progress. Resolve messages receiving and sending issues.
3. Create runnable react-native-desktop app distribution (status-electron MVP based) for Ububntu, OS X and Windows.
1. react-native-desktop running with integrated JavaScriptCore engine instead Node.js on Ubuntu (continuation of Goal 2 from Iteration 1) (2018-04-23 update: Done)
2. Porting latest status-react to run on top of react-native-desktop. Work-in-progress. Resolve messages receiving and sending issues. (2018-04-23 update: Done)
3. Create runnable react-native-desktop app distribution (status-electron MVP based) for Ububntu, OS X and Windows. (2018-04-23 update: Not started)
### Iteration 3
Goal Date: 2018-05-07
1. Build status-react Desktop in production
2. OS X bundle distribution for status-react Desktop
3. Realm native module support by r-n-d and JavaScriptCore
4. Ubuntu distribution build of old status-electron for Desktop based on react-native-desktop and JavaScriptCore
Goal Date: TODO
Description: Integrate react-native-desktop into latest status-react sources with desktops screens available.

View File

@ -1,6 +1,12 @@
## Logfile
### 2018-04-10
### 2018-04-20
- Known crashes of StatusDesktop are fixed. (Volodymyr)
- JavaScriptCore is integrated with react-native-desktop and is working on Ubuntu. Changes are not yet merged. (Max)
### 2018-04-14
- status-react Desktop is running on top of react-native-desktop. Messages sending and receiving working. (Volodymyr)
### 2018-04-10
- Moved single idea file into swarm directory
- Added logfile