WIP: data-migration #6
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: grassrootseconomics/sarafu-vise#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "data-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added code that sets required flags for migrated accounts
The public keys (addresses) are however registered on a separate network hence checking the account status results in a 404 (when using the local dev network)
@ -100,3 +100,3 @@
// WithPersister sets persister instance to the handlers.
//func (h *MenuHandlers) WithPersister(pe *persist.Persister) *MenuHandlers {
// func (h *MenuHandlers) WithPersister(pe *persist.Persister) *MenuHandlers {
Please remove this leftover commented code thanks
@ -159,0 +188,4 @@
return res, nil
}
codeStr := string(code)
The active language is the DATA_SELECTED_LANGUAGE_CODE - the INITAL will only be set once and never looked at again.
Shouldn't the SELECTED_LANGUAGE one be set here too?
@ -159,0 +191,4 @@
codeStr := string(code)
// fallback for unsupported languages
if codeStr != "eng" && codeStr != "swa" {
I would prefer if this language mapping was an external function. Perhaps this whole thing rather belongs in sarafu-ussd-instance repo since the migration script also should be there? I does not seem right to include code in the application repo that will only be used once by migration.
data-migrationto WIP: data-migrationClosed as code changes moved to a different repo
Pull request closed