Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bitcoin Telegram Bot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s2191814
Bitcoin Telegram Bot
Merge requests
!2
Couldn't fetch the linked file.
Draft: initial user flow for creating a wallet
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Draft: initial user flow for creating a wallet
2-implement_all_user_flows
into
main
Overview
0
Commits
15
Pipelines
0
Changes
6
Merged
Janssen, D.D. (Dylan, Student M-CS)
requested to merge
2-implement_all_user_flows
into
main
2 years ago
Overview
0
Commits
15
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Viewing commit
57d53bce
Prev
Next
Show latest version
6 files
+
156
−
93
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
57d53bce
Add: creating the wallet user flow
· 57d53bce
Dylan Janssen
authored
2 years ago
models/AppUser.py deleted
100644 → 0
+
0
−
9
Options
class
AppUser
:
def
__init__
(
self
,
state
):
self
.
state
=
state
pass
def
set_state
(
self
,
new_state
):
self
.
state
=
new_state
# TODO: change it in the database
Loading