Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e76cf352
authored
Mar 06, 2020
by
pye52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加README及开发文档
parent
940c0ffd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
README.md
+33
-0
智慧食堂开发文档.docx
+0
-0
No files found.
README.md
0 → 100644
View file @
e76cf352
### 分支管理
| 分支名 | 描述 |
| ---------- | ------------------------------------------------------------ |
| develop | 开发分支作为源分支,所有新功能开发和bug修复都在develop派生分支进行 |
| test | 测试环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| uat | uat环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| production | 生产环境,仅用作打包使用,打包前先从develop分支合并过来并递增版本号 |
| new_master | 重构版本,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 |
| new_for_phone | 重构版本,供手机测试,通过Build Variants来切换到指定的环境,打包同理。已配置好混淆 |
### 特殊功能二维码
在线生成二维码:https://www.liantu.com
请参考同目录下"智慧食堂开发文档.docx"
### 重构目的
1.
去掉Kotlin,架构重新设计
2.
所有订单及操作都将在本地数据库记录
3.
优化各任务(在线支付、离线支付、指令执行)的设计
4.
提升稳定性
5.
优化日志输出,方便测试及后续迭代维护
### 注意事项
-
优卡特p60s受厂家二维码sdk限制,targetSdkVersion必须为22,使用高版本将导致App
**无法在设备上运行!!!切记!!!**
### 机型历史
该项目到现在一共使用过3个机型,按时间顺序排列分别是:
1.
~~深圳小兵Q6~~
2.
天波580C
3.
优卡特P60S
其中
**小兵Q6**
是早期评估机型,没有正式上线使用过,因此不再需要维护。
当前已实现天波580C和优卡特P60S的串口读取,并且会根据机型匹配对应的方案。
\ No newline at end of file
智慧食堂开发文档.docx
0 → 100644
View file @
e76cf352
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment