KenEucker/point-of-vue

Add forms to the vues page

Open

#7 opened on Feb 6, 2023

 (0 comments) (0 reactions) (0 assignees)Vue (1 fork)auto 404
frontendgood first issuehelp wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We need forms for the following actions:

  1. 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

  2. Create New Vue (on create new vue button click) mutation: github_createVue(vue) fields: title license category

  3. 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)

  4. Archive Vue (on card "archive" option click) mutation: github_archiveVue(vue.oid) fields: archiveNotes: (description of why Vue is being archived)

Contributor guide