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

Customer Pages: Components #7

Open
6 tasks
idil-bit opened this issue Oct 20, 2024 · 0 comments
Open
6 tasks

Customer Pages: Components #7

idil-bit opened this issue Oct 20, 2024 · 0 comments

Comments

@idil-bit
Copy link
Collaborator

idil-bit commented Oct 20, 2024

Purpose

You're going to be working on very important components for the customer pages! Specifically, you'll work on the progress bar and buttons that will be integral to the customer's user experience. Please let us know as soon as you are done with either of the two components so other teams can begin using them as soon as possible! You'll be creating these components under the directory called components.

TODO

  • move this ticket to the In Progress column
  • get updated with the codebase (git checkout dev, git pull, create a new branch by git checkout -b [branchname] as per README, npm install to update your dependencies, npm run dev)
  • Progress Bar: You can title each of the five progress bars based on the progress, i.e. progressBarOne, progressBarTwo, and so on within the ProgressBars.tsx file.
  • Buttons: You can title each based on their texts, i.e. buttonExit, buttonSubmit, etc within the SurveyButtons.tsx file. The full list is as follows: exit, next, submit, back, cancel, exit anyway.
  • create a PR for this ticket
  • move this ticket to the Ready for Review column

For both components, try to see if there is a modular way of going about this, and if you have any questions please let me or Jiyoon know and we can always help!

Helpful Resources

  1. Tailwind progress bar documentation pages: https://flowbite.com/docs/components/progress/
  2. Tailwind button documentation pages: https://v1.tailwindcss.com/components/buttons

Pictures
(click here for the link)
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

3 participants