You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
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
)progressBarOne
,progressBarTwo
, and so on within theProgressBars.tsx
file.buttonExit
,buttonSubmit
, etc within theSurveyButtons.tsx
file. The full list is as follows: exit, next, submit, back, cancel, exit anyway.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
Pictures
(click here for the link)
The text was updated successfully, but these errors were encountered: