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
The UploadStep Component is a responsive component that takes props from each webpage(Terms and conditions page, Guidelines page, uploading page) and shows the upload step from 1 to 3.
Design for the step bar:
First page: Terms and Conditions page (default bar)
Second page: Guidelines page
check mark for the first section of the bar
highlights for the second section of the bar
Third page: uploading page
check marks for the first and second sections of the bar
highlights for the last section of the bar
Follow the design for the UploadStep bar.
The step bar does not necessarily need the check marks for the sections before the current page. However, the step bar somehow has to indicate the current section.
Acceptance Criteria:
The Upload step bar with a reasonable design(similar to the given Figma design)
The step bar indicates the current section(page) and the completed sections
Write a JSDoc comment on the component illustrating what this component is about.
Write a test with Jest and RTL to verify its rendering
The text was updated successfully, but these errors were encountered:
Description:
The UploadStep Component is a responsive component that takes props from each webpage(Terms and conditions page, Guidelines page, uploading page) and shows the upload step from 1 to 3.
Design for the step bar:
First page: Terms and Conditions page (default bar)
Second page: Guidelines page
Third page: uploading page
Follow the design for the UploadStep bar.
The step bar does not necessarily need the check marks for the sections before the current page. However, the step bar somehow has to indicate the current section.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: