feature: include more artifact info in lava file
- Lingua principale
- Python
- Stelle
- 1.2k
- Fork
- 303
- Merge medio
- 4h 32m
- PR unite (30g)
- 216
Descrizione
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?
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.