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
  • !259

Merged
Opened Jan 26, 2023 by Kazuyuki Hida@hida-k 
  • Report abuse
Report abuse

#51417 ステータス表示追加

作業一覧画面に、ステータス別の報告数を表示するようにした。 併せて、パノラマ機能は@Formにはないということだったので、可読性のために削除した。

Edited Jan 26, 2023 by Kazuyuki Hida
  • Discussion 3
  • Commits 9
  • Changes 13
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Jan 26, 2023
    ABVJE_BL/src/jp/agentec/abook/abv/bl/acms/client/json/OperationDataJSON.java
    39 38 public static final String TaskReportKey = "taskReportKey"; // 作業報告キー
    40 39 public static final String TaskReportInfo = "taskReportInfo"; // 作業報告データ
    41 40
    41 public static final String ReportLockUserId = "reportLockUserId"; // 報告ロックユーザId
    42 public static final String ReportLockUserName = "reportLockUserName"; // 報告ロックユーザ名
    43 public static final String ReportLockTime = "reportLockTime"; // 報告ロック日時
    44 public static final String SendBackUserId = "sendBackUserId"; // 差し戻しユーザId 差し戻された場合のみ
    45 public static final String SendBackUserName = "sendBackUserName"; // 差し戻しユーザ名 差し戻された場合のみ
    46 public static final String SendBackComment = "sendBackComment"; // 確認コメント 差し戻された場合のみ
    47
    • Kazuyuki Hida @hida-k commented Jan 26, 2023
      Developer

      APIの変更に合わせて修正しました。

      APIの変更に合わせて修正しました。
    Please register or sign in to reply
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Jan 26, 2023
    ABVJE_UI_Android/res/layout-large/item_operation_list.xml
    92 android:textSize="9pt"
    93 android:gravity="center"
    94 android:background="@color/app_color"
    95 />
    96 <TextView
    97 android:id="@+id/report_count_completed"
    98 android:layout_width="@dimen/report_status_width_1"
    99 android:layout_height="@dimen/report_status_height_1"
    100 android:layout_margin="4dp"
    101 android:layout_gravity="center_vertical"
    102 android:textColor="@color/basic_white1"
    103 android:textSize="9pt"
    104 android:gravity="center"
    105 android:background="@color/marking_color_8"
    106 />
    107
    • Kazuyuki Hida @hida-k commented Jan 26, 2023
      Developer

      ステータス別、報告数を表示するTextViewを追加しました。

      ステータス別、報告数を表示するTextViewを追加しました。
    Please register or sign in to reply
  • Kazuyuki Hida @hida-k

    changed the description

    Jan 26, 2023

    changed the description

    changed the description
    Toggle commit list
  • Kazuyuki Hida
    @hida-k started a discussion on the diff Jan 26, 2023
    ABVJE_UI_Android/res/layout-large/item_operation_panel.xml
    94 </LinearLayout>
    95
    96 <LinearLayout
    97 android:layout_width="wrap_content"
    98 android:layout_height="match_parent"
    99 android:layout_gravity="right"
    47 100 android:gravity="right"
    48 101 android:orientation="horizontal">
    49 102
    50 103 <ImageButton
    51 android:id="@+id/btn_pano_edit"
    52 android:layout_width="wrap_content"
    53 android:layout_height="wrap_content"
    54 android:background="@drawable/ic_edit_panel"
    55 android:visibility="invisible" />
    56
    • Kazuyuki Hida @hida-k commented Jan 26, 2023
      Developer

      パノラマ機能のボタンを削除

      パノラマ機能のボタンを削除
    Please register or sign in to reply
  • Kazuyuki Hida @hida-k

    added 1 commit

    • 0228b69f - ストア用のビルドの修正もれ

    Compare with previous version

    Jan 26, 2023

    added 1 commit

    • 0228b69f - ストア用のビルドの修正もれ

    Compare with previous version

    added 1 commit * 0228b69f - ストア用のビルドの修正もれ [Compare with previous version](https://gitlab.agentec.jp/abook_android/abook_check/merge_requests/259/diffs?diff_id=10697&start_sha=fcc3be72ebe237c566e6f83643db80bc3cd6caa2)
    Toggle commit list
  • Kazuyuki Hida @hida-k

    unmarked as a Work In Progress

    Jan 26, 2023

    unmarked as a Work In Progress

    unmarked as a **Work In Progress**
    Toggle commit list
  • Kazuyuki Hida @hida-k

    assigned to @seo

    Jan 26, 2023

    assigned to @seo

    assigned to @seo
    Toggle commit list
  • Yujin Seo @seo

    merged

    Jan 26, 2023

    merged

    merged
    Toggle commit list
  • Yujin Seo @seo

    mentioned in commit ec27fafb

    Jan 26, 2023

    mentioned in commit ec27fafb

    mentioned in commit ec27fafb3b294cbe5c2eb447f7e260844a6e66a0
    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!259
×

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.