-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual Input #1
Comments
For input file specs, may I suggest the following as a first iteration:
By going this way, hoping that you can reuse the same parser that you created for parsing the HotC feed to read in text files. Attached a sample for reference. Thanks for taking on this project! You're helping people connect in this dark time! |
HOTC-style input should be fine I guess. It shouldn't be too difficult for that parser to accept a file. However, a format independent from HOTC is still the ideal format other purposes:
I still like the idea for HOTC file parser tho, so I will include that as a separate card. |
Users should be able to enter translations and new card details manually. This can be done via a new parser which will take in an input file.
The input file shall be in JSON. This allows inputs to be easier to define and do not scale vertically as they can introduce problems when editing manually.
This needs to be well defined before work on it can be started.
The text was updated successfully, but these errors were encountered: