Repository metrics
- Stars
- (2 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
We need forms for the following actions:
-
Create new "point-of-vue" repository (shown if trying to create a new Vue, but no repo exists yet) mutation: github_createRepo(name) fields: title license
-
Create New Vue (on create new vue button click) mutation: github_createVue(vue) fields: title license category
-
Publish New Vue (on editor publish button click) mutation: submitVue(vue.oid) fields: title: (from vue) version: (auto-filled out and readonly) license: (sets in vue if not present)
-
Archive Vue (on card "archive" option click) mutation: github_archiveVue(vue.oid) fields: archiveNotes: (description of why Vue is being archived)