Skip to content

Conversation

@Antvirf
Copy link
Owner

@Antvirf Antvirf commented Oct 29, 2025

Very much WIP

  • Autogenerate Slurm JSON models from openapi schemas
  • Implement commands + parsers using --json
  • Potentially rethink large parts of how we model data internally, current structures are all about "tables" which is no longer the case in a json-first world

@Antvirf
Copy link
Owner Author

Antvirf commented Nov 1, 2025

yolo @copilot can you have a look at this - we'd want to go from parsing strings to parsing JSON output from slurm binary commands instead. For future proofing, we'd want to draw a very clear line between:

  • 'getting' the JSON - right now just a slurm binary call, but in the future could be REST, or even from a file
  • parsing the JSON into our internal structure

Secondly, our internal data structure here probably needs a rethink, can you explore this a bit and suggest 3-5 different ways to approach this?

Copy link
Contributor

Copilot AI commented Nov 1, 2025

@Antvirf I've opened a new pull request, #52, to work on those changes. Once the pull request is ready, I'll request review from you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants