diff options
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/Account.scala | 6 | ||||
-rw-r--r-- | app/controllers/Profile.scala | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/controllers/Account.scala b/app/controllers/Account.scala index 625ab2d..b705653 100644 --- a/app/controllers/Account.scala +++ b/app/controllers/Account.scala | |||
@@ -31,4 +31,10 @@ object Account extends Controller { | |||
31 | } | 31 | } |
32 | } | 32 | } |
33 | 33 | ||
34 | def deposit = TODO | ||
35 | |||
36 | def withdraw = TODO | ||
37 | |||
38 | def transfer = TODO | ||
39 | |||
34 | } | 40 | } |
diff --git a/app/controllers/Profile.scala b/app/controllers/Profile.scala index 8181106..0009628 100644 --- a/app/controllers/Profile.scala +++ b/app/controllers/Profile.scala | |||
@@ -138,4 +138,8 @@ object Profile extends Controller { | |||
138 | } | 138 | } |
139 | } | 139 | } |
140 | 140 | ||
141 | def viewProfile(userUuid: String) = TODO | ||
142 | |||
143 | def editProfile = TODO | ||
144 | |||
141 | } | 145 | } |