OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Allow for mentorship requests to the back-end without using AirTable form #971

Closed kylemh closed 6 years ago

kylemh commented 6 years ago

Feature

Why is this feature being added?

The back-end team has enabled the endpoints necessary to make mentorship requests without AirTable. ~We would like IDME-verified users to be able to request a mentor once logged in on our website.~

What should your feature do?

  1. Create a new item on the user dashboard, visible to all ~IDME-verified~ registrants, called Mentorship Request. When clicked, it opens the /mentorship-request route.
  2. Re-enable the /mentorship-request route using this component. Please note: The code will need changes - it is not ready-to-work in it's current state.

Please see our API documentation for further reference, specifically here.

jjhampton commented 6 years ago

Overlaps with #890

jjhampton commented 6 years ago

Update per @AshTemp: This form will be available to all members, regardless of ID.me verification status. The form should have a checkbox from the user with language similar to: I certify that I am a member of one of the following categories: Veteran, Active Duty, Military Spouse. cc @hollomancer

jjhampton commented 6 years ago

I'm still continuing to work on this form, but setting as blocked for now until the verification restriction is lifted in back-end issue https://github.com/OperationCode/operationcode_backend/issues/370.

dmarchante commented 6 years ago

@jjhampton Is this still blocked, since the PR for OperationCode/operationcode_backend#370 has been closed?

jjhampton commented 6 years ago

@dmarchante No longer blocked, good call. I'll aim to have a PR open this week, sorry about the delay on my end.

jjhampton commented 6 years ago

Closed in #1013 .