Sjlver / yxf

Convert from XLSForm to YAML and back
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Contributions to repository directly via branching and pull requests? #4

Open geofire opened 7 months ago

geofire commented 7 months ago

Hi Jonas,

Do you accept contributions directly to this repository? I have given yxf the ability to translate XLSForm into JSON and back, and would love to send this up for inclusion in yxf.

My use case for yxf is making the numerous Survey123-based XLSForm 'apps' I have carriage of much easier to maintain and version control. JSON is much easier for me to work with because these apps are so large.

Many thanks!

Sjlver commented 7 months ago

This sounds great! Feel free to open a pull request.

JSON isn't very much different from YAML. You could think of YAML as an extension of JSON, with some extra ways to quote strings and with a more line-based structure. Given that YAML parsers exist for most programming languages, I wonder if there really is a strong need for JSON? Could you maybe explain a bit why you prefer it to YAML?

Anyway, please don't let these questions discourage you. I'm happy to integrate your contributions.

On Sat, 6 Apr 2024, 09:26 Madeleine S, @.***> wrote:

Hi Jonas,

Do you accept contributions directly to this repository? I have given yxf the ability to translate XLSForm into JSON and back, and would love to send this up for inclusion in yxf.

My use case for yxf is making the numerous Survey123-based XLSForm 'apps' I have carraige of much easier to maintain and version control. JSON is much easier for me to work with because these apps are so large.

Many thanks!

— Reply to this email directly, view it on GitHub https://github.com/Sjlver/yxf/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAARS6YPBU3QBQMOWKRSQDLY36WUJAVCNFSM6AAAAABF2HLXDWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDSMJSGE4DAMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sjlver commented 5 months ago

@geofire is there something that I can do to make progress here?