Skip to content

Commit

Permalink
添加应用截图
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleaf committed May 25, 2019
1 parent 7043618 commit 56d5b01
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -10,11 +10,20 @@
- [x] 侧边栏与设置页
- [x] 项目详情(Dashboard)
- [x] 创建问题(部分字段)
- [x] 问题详情(基本信息/注释/工时)
- [x] 问题详情(~~基本信息~~/注释/工时)
- [ ] 编辑问题字段/修改状态
- [x] 登记工时/添加评论
- [x] 国际化 i18n
- [x] 多主题(夜间模式)

## 应用截图
![Login](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/Login.png)
![Dashboard](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/Dashboard.png)
![Dashboard-slide](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/Dashboard-slide.png)
![issue](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/issue.png)
![issue2](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/issue2.png)
![newComment](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/newComment.png)
![newLog](https://raw.githubusercontent.com/Sleaf/jira_time/master/docs/snapshots/newLog.png)

## TODO
- 由于编码时间仓促,没有做好数据处理/异常处理,暂时以动态语言的方式处理,等待v2版本重构
- 由于编码时间仓促,没有做好数据处理/异常处理,暂时以动态语言的方式处理,等待v2版本重构
Binary file added docs/snapshots/Dashboard-slide.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshots/Dashboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshots/Login.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshots/issue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshots/issue2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshots/newComment.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/snapshots/newLog.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -11,7 +11,7 @@ description: A Jira client by Flutter
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.2
version: 0.0.3

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 56d5b01

Please sign in to comment.