Code Monkey home page Code Monkey logo

buger's Introduction

功能描述

基于React Native开发的简易版Jira Bug管理APP。 本人是测试,故而应用主要服务于测试过程中的,Bug新建,状态管理,回归备注,附件查看等测试流程。 一改了之前常规管理应用的列表到详情式设计,新版本采用更为直观的瀑布流式设计,使我们像刷朋友圈似的刷Bug单。结合PC上的收藏过滤器使用,可以让我们更准确的获取需要的信息列表。

功能演示

image

开发环境:

项目结构简介

├── __tests__                   // jest测试脚本
├── android                     // 安卓原生文件
├── app                         
   ├── components              // 通用组件
   ├── containers              // 应用文件
   ├── images                  // 静态资源文件
   ├── models                  // 封装了redux的models
   ├── services                // 请求api
   ├── utils                   
     ├── dva.js                // dva核心
     ├── request.js            // 封装的fetch请求
     ├── storage.js            // 本地存储封装
     └── index.js              // 工具封装集合
   ├── router.js               // 路由配置
   └── index.js                // 注册model
├── ios                         // 苹果原生文件
├── index.js                    // 入口文件
├── app.json                    // 应用名配置
├── .eslintrc                   // eslint语法限制配置
├── .flowconfig                 // flow语法配置
├── .gitignore                  // git上传配置
├── .babelrc                    // babel按需加载配置
├── README.md                   // 我
└── package.json                // npm应用包清单

历史版本

  • 2018-8 v3.0.0
    使用dva架构重构,移除了部分功能,优化了界面样式及稳定性

  • 2017-11 v2.0.0
    集成了任务管理及工作日志等功能

  • 2017-8 v1.0.0
    初始版本

联系方式

[email protected]

buger's People

Contributors

t880216t avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.