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

Feature/delete account #142

Merged
merged 27 commits into from
May 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d31364a
Create button action and methods in model and auth confirming methods…
piotrstanny Dec 9, 2020
56627fe
Logout tested, methods triggering
piotrstanny Dec 9, 2020
083d881
Log deleting account with analytics
piotrstanny Dec 9, 2020
f20c4f1
Testing deleting with staging api
piotrstanny Dec 9, 2020
6f07a7a
Implement confirmation modal confirming deletion
piotrstanny Dec 9, 2020
2552901
Uncomment all methods and remove testing prints - code ready
piotrstanny Dec 9, 2020
b4f398d
Merge branch 'dev' into feature/delete_account
JElgar Dec 15, 2020
a0ffd25
Merge branch 'feature/more_profile_page' into feature/delete_account
JElgar Dec 15, 2020
751ef46
Added basic viewmodel test
JElgar Dec 16, 2020
f69ee08
Added test workflow
JElgar Dec 16, 2020
9484e8a
Workflow fix
JElgar Dec 16, 2020
1967fcc
Updated action to run on any pr
JElgar Dec 16, 2020
8932d37
Changed flutter version
JElgar Dec 16, 2020
6d15556
Remove java and flutter version
JElgar Dec 16, 2020
32ef8c7
Test for failed save
JElgar Dec 16, 2020
fafae7e
Broke the tests
JElgar Jan 30, 2021
b4cfcff
Assigining new user to _currentUser; Saving user to Shared Preferences
piotrstanny Feb 3, 2021
3307225
Add appropriate console logs to confirm logging in and sources of get…
piotrstanny Feb 3, 2021
d65a85e
Correct login method to call updateUser instead of directly saving prefs
piotrstanny Feb 6, 2021
d0eb600
Remove user from SharedPrefs on account deletion
piotrstanny Feb 6, 2021
8688547
Minor methods order changed
piotrstanny Feb 6, 2021
0ac390b
Display error message if returned false from auth
piotrstanny Feb 10, 2021
e6184e2
Error handling with different messages
piotrstanny Feb 10, 2021
a576092
Model test for account deletion
piotrstanny Feb 16, 2021
91b2568
Unsure
JElgar Apr 11, 2021
8e2728b
save and delete tests
JElgar May 21, 2021
06c66c7
Started some tests that will be finished later
JElgar May 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Flutter tests

# Run this workflow every time a new commit pushed to your repository
on: pull_request

jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'dev'
- run: dart --version
- run: flutter --version
- run: flutter pub get
- run: flutter test
Binary file added android/key.jks
Binary file not shown.
Binary file removed ios/Flutter/App.framework/App
Binary file not shown.
26 changes: 0 additions & 26 deletions ios/Flutter/App.framework/Info.plist

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion ios/Flutter/App.framework/flutter_assets/FontManifest.json

This file was deleted.

Loading