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

sc-12355 Beacon FE: add registration feature #149

Merged
merged 1 commit into from Feb 3, 2023
Merged

sc-12355 Beacon FE: add registration feature #149

merged 1 commit into from Feb 3, 2023

Conversation

elysee15
Copy link
Contributor

@elysee15 elysee15 commented Feb 1, 2023

Scope of changes

Fixes SC-12355

Type of change

  • new feature
  • bug fix
  • documentation
  • testing
  • technical debt
  • other (describe)

Acceptance criteria

https://app.shortcut.com/rotational/story/12355/beacon-fe-add-registration-feature-with-e2e-test-integration-cypress

Author checklist

  • I have manually tested the change and/or added automation in the form of unit tests or integration tests
  • I have updated the dependencies list
  • I have recompiled and included new protocol buffers to reflect changes I made
  • I have added new test fixtures as needed to support added tests
  • Check this box if a reviewer can merge this pull request after approval (leave it unchecked if you want to do it yourself)
  • I have moved the associated Shortcut story to "Ready for Review"

Reviewer(s) checklist

  • Any new user-facing content that has been added for this PR has been QA'ed to ensure correct grammar, spelling, and understandability.
  • Are there any TODOs in this PR that should be turned into stories?

@shortcut-integration
Copy link

@elysee15 elysee15 force-pushed the sc-12355 branch 15 times, most recently from f12bee6 to d30459f Compare February 3, 2023 09:15
@elysee15 elysee15 marked this pull request as ready for review February 3, 2023 09:16
@elysee15 elysee15 force-pushed the sc-12355 branch 2 times, most recently from 5945a4a to 8e7f649 Compare February 3, 2023 09:23
@elysee15 elysee15 force-pushed the sc-12355 branch 2 times, most recently from 6413cbc to d1291d8 Compare February 3, 2023 14:17
@@ -2,21 +2,23 @@ import { AriaButton as Button } from '@rotational/beacon-core';
import { memo } from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elysee15 this component is used by 2 other features components. would you mind moving it to the Components folder

@elysee15 elysee15 force-pushed the sc-12355 branch 7 times, most recently from d213c95 to 89a510c Compare February 3, 2023 19:08
Copy link
Contributor

@masskoder masskoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@masskoder masskoder merged commit 5440fa3 into main Feb 3, 2023
@masskoder masskoder deleted the sc-12355 branch February 3, 2023 19:29
<div className="flex flex-col gap-4 px-4 py-8 text-sm sm:p-8 md:flex-row md:p-16 xl:text-base">
<div className="space-y-4 rounded-md border border-[#1D65A6] bg-[#1D65A6] p-4 text-white sm:p-8 md:w-2/6">
<h1 className="text-center font-bold">
Building event-driven applications can be fast, convenient and even fast!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elysee15 @masskoder just noticed a typo here - the text should be:

Building event-driven applications can be fast, convenient and even fun!

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

Successfully merging this pull request may close these issues.

None yet

3 participants