Code-dot-mil/code.mil
Voir sur GitHubAllow Project Owners to submit projects for code inventory file
Open
#231 ouverte le 10 juil. 2018
[effort] large[issue-type] enhancement[skill-level] advancedcode.govhelp wantedwebsite
Métriques du dépôt
- Stars
- (1 238 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
We should consider creating a form on the code.mil website that allows project owners to submit details of their projects for the purposes of generating the code.json inventory file.
The steps toward this goal might involve…
- breaking the existing
code.jsonfile into project-specific data files (e.g.src/_data/code_json/move-mil.json(or YAML…?) (#232) - add small Jekyll plugin to generate
code.jsonfile from data files (#232) - determine a means of validating individual project data files and the resultant
code.jsonfile - create the necessary pages on code.mil website to accept these submissions (this one's worth its own issue for sorting out design, implementation, etc.)
- form submission could/should create a pull request on this project's repository for evaluation and inform the user of the PR's URL (on say, a "thanks!" page)
Possibly useful Netlify documentation: