Skip to content

joshbuchea/app-center-app-react-native

 
 

Repository files navigation

App Center Mobile App

Visual Studio App Center is mission control to help mobile developers build mobile apps.

Visual Studio App Center Mobile App complements App Center portal to let mobile developers track developed apps' usage from customers in a light and mobile manner. The source code is 100% based on React/React Native/Redux.

Notes Visual Studio App Center App will support all features that you (avid mobile developer) want. It is not a duplicate of App Center portal. Thus, we care your ideas. Open issues now to let us know what we should go next.

Code Structure

Under js folder:

Working Units -- Sync with Backlog

  • login: User can login via Github/ MSA / Mobile Center Account.
  • apps: User can view all apps they have access too and navigate to each app they have access to.
  • user: User Information
  • notification: notification of apps (build, distribution, crash, analytics)
  • app: User can view an app information
  • app.distribution.view: User can view all distribution groups for an app.
  • app.distribution.addemail: User can add new user emails to a distribution group.
  • app.distribution.group: User can create/ delete distribution group.

TODO List

Search for the TODO tag in the code base to check for incomplete tasks.

Third Party Tools and APIs

We would like to thank and appreciate the efforts that the below library authors have made. We build upon your shoulders.

  • Microsoft Code Push for dynamic update
  • Redux is a predictable state container for reading application, together with React Native
  • Redux-Saga is a library that aims to make side effects in reading application easier and better
  • react-native-router-flux is a router for reading based on new react native navigation API and redux
  • Jest for testing React Native components and UT
  • Eslint is a tool for identifying and reporting on patterns found in reading application code
  • redux-devtools DevTools for Redux with hot reloading, action replay, and customizable UI

Build

TODO, check with a new setup in a machine.

npm install
react-native start

Contributing

There are several ways to contribute to the current app:

  1. Full stack contribution: If you want to implement one [func sync with backlog](#Working Units -- Sync with Backlog), you need to implement actions, sagas, reducers, api calls, container and presentational containers. Please make sure to write the saga and reducer jest tests, all tests should be passed for a PR. Here it is Microsoft Mobile Center REST API End Point.

  2. UI contribution: Design is the most important factor other than implementation, feel free to react-storybook to share your design idea and refactor the react components.

  3. Performance contribution: Pick the right tool can greatly accelerate our development life cycle, we believe it. In terms of the development, react community is a fast changing world, we love it. Feel free to tell us what libraries we should use to further improve the dev-cycle or the running performance.

  4. Idea contribution: Have you used the Mobile Center Portal? We believe you did. The key design philosophy of mobile version is to let developers retrieve app usage data from customizable notification mechanism. Developers only want to fetch data or message, view them in the mobile. They can further do the app update through the web portal. Do you agree with it? If not, can you tell us your opinions? If yes, what other special requirements do you think about? Tell us, we will add it in to fullfill your needs.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

React Native based client app for App Center.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.1%
  • Objective-C 4.9%
  • Java 2.2%
  • Python 1.8%