Skip to content

Commit 81fd1e9

Browse files
committed
Uodate v.1.0.7 specification
1 parent 4a27111 commit 81fd1e9

13 files changed

Lines changed: 997 additions & 933 deletions

docs/spec/ADMIN_14_11.md

Lines changed: 275 additions & 0 deletions
Large diffs are not rendered by default.

docs/spec/ADMIN_1_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292

293293
- 「改行を指定」(Specify Newline):アイテム一覧画面にメタデータを改行で表示される
294294

295-
- 「Hide」:インデックス、キーワードサーチ結果およびアイテム詳細にメタデータの詳細を表示しない
295+
- 「Hide」:ログインの有無に関わらずインデックス、キーワードサーチ結果、CiteAs、アイテム詳細、OAI-PMHを含む外部出力にメタデータの詳細を表示しない。アイテムエクスポートのみ、ログインユーザにはhide項目を出力する。
296296

297297
- 「Display on one line」:
298298

docs/spec/ADMIN_3_1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
- サムネイルを登録後、「削除」ボタンを配置し、登録したサムネイルを削除できるようにする
219219
※「削除」ボタン押下時に、メッセージ等は表示しない。「送信」ボタンを押下することでサムネイルの削除が反映されるようにする。
220220

221-
- サムネイル画像は表示時、512pxを超える場合は縮小表示する
221+
- サムネイル画像は表示時の画面サイズに応じて縮小される。画像を拡大表示することはしない
222222

223223
<!-- end list -->
224224

docs/spec/ADMIN_5_1.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,18 @@
321321
- 「Back」ボタンを押すことで、マージ確認画面を閉じる。
322322

323323
- マージ処理が終わるまで次のマージ処理はできない。
324+
325+
- アイテム更新完了するまで、あるいはエラーが発生するまで、著者DBはコミットしない。
324326

325-
<!-- end list -->
327+
- マージ状況は author_merge_status.tsv に出力される。
326328

327-
- > 関連モジュール
328329

329-
<!-- end list -->
330330

331-
- > weko-authors
331+
#### 関連モジュール
332+
333+
- weko-authors
334+
- weko-angular/app-author-search
335+
- weko-deposit
332336

333337
<!-- end list -->
334338

docs/spec/API_09_render.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ API-8-5の機能を用いて、OAuthアプリケーション、またはトー
1616

1717
#### 構造
1818

19+
```
1920
- meta_fix : アイテムタイプの定義上必須となっている固定プロパティの辞書
2021
- pubdate
2122
- title: "PubDate"
@@ -31,7 +32,9 @@ API-8-5の機能を用いて、OAuthアプリケーション、またはトー
3132
- ja: "公開日"
3233
- input_value: ""
3334
- meta_list:アイテムタイプに含まれる固定プロパティ以外のプロパティの辞書
35+
- "item_1617186331708": {"title": "Title", "option": {"crtf": true, "hidden": false, "multiple": true, "required": true, "showlist": true}, "input_type": "cus_1001", "title_i18n": {"en": "Title", "ja": "タイトル"}, "input_value": "", "input_maxItems": "9999", "input_minItems": "1"}
3436
- table_row:アイテムタイプの順序順プロパティ名のリスト
37+
- ["item_1617186331708", "item_1617186385884",...]
3538
- edit_notes
3639
- meta_system
3740
- system_file": {
@@ -130,6 +133,7 @@ API-8-5の機能を用いて、OAuthアプリケーション、またはトー
130133
- "@value": "subitem_systemidt_identifier",
131134
- "@attributes": {
132135
- "identifierType": "subitem_systemidt_identifier_type"
136+
```
133137

134138
#### 関連モジュール
135139

docs/spec/LOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
## ログ
2+
3+
- > ログレベルの定義
4+
5+
| **レベル** | **内容例** | **発生時に必要な対処例** |
6+
| -------- | ---------------------------- | --------------------------------------- |
7+
| CRITICAL | ・システムの継続運用が不可能なレベル | ・発生時は24時間体制での初動が必要 |
8+
| | ・ユーザーデータを破壊し続けるレベル | ・24時間SMO/PMOへのエスカレーションが必要 |
9+
| ERROR | ・システムは継続運用可能だが特定の機能でエラーが発生 | ・営業時間外でもベストエフォートでの事象確認が必要 |
10+
| | ・ユーザーデータ破壊の可能性は低い | ・営業時間外に発生した場合、詳細調査・対応・エスカレーションは翌営業時間に実施 |
11+
| WARNING | ・システムは継続運用可能かつエラーがあっても代替機能あり | ・営業時間内で事象を確認、対処方法を検討 |
12+
| | ・ユーザーデータは破壊しない | |
13+
| INFO | ・システム稼動状況、非同期処理の開始終了状況など | ・特に対処不要 |
14+
| | ・ユーザーオペレーションのイベントログ | ・運用状況、ユーザー利用状況の確認などで定期的に集計 |
15+
| DEBUG | ・基本的に本番運用では出力しなくて良い情報。 | ・対処不要 |
16+
| | ・開発、運用テスト時に必要な情報 | |
17+
18+
19+
20+
- > 更新履歴
21+
22+
<table>
23+
<thead>
24+
<tr class="header">
25+
<th>日付</th>
26+
<th>GitHubコミットID</th>
27+
<th>更新内容</th>
28+
</tr>
29+
</thead>
30+
<tbody>
31+
<tr class="odd">
32+
<td><blockquote>
33+
<p>2023/08/31</p>
34+
</blockquote></td>
35+
<td>353ba1deb094af5056a58bb40f07596b8e95a562</td>
36+
<td>初版作成</td>
37+
</tr>
38+
</tbody>
39+
</table>

docs/spec/OTHER_elasticsearch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ $ docker-compose exec web invenio index run --skip-errors
238238
| | --help | |
239239

240240

241+
reindex時、ボディサイズがINDEXER\_MAX\_BODY\_SIZEを超える場合は、BASE64 fileを削除(v1.0.7では意味のない処理)。
242+
243+
```
244+
INDEXER_MAX_BODY_SIZE = 62914560
245+
```
246+
241247
## クエリ例
242248

243249
### root_file_idの値がない(null,"")ドキュメントを検索

0 commit comments

Comments
 (0)