Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matsubo committed Jun 23, 2022
1 parent a52b21c commit a9a9fe3
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
50 changes: 50 additions & 0 deletions website/blog/2022-06-23-csv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: v3.2.0 Release
author: Yuki Matsukura
authorURL: "http://twitter.com/matsubokkuri"
authorFBID: matsubokkuri
---

## 概要

- メーカー向けAPIの機能追加です

## 全体

- カテゴリ管理をタノミマスターの管理画面から、プログラムのソースコードで管理するように変更。
- 開発環境、ステージング、本番環境すべての環境でカテゴリIDを同一にすることで、入稿データの変更手間をなくしました。


## メーカー向け

- CSVのマスタ登録などの非同期処理において、メモリサイズを増加。
- 受注CSVに「注文単位の備考」のカラムを追加。


## 小売向け

- 小売りユーザエンティティのコードをキーにして検索できるようにAPIに機能追加
- https://tanomimaster.com/docs/api/#tag/Retail/operation/getRetailUsers
- 商品一覧APIにて無効化された商品を返さないように変更。
- https://tanomimaster.com/docs/api/#tag/Retail/operation/get-products-kumo


## 管理者向け

- CircleCIのcontainer imageがdeprecationで使えなくなったので取得先を更新し、それに伴う追加設定。
- gem更新
- jmespath
- money-rails
- aws-sdk-s3
- aws-sdk-ecs
- rubocop-performance
- aws-sdk-rails
- counter-culture
- ransack
- phonelib
- bullet

## システム内部

- https://github.com/tanomimaster/tanomimaster-www/releases/tag/v3.2.0

3 changes: 2 additions & 1 deletion website/docs/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ CSVファイルの1行目は、ヘッダレコードです。マスタデータ
| 24 | 納品先名 | string | 20 | | | o | | |
| 25 | 納品先住所 | string | 152 | | | o | | |
| 26 | 納品先TEL | string | 15 | | | o | | |
| 27 | 備考 | string | 22 | | | | | |
| 27 | 明細単位の備考 | string | 255 | | | | | |
| 28 | 注文単位の備考 | string | 255 | | | | | |

### 商品属性

Expand Down

0 comments on commit a9a9fe3

Please sign in to comment.