Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

feat: initial profiles module #600

Closed
wants to merge 11 commits into from
Closed

Conversation

luciorubeens
Copy link
Contributor

Summary

  • Add signup page
  • Add profile-list component
  • Add profiles page and state management
  • Add initial profile and wallet page based on current route

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@ghost ghost added Complexity: High More than 256 lines changed. Type: Feature The issue is a request for new functionality. labels May 14, 2020
@codecov
Copy link

codecov bot commented May 14, 2020

Codecov Report

Merging #600 into develop will increase coverage by 0.28%.
The diff coverage is 51.28%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #600      +/-   ##
===========================================
+ Coverage    24.78%   25.06%   +0.28%     
===========================================
  Files          157      166       +9     
  Lines         5321     5381      +60     
  Branches       991     1001      +10     
===========================================
+ Hits          1319     1349      +30     
- Misses        3938     3968      +30     
  Partials        64       64              
Impacted Files Coverage Δ
src/app/pages/delegates/delegates.ts 0.00% <0.00%> (ø)
...s/transaction/transaction-send/transaction-send.ts 0.00% <ø> (ø)
src/app/profiles/profile/profile.component.ts 0.00% <0.00%> (ø)
src/app/services/user-data/user-data.ts 75.00% <0.00%> (-0.53%) ⬇️
src/app/wallets/wallet/wallet.controller.ts 0.00% <ø> (ø)
src/app/wallets/wallets.component.ts 0.00% <0.00%> (ø)
src/app/signup/signup.component.ts 78.57% <78.57%> (ø)
src/app/profiles/shared/profile.state.ts 81.81% <81.81%> (ø)
src/app/onboarding/shared/onboarding.state.ts 83.33% <100.00%> (ø)
...pp/profiles/profile-list/profile-list.component.ts 100.00% <100.00%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 693e33a...d5870d4. Read the comment docs.

@luciorubeens luciorubeens marked this pull request as draft May 19, 2020 19:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Complexity: High More than 256 lines changed. Type: Feature The issue is a request for new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants