Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Create UserRegistration Form #139

Open
ratchet12340 opened this issue Nov 6, 2018 · 0 comments
Open

Create UserRegistration Form #139

ratchet12340 opened this issue Nov 6, 2018 · 0 comments
Assignees

Comments

@ratchet12340
Copy link

What To Do

Make a UserRegistrationForm component. We will need form input fields for the following things:

  • rin (string)
  • credits (number) <-- Remember you can change the type prop to number!
  • schedule_conflict (boolean)
  • requires_wheelchair_accessible_room (boolean)
  • mentor_preferences (string)

How To Do

In the client directory, under src/components/ create a UserRegistrationForm.vue file. This will be very similar to the ProjectForm.vue file in that same directory. Replace the props (AKA properties/parameters) with things relevant to UserRegistration (listed above).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants