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

ProgressText component #14

Open
jiin-kim109 opened this issue Oct 3, 2023 · 0 comments
Open

ProgressText component #14

jiin-kim109 opened this issue Oct 3, 2023 · 0 comments
Assignees
Labels
Module Core module design

Comments

@jiin-kim109
Copy link
Member

jiin-kim109 commented Oct 3, 2023

Description:
The ProgressText component is a static component that has no props or actions but only animation and a fixed width and height. It will be used solely for visual purposes.

In our wireframe, the ProgressTexts component appears when a user uploads a resume and the website starts its processing.
Image

Refer to the following as an example,
https://gifyu.com/image/S6zkn

The component animates to switch to the next text for display. Since we don't have a high-level prototype yet, it is up to you how to style it. The requirements are:

  • Rotating Texts
  • Animation

You can leave the texts empty or use random words.

Acceptance Criteria:

  • Add the Guidelines component to src/components/.
  • Write a JSDoc comment on the component illustrating what this component is about.
  • Write a test with Jest and RTL to verify its rendering.
@jiin-kim109 jiin-kim109 added the Module Core module design label Oct 3, 2023
@GripenANM GripenANM self-assigned this Oct 3, 2023
@jiin-kim109 jiin-kim109 changed the title progress texts ProgressText component Oct 3, 2023
@GripenANM GripenANM self-assigned this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module Core module design
Projects
Status: Done
Development

No branches or pull requests

3 participants
@jiin-kim109 @GripenANM and others