Skip to content

Commit

Permalink
Merge pull request #48 from HebaruSan/add/first-person-tag
Browse files Browse the repository at this point in the history
Add first-person tag
  • Loading branch information
HebaruSan authored Dec 23, 2023
2 parents 469f926 + 34fe154 commit 6084616
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
# Metadata-Webtool


## Current Status

You can try it and the generated data *should* be good for submitting but the user interface is not great yet.


## Original Mission

What's currently specified is just a base to create brand new netkans for not-yet-hosted mods. Eventually expanding the UI to allow editing existing metadata would be great, but is likely much more in-depth.

Primarily this is a web form which results in a JSON file that is sent in a PR to KSP-CKAN/NetKAN. Workflow is pretty heavily reliant on where a mod is hosted. Most fields are also optional.
Spacedock, github, and all other hosts (curse will be a kref-able source in the near future) are the current workflow determinants.


## Can I try it?

Yes, you can try it at https://ksp-ckan.github.io/metadata-webtool/

Yes, you can try it at <https://ksp-ckan.github.io/metadata-webtool/>

## Can I also run the current version at my Computer?

Expand Down
2 changes: 2 additions & 0 deletions refresh_datajs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
'crewed',
'uncrewed',
'stock-inventory',
'first-person',
]

tags_descriptions: Dict[str, str] = {
Expand Down Expand Up @@ -201,6 +202,7 @@
'crewed': 'Mods that enhance crewed gameplay, along the lines of life support, colony-building, and station-building',
'uncrewed': 'Mods that enhance uncrewed gameplay',
'stock-inventory': 'Mods that enhance the stock inventory system',
'first-person': 'Mods that provide or enhance a first-person view, such as IVAs and props',
}

js = """
Expand Down
Loading

0 comments on commit 6084616

Please sign in to comment.