-
Notifications
You must be signed in to change notification settings - Fork 2
Committee/Project model refactoring and source of truth #16
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
Comments
Add attributes like |
It would be good if there was a shared library script to process these files. This would make it much easier to update the file to a better syntax |
I agree, but that is really a sub-project for the agenda tool and would need co-operative work with Whimsy. |
The agenda tool and Tooling both use Python, which should make it trivial to share. Whimsy uses Ruby. Not so easy to share. |
The agenda tool needs to update this information while ATR only reads it. We haven't made any decision about a |
Currently |
I was referring to the parsing, not fetching the file. |
Note that Would still need a (shared?) parser, but svn isn't a hard-stop for ATR here. |
The plan will be a data pip service layer which will be used with the Agenda Tool first. |
We need refactoring to use the same source of truth as the Agenda Tool and Whimsy.
There is parsing code available:
https://github.com/apache/infrastructure-agenda/blob/master/app/parsers/ci_parser.py
The text was updated successfully, but these errors were encountered: