• Joined on 2021-10-26
lash opened issue urdt/ussd#17 2024-08-29 16:48:51 +02:00
External tool to unblock PIN
lash commented on issue urdt/ussd#16 2024-08-29 16:47:25 +02:00
External tool to block account

This may need new functionality in vise, e.g. a startup check that runs on flags regardless of current node execution.

lash opened issue urdt/ussd#16 2024-08-29 16:46:53 +02:00
External tool to block account
lash commented on issue urdt/ussd#15 2024-08-29 16:45:26 +02:00
Single item access IO

This should be implemented on top of a generalized db get/set interface in vise

lash opened issue urdt/ussd#15 2024-08-29 16:44:07 +02:00
Single item access IO
lash opened issue urdt/ussd#14 2024-08-29 16:42:18 +02:00
Separate state for REVERTED account creation
lash opened issue urdt/ussd#13 2024-08-29 16:40:16 +02:00
Separate state for other server errors
lash commented on issue urdt/ussd#11 2024-08-29 16:38:33 +02:00
Check whether phone number is registered

blocked by urdt/ussd#12

lash opened issue urdt/ussd#12 2024-08-29 16:38:21 +02:00
Implement phone number registry
lash opened issue urdt/ussd#11 2024-08-29 16:37:30 +02:00
Check whether phone number is registered
lash opened issue urdt/ussd#10 2024-08-29 16:36:06 +02:00
Add phone number format checker
lash opened issue urdt/ussd#9 2024-08-29 16:34:48 +02:00
Use ints in calculations
lash opened issue urdt/ussd#8 2024-08-29 16:30:37 +02:00
Define and import response from server code
lash opened issue urdt/ussd#7 2024-08-29 16:29:09 +02:00
Migrate flags to preprocessor
lash opened issue urdt/ussd#6 2024-08-29 16:27:18 +02:00
Remove file exists check and ensure file on start
lash opened issue urdt/ussd#5 2024-08-29 16:24:31 +02:00
Remove menu selector based switch statement in SetLanguage
lash commented on pull request urdt/ussd#4 2024-08-29 16:19:53 +02:00
wip-account-creation

I see this still isn't resolved.

I will make an issue of this, and mark it priority. We will handle it after merge.

lash commented on pull request urdt/ussd#4 2024-08-29 16:18:02 +02:00
wip-account-creation

were we using gettext here too?

lash commented on pull request urdt/ussd#4 2024-08-29 16:18:02 +02:00
wip-account-creation

should not be necessary to set the flag when it already has been set and persisted. That will reduce one file access call each run.

lash commented on pull request urdt/ussd#4 2024-08-29 16:18:02 +02:00
wip-account-creation

I prefer putting regexes like this on top of the file as a const.