Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
abook_check
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abook_android
  • abook_check
  • Merge Requests
  • !287

Merged
Opened Feb 17, 2023 by Kazuyuki Hida@hida-k 
  • Report abuse
Report abuse

ダッシュボードに戻った時に、最新の状態に表示を更新するようにした。

元はホーム画面の更新の最後に行っていた処理を、ダッシュボード画面の表示直前に行うようにした

Edited Feb 17, 2023 by Kazuyuki Hida
  • Discussion 2
  • Commits 1
  • Changes 2
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kazuyuki Hida @hida-k

    changed the description

    Feb 17, 2023

    changed the description

    changed the description
    Toggle commit list
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Feb 17, 2023
    Resolved by Yujin Seo Feb 17, 2023
    ABVJE_BL/src/jp/agentec/abook/abv/bl/logic/OperationLogic.java
    254 254 String operationTaskDirPath = ABVEnvironment.getInstance().getOperationDirFile(deleteOperationDto.operationId);
    255 255 FileUtil.delete(operationTaskDirPath);
    256 256 }
    257
    258 // 一通りの更新が終わってから、ダッシュボード用の情報を取得する
    259 // todo
    260 Logger.i(TAG, "update tasks on dashboard");
    261 ReportStatusLogic logic = new ReportStatusLogic();
    262 logic.loadReportStatus();
    263 257 }
    • Kazuyuki Hida @hida-k commented Feb 17, 2023
      Developer

      ホーム画面では、この処理をしないようにした。

      Edited Feb 17, 2023
      ホーム画面では、この処理をしないようにした。
    Please register or sign in to reply
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Feb 17, 2023
    Resolved by Yujin Seo Feb 17, 2023
    ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/activity/DashboardActivity.java
    119 120 protected void onResume() {
    120 121 super.onResume();
    121 122 try {
    123 ReportStatusLogic logic = new ReportStatusLogic();
    124 logic.loadReportStatus();
    122 125 getReportStatusCount();
    • Kazuyuki Hida @hida-k commented Feb 17, 2023
      Developer

      ダッシュボードの表示直前に行うようにした。

      Edited Feb 17, 2023
      ダッシュボードの表示直前に行うようにした。
    Please register or sign in to reply
  • Kazuyuki Hida @hida-k

    assigned to @seo

    Feb 17, 2023

    assigned to @seo

    assigned to @seo
    Toggle commit list
  • Kazuyuki Hida @hida-k

    unmarked as a Work In Progress

    Feb 17, 2023

    unmarked as a Work In Progress

    unmarked as a **Work In Progress**
    Toggle commit list
  • Yujin Seo @seo

    resolved all discussions

    Feb 17, 2023

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Yujin Seo @seo

    merged

    Feb 17, 2023

    merged

    merged
    Toggle commit list
  • Yujin Seo @seo

    mentioned in commit 3572db68

    Feb 17, 2023

    mentioned in commit 3572db68

    mentioned in commit 3572db689e048b477fc9d050ff25b4b5a3834082
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Yujin Seo
Assignee
Yujin Seo @seo
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: abook_android/abook_check!287
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.