abrignoni / abrignoni/iLEAPP

feature: include more artifact info in lava file

オープン
#1,266 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1.2k
フォーク
303
平均マージ
4時間 32分
マージ済み PR(30日)
216

説明

include more information from each of the artifacts into the json output for lava to read in an display to the examiner.

right now we have the required things for functional viewing in lava:
- name
- category
- icon
- module

we need to add further information to satisfy requirement for a feature in lava to match the html output in showing additional information about the artifact. things we need:
- description
- any dates
- author

i suggest we put these additional items in a dictionary for metadata so we can include new information without having to make specific adjustments in lava. lava can read the metadata dictionary and display all items on the artifact info page.

example
``` json
"artifacts": {
"Microsoft Teams": [
{
"name": "Teams Call Logs",
"tablename": "teams_call_logs",
"metadata": {
"description": "something here but need to do a string escape to prevent breaking the json",
"author": "ansel adams",
...
}
"module": "teams",

```

any thoughts on different structure?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。