-
Notifications
You must be signed in to change notification settings - Fork 0
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
Incorporate IETF area/workgroup information into static data here #1
Comments
Ping @CAMOBAP @andrew2net would you be free to do this? I wonder if @andrew2net has more experience with this. |
I'm ready to take it @ronaldtse @opoudjis maybe you can point to similar |
@CAMOBAP Just JSON or YAML would be great. Only content, no logic needed here. The logic is to be updated in the metanorma-ietf code. |
Moving to metanorma/metanorma-ietf#156 and will close once check_update` workflow passed |
@CAMOBAP Thanks! Just checking to see if there would be an issue with packed-mn on this line:
|
@CAMOBAP also, we do want to have a non-Gem format of data because it allows non-Ruby code to also fetch that information. |
@ronaldtse https://raw.githubusercontent.com/metanorma/metanorma-ietf-data/main/lib/metanorma/ietf/data/workgroups.json is always available for such purpose. Let me know if there is a better way to accomplish this |
@ronaldtse good catch but! I didn't think about it. I think it should not because we use Ruby's API for file manipulation i.e. |
looks complete |
Thanks! |
We have to move the content of IETF area/workgroup lists to this new location.
Basically this content needs to be moved into GitHub Actions in this current repo:
https://github.com/metanorma/metanorma-ietf/blob/79f3c0faae12be4ae7852b2ecd6b6c968fe8122f/lib/asciidoctor/ietf/validate.rb#L37-L90
We can use a GHA workflow with cron to update the data here.
Corresponding issue in metanorma-ietf:
metanorma/metanorma-ietf#156
The text was updated successfully, but these errors were encountered: