Coder Social home page Coder Social logo

swyang-tisu / retinaphwechat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaoyanhan2018/retinaphwechat

0.0 0.0 0.0 10.18 MB

The service solution for referral reviewers in the referral audit system makes it easy and convenient for reviewers to query/update/maintain records of referral appointments within their permissions.

Dockerfile 0.20% TypeScript 48.69% JavaScript 0.26% CSS 27.39% SCSS 20.44% Pug 3.01%

retinaphwechat's Introduction

RetinaPhWechat (Not published online)

The service solution for referral reviewers in the referral audit system makes it easy and convenient for reviewers to query/update/maintain records of referral appointments within their permissions.
(眼底检查预约转诊解决方案体系中针对转诊审核人的服务解决方案,主旨使审核人可以轻松便捷地查询/更新/维护其权限范畴内可操作的转诊预约)

Introduction

Type (类型):公众号
Audiences (受众/服务对象):审核人(拟定:医生)
Key Features (主要功能):

  1. 筛选搜索(按日历)预约的转诊记录
  2. 更新/维护转诊记录
  3. 查看对应检查及报告

Prerequisites

  • git (v2.2+)
  • node.js (v10.0+)
  • npm (v6.0+)
  • yarn (v1.22.10+)
  • TypeScript(V3.7.4+)
  • Express(v4.17.1+)
  • Sass
  • Pug(V2.0.4+)

Initial Evironment

  • One Step: yarn install;
    Install all dependencies;
  • Scripts:
    • "dev": Run the APP with watch mode, will auto restart if change files; // 以监视模式运行APP,如果更改文件,它将自动重启;(运行本地mock数据)
    • "dev-with-backend": "npm run build && npm run watch-b" // 与后端联调(http://retina.voxelcloud.net.cn)
    • "start": "npm run build && npm run nodemon", // 生产环境启动脚本
    • "build": Build the final export files in ./dist; // 在./dist中构建最终的导出文件;
  • Config files:
    • devServer.js: LocaL dev server with express. // 本地开发环境启动配置;
    • tsconfig.json: The compilation configuration of the typescript. // type script的编译配置;
    • copyStaticAssets.ts: Organize the fianl exprot files // 手动整理最终输出文件;
    • mockServer.ts: Simulate the back-end environment // 模拟后端API, 返回本地mock数据

Structure

  • dist (Final Compilation Folder) // 最终编译目录
  • src (Main Folder) // 主文件目录
    • views (the main viewers of the APP) // 主界面, 页面目录
    • images (image, icon, font) // 图片目录(图片)
    • css (styles) // 样式目录(图标, 字体)
    • controllers (the controller of each viewer, include event handlers, request, animation, etc) // 个界面的控制器目录(包含:事件维护,请求维护,动画效果等等)
    • components (the tempalte, common component) // 通用模板,组件库(将来应共同并入到公司前端组件库)
  • mockData // mock server data(json)

Run test tools

Resource links:

retinaphwechat's People

Contributors

sujunyao 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.