Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutor Form Part 2 #20

Open
6 tasks
dilanurbayraktar opened this issue Oct 24, 2024 · 0 comments
Open
6 tasks

Tutor Form Part 2 #20

dilanurbayraktar opened this issue Oct 24, 2024 · 0 comments
Assignees

Comments

@dilanurbayraktar
Copy link
Collaborator

dilanurbayraktar commented Oct 24, 2024

It's getting exciting: Tutor Form Part 2

Summary 💻

For this ticket, you are tasked with making some part of the Tutor form.

You will create a new component file (tutor.tsx), which will display a few sections of the Tutor Form.

Deliverables 🚀

  • Schedule at least two meetings as a pair
  • Create a new branch using the "create a branch" button
  • Create your page in /src/components/
  • Style the page to match the footer in the wireframe (see below).
  • Include a route to your page in App.jsx
  • Open a PR and request review from @brandondionisio.

Wireframe 🎨

Here's the wireframe.

Reference:Image

Tip for success 📈

  • Make only the last two sections: LCS Tutor Preference and Agreement, following the Figma wireframe.
  • All fields except for "Language proficiency other than English", "Which virtual platforms are you comfortable using to tutor, if applicable?" and "Anything else you would like to let us know?", must be filled out by the user before submitting. Pay attention to the questions with drop down options and errors when there are missing fields (hint: there are 2 other wireframes - Tutor Survey In Progress and Tutor Survey Filled - showing drop down options and errors, use them as reference).
  • You need to embed a PDF for the "Agreement" section. We don't have the actual agreement PDF yet, so you can embed whatever PDF you want for now! Here's some instructions on how to embed a PDF:
    <object class="pdf" data= "https://media.geeksforgeeks.org/wp-content/cdn-uploads/20210101201653/PDF.pdf" width="800" height="500"> </object>
  • Make a "Submit" button that: clears all the fields entered in the form. It doesn't need to do anything else!
  • The font is "inter" and is shown if you select text inside the Figma. The font is already included in the project with the tailwind style font-inter.
  • You can use Tailwind Colors or create a custom color to match the background.

Where to get help!

Reach out to @dilanurbayraktar and @brandondionisio.

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

No branches or pull requests

4 participants