microsoft / app-center-app-react-native

React Native based client app for App Center.
https://appcenter.ms
Other
34 stars 23 forks source link

App Sync 4/24 #2

Open buptkang opened 7 years ago

buptkang commented 7 years ago

Basic app is communicating with the backend and has capabilities to get access to lots of data.

Not clear what the MVP should be. What is the best data to show? What is the UX scenarios that should be supported for MVP.

Two needs for progress.

  1. MVP on scenarios.
  2. What is the right starting UI.

MVP goals could be following

  • Build
  • Show the list of build grouped by branch + status
  • Need a rough sketch out
  • Test
  • Show a list test runs + status
  • Distribution
  • Show list of release grouped by DG
  • Make the DG name collapsible
  • Crash
  • List of all crash groups with some statistics
  • Sort the list by # of crashes
  • Analytics
  • Replicate MC portal charts
  • ACTION ITEM: Identify the priority of the charts
  • The top priority chart, is the user chart. Top priority inside there is Daily users
  • Badge on the tab bar indicating new data that is “unseen”

Sharing CSS between react web and react native. Our portal is currently in react. We are going to investigate reusing the react web css into the react native project. StyledComponent is a transpolar we are going to experiment with to see if this is valuable. We are also using Storybook. A react native component that we are using for our UI.