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

Identity creation flow #23

Merged
merged 9 commits into from
Nov 8, 2024
Merged

Identity creation flow #23

merged 9 commits into from
Nov 8, 2024

Conversation

cryptosalomao
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Nov 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
e-bill-frontend ✅ Ready (Inspect) Visit Preview Nov 8, 2024 5:46pm

@mtbitcr mtbitcr added the new feature New feature or request label Nov 4, 2024
Copy link

@zupzup zupzup left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

Attention: Patch coverage is 1.03761% with 763 lines in your changes missing coverage. Please review.

Project coverage is 7.02%. Comparing base (02663d9) to head (fd682a8).
Report is 1 commits behind head on revamp.

Files with missing lines Patch % Lines
src/pages/onboarding/ConfirmIdentity.tsx 0.00% 156 Missing ⚠️
src/components/DocumentUpload.tsx 0.00% 110 Missing ⚠️
src/components/ui/select.tsx 0.00% 109 Missing ⚠️
src/pages/onboarding/EmailVerification.tsx 0.00% 98 Missing ⚠️
src/pages/onboarding/OptionalInformation.tsx 0.00% 81 Missing ⚠️
src/components/ui/input.tsx 0.00% 51 Missing ⚠️
src/pages/onboarding/CreateNewIdentity.tsx 0.00% 40 Missing ⚠️
src/pages/onboarding/RequiredInformation.tsx 0.00% 40 Missing ⚠️
src/pages/onboarding/Success.tsx 0.00% 36 Missing ⚠️
src/main.tsx 0.00% 24 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff            @@
##           revamp     #23      +/-   ##
=========================================
- Coverage    8.01%   7.02%   -1.00%     
=========================================
  Files          28      34       +6     
  Lines        1846    2221     +375     
  Branches       19      51      +32     
=========================================
+ Hits          148     156       +8     
- Misses       1698    2065     +367     
Flag Coverage Δ
unittests 7.02% <1.03%> (-1.00%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtbitcr
Copy link
Contributor

mtbitcr commented Nov 6, 2024

@cryptosalomao why Vercel failed?

@cryptosalomao cryptosalomao marked this pull request as ready for review November 8, 2024 17:47
@cryptosalomao cryptosalomao merged commit 6d48506 into revamp Nov 8, 2024
2 checks passed
cryptosalomao added a commit that referenced this pull request Nov 15, 2024
* initial files

* chore: change text style

* initial version for onboard flow

* chore: add validation to file field

* chore: setup react router

* chore: initial service integration

* chore: remove pwa checker from EnvironmentAction function

* chore: update design primitives

* chore: configure font family with css

* chore: configure fonts.css

* chore: create login screen

* chore: fix aspect ratio

* chore: change illustration position

* chore: unlock with PIN

* chore: fix icons; fix alignment

* fix deployment

* chore: fix deployment

* chore: add rewrite rule for vercel deployments

* chore: create initial translations

* chore: add more translations

* chore: remove old homepage; change root route to Login page

* chore: add i18n functionalities

* chore: add test setup

* chore: add test setup

* chore: create identity recovery pages

* chore: add paste actions

* chore: add links and fix layout dimensions

* chore: add sample test cases for Unlock screen

* chore: import proper typedefs for mocked function

* chore: clanup

* chore: remove data-testid property from components

* chore: create home page component (#21)

* chore: make CI pipeline run after pushing commits to an open PR (#25)

* chore: create notifications page (#37)

* Identity creation flow (#23)

* chore: create identity start page

* chore: add more onboarding components

* chore: fix vercel deployment

* chore: update select component layout

* chore: fix component typedefs

* chore: fix upload component behavior

* wip

* chore: add navigation between screens

* Bills list overview (#38)

* chore: create notifications page

* bills list components

* Issue bill flow (#49)

* start bill creation flow

* create bill and preview bill pages

* View bill page (#48)

* chore: create bill visualization page

* chore: add header action buttons

* fix route path

* ignore generated incremental build files

---------

Co-authored-by: MT <[email protected]>
cryptosalomao added a commit that referenced this pull request Nov 16, 2024
* initial files

* chore: change text style

* initial version for onboard flow

* chore: add validation to file field

* chore: setup react router

* chore: initial service integration

* chore: remove pwa checker from EnvironmentAction function

* chore: update design primitives

* chore: configure font family with css

* chore: configure fonts.css

* chore: create login screen

* chore: fix aspect ratio

* chore: change illustration position

* chore: unlock with PIN

* chore: fix icons; fix alignment

* fix deployment

* chore: fix deployment

* chore: add rewrite rule for vercel deployments

* chore: create initial translations

* chore: add more translations

* chore: remove old homepage; change root route to Login page

* chore: add i18n functionalities

* chore: add test setup

* chore: add test setup

* chore: create identity recovery pages

* chore: add paste actions

* chore: add links and fix layout dimensions

* chore: add sample test cases for Unlock screen

* chore: import proper typedefs for mocked function

* chore: clanup

* chore: remove data-testid property from components

* chore: create home page component (#21)

* chore: make CI pipeline run after pushing commits to an open PR (#25)

* chore: create notifications page (#37)

* Identity creation flow (#23)

* chore: create identity start page

* chore: add more onboarding components

* chore: fix vercel deployment

* chore: update select component layout

* chore: fix component typedefs

* chore: fix upload component behavior

* wip

* chore: add navigation between screens

* Bills list overview (#38)

* chore: create notifications page

* bills list components

* Issue bill flow (#49)

* start bill creation flow

* create bill and preview bill pages

* View bill page (#48)

* chore: create bill visualization page

* chore: add header action buttons

* fix route path

* ignore generated incremental build files

* chore: removed unused code

* create mint and sell bill pages (#52)

---------

Co-authored-by: MT <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants