Updating EDITING_DATA.md mainly with placeholder section titles#77
Updating EDITING_DATA.md mainly with placeholder section titles#77jules43 merged 11 commits intoSupraGamesCommunity:mainfrom
Conversation
coverprice
left a comment
There was a problem hiding this comment.
I would recommend splitting everything up like so:
CONTRIBUTING.md Guide to making any kind of contribution; i.e. how to fork, branch, pointers to the other docs with more specific instructions about frontend/backend changes, making a PR, expectations around code review, etc.
ARCHITECTURE.md Overview of how the codebase is laid out; not just the file structure, but how all the pieces fit together. This is to give the reader a mental model of the data, the code, and the processes. Also if there are any terms / jargon that needs to be defined, it can go here.
EDITING_DATA.md Step-by-step guides on performing specific tasks: e.g. Extracting the data from a specific game, adding a new Pin, updating a description, etc. This doc should just focus on the steps, and not be distracted by explaining any concepts; those should be covered by ARCHITECTURE.md.
…n matched the hand generated maps
- add version.json update for SW
- add running supraland_parser commands to export.cmd
- update supraland_parser to require source and data directories to be specified
- filter all marker types we're not interested in for SL/SLC/SIU
- remove actor targets handling
- relocate savedpadpipes.{game}.json
- updating localisation handling for SL/SLC/SIU
…g') is not the same as dict.get('flag') == False
Fixed bug in WiP cleanup of export commands
Always update version information when exporting map images or levels
Added command to do all "setup" steps in export
This is mainly a test to make sure I've got the workflow down. Minor changes to the new document aimed at someone editing the data.