Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hynra committed Mar 25, 2020
2 parents bb40665 + b3ae7f5 commit f2949e4
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 30 deletions.
41 changes: 11 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
# jira_time
> 基于Flutter的Jira客户端
## 声明
- 该项目为个人毕业设计,暂无计划作商业用途,将在毕业后开源以供大家讨论。
- 后端使用jira公共API

## 功能点
- [x] 登录系统
- [x] 侧边栏与设置页
- [x] 项目详情(Dashboard)
- [x] 创建问题(部分字段)
- [x] 问题详情(~~基本信息~~/注释/工时)
- [ ] 编辑问题字段/修改状态
- [x] 登记工时/添加评论
- [x] 国际化 i18n
- [x] 多主题(夜间模式)

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

## TODO
- 由于编码时间仓促,没有做好数据处理/异常处理,暂时以动态语言的方式处理,等待v2版本重构
### Features

| Screen Name | Screen | Feature |
|-------------------|-------------------|-------------------|
| Dashboard | <img src="/docs/snapshots/01-dashboard.jpeg" width="50%" /> | * See all my open issues <br />* Log time reminder if your time recording is running|
| Issue | <img src="/docs/snapshots/02-detail-issue.jpeg" width="50%" />| * Detai of an issue<br />* List of comments<br />* List of Work Logs (Log Time) |
| Issue | <img src="/docs/snapshots/03-edit-assignee.jpeg" width="50%" />| * Change issue's status / workflow |
| Issue | <img src="/docs/snapshots/04-edit-status.jpeg" width="50%" />| * Change issue's assignee |
| Log Timer | <img src="/docs/snapshots/05-time-recording.jpeg" width="50%" />| * Start time recording (Press + button in Work Log section on Issue screen)) |
| Log Timer | <img src="/docs/snapshots/06-submit-worklog.jpeg" width="50%" />| * Submit a worklog (log time) |
| Notification | <img src="/docs/snapshots/07-notif.jpeg" width="50%" />| * On-Going notification if time recording is running |
Binary file added docs/snapshots/01-dashboard.jpeg
Loading
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/02-detail-issue.jpeg
Loading
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/03-edit-assignee.jpeg
Loading
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/04-edit-status.jpeg
Loading
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/05-time-recording.jpeg
Loading
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/06-submit-worklog.jpeg
Loading
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/07-notif.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2949e4

Please sign in to comment.