Skip to content

Commit

Permalink
Merge pull request #46 from tanomimaster/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
matsubo authored Feb 2, 2023
2 parents 6c8291a + 6aa4496 commit f5c7a20
Show file tree
Hide file tree
Showing 10 changed files with 288 additions and 190 deletions.
19 changes: 19 additions & 0 deletions website/blog/2023-01-25-csv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: v3.9.1 Release
author: Yuki Matsukura
authorURL: "http://twitter.com/matsubokkuri"
authorFBID: matsubokkuri
---

## 概要

- 小売側から納期回答が行われていない注文のステータスを納品済みにできるようにする。
- 小売向けに納品先マスタを取得するAPIを追加。
- [API仕様](https://tanomimaster.com/docs/api#tag/Retail/operation/getShippingAddresses)


## 備考

- リグレッションが起きたので、1月26日朝にv3.9.0にロールバック


16 changes: 16 additions & 0 deletions website/blog/2023-01-31-csv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: v3.9.2 Release
author: Yuki Matsukura
authorURL: "http://twitter.com/matsubokkuri"
authorFBID: matsubokkuri
---

## 概要

- v3.9.1の修正

## 備考

- リグレッションが起きたので、2月1日夕方にv3.9.0にロールバック


12 changes: 12 additions & 0 deletions website/blog/2023-02-01-csv.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: v3.9.3 Release
author: Yuki Matsukura
authorURL: "http://twitter.com/matsubokkuri"
authorFBID: matsubokkuri
---

## 概要

- v3.9.0へのロールバック


33 changes: 20 additions & 13 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ sidebar_position: 0
[拡大](/img/tanomimaster/usecase_detail.png)


## サービススタック

タノミマスターはWebブラウザから操作できるのはもちろんのこと、REST APIによる操作も行えます。REST APIを利用することにより、基幹システムとの連携などにご利用いただきます。

![alt-text](/img/tanomimaster/service_stack.png)
[拡大](/img/tanomimaster/service_stack.png)


## 利用環境

Expand Down Expand Up @@ -84,21 +91,21 @@ sidebar_position: 0
- フェーズ3開発 (2020/8リリース済み)
- CSVファイルの非同期登録により大容量のデータを登録可能にする
- 小売向けAPI連携機能
- フェーズ4開発 (2021春リリース予定)
- フェーズ4開発 (2021春リリース済み)
- 小売向けUI/UX改善
- メーカー向けAPI連携機能
- 配送情報連携
- 達成割戻し管理機能
- Icebox
- 小売とメーカーの直接取引ではなく、卸売業を介した受発注を行えるように機能拡充
- 納品先マスタ管理機能の追加
- 小規模小売向けの注文時決済
- 関連商品の入稿
- メーカーのカタログ入稿機能
- 現状は品番単位で行っている納期管理と在庫管理を品番のサブレベルで行う
- 在庫連動
- SKU単位の商品管理
- 物流会社とのAPI連携
- 見積もり、決済システムとの連携

- DevOps フェーズ
- リリース済み
- 物流会社とのAPI連携
- 納品先マスタ管理機能の追加
- Icebox
- 小売とメーカーの直接取引ではなく、卸売業を介した受発注を行えるように機能拡充
- 小規模小売向けの注文時決済
- 関連商品の入稿
- メーカーのカタログ入稿機能
- 現状は品番単位で行っている納期管理と在庫管理を品番のサブレベルで行う(SKU)
- 在庫連動
- 見積もり、決済システムとの連携

14 changes: 13 additions & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: "ユーザ ドキュメント",
tagline: "B2B 受発注プラットフォーム",
url: "https://tanomimaster.com",
url: "https://tanomimaster.github.io/",
baseUrl: '/tanomimaster-doc/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
Expand Down Expand Up @@ -39,6 +39,8 @@ const config = {
],
],

plugins: [require.resolve("docusaurus-plugin-image-zoom")],

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
Expand Down Expand Up @@ -118,6 +120,16 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
zoom: {
selector: '.markdown :not(em) > img',
config: {
// options you can specify via https://github.com/francoischalifour/medium-zoom#usage
background: {
light: 'rgb(255, 255, 255)',
dark: 'rgb(50, 50, 50)'
}
}
}
}),
i18n: {
defaultLocale: "ja",
Expand Down
5 changes: 3 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"docusaurus": "docusaurus"
},
"dependencies": {
"@docusaurus/core": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@docusaurus/core": "^2.3.0",
"@docusaurus/preset-classic": "^2.3.0",
"clsx": "^1.2.1",
"docusaurus-plugin-image-zoom": "^0.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
1 change: 1 addition & 0 deletions website/static/googlec39a917998f3bf61.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: googlec39a917998f3bf61.html
Binary file modified website/static/img/tanomimaster/order_activity.png
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 website/static/img/tanomimaster/service_stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f5c7a20

Please sign in to comment.