Tool to copy profile data from old system #210

Open
opened 2024-12-11 11:59:37 +01:00 by lash · 8 comments
Owner
No description provided.
lash added the
Priority
Low
legacy
labels 2024-12-11 11:59:55 +01:00
lash added the
Status
Need More Info
migration
labels 2024-12-11 12:01:55 +01:00
Author
Owner

Need a copy of existing data along with description, preferably in a flat format (csv) @kamikazechaser

Need a copy of existing data along with description, preferably in a flat format (csv) @kamikazechaser
kamikazechaser self-assigned this 2024-12-12 17:15:23 +01:00
id,active_voucher_address,address,activated_on_chain,activated_on_ussd,language,phone_number,pin,pin_attempts,status,created_at
1,0x45d747172e77d55575c197CbA9451bC2CD8F4958,0xa316408425cF17F1827483dee621c6C3A9B5fad4,true,true,eng,+254711700000,$2b$08$dTvIGxCCysJtdvrSnaLStuylPoOS/ZLYYkxvTeR5QmTFY3TSvPQC6,0,ACTIVE,2023-06-06 06:18:55.157945

Only phone number redacted, but format maintained.

This is the main table. The other tables are:

  • AfricasTalking sessions reports as sent by them. Not necessary. Good to have feature.
  • Guardians: People who can reset the pins.
```csv id,active_voucher_address,address,activated_on_chain,activated_on_ussd,language,phone_number,pin,pin_attempts,status,created_at 1,0x45d747172e77d55575c197CbA9451bC2CD8F4958,0xa316408425cF17F1827483dee621c6C3A9B5fad4,true,true,eng,+254711700000,$2b$08$dTvIGxCCysJtdvrSnaLStuylPoOS/ZLYYkxvTeR5QmTFY3TSvPQC6,0,ACTIVE,2023-06-06 06:18:55.157945 ``` Only phone number redacted, but format maintained. This is the main table. The other tables are: * AfricasTalking sessions reports as sent by them. Not necessary. Good to have feature. * Guardians: People who can reset the pins.

Translation sheet

Translation sheet
Author
Owner

@carlos please document here how these translates to our flags:

  • activated_on_chain (not to import, but this would be the state when the account creation was not completed with the api)
  • status (ACTIVE / LOCKED)
@carlos please document here how these translates to our flags: * activated_on_chain (not to import, but this would be the state when the account creation was not completed with the api) * status (ACTIVE / LOCKED)
Author
Owner

Translation sheet

top 3 languages

> Translation sheet top 3 languages
Author
Owner

#210

translates to "admins".

is flag (admin privilege) AND data item.

> https://git.grassecon.net/urdt/ussd/issues/210 translates to "admins". is flag (admin privilege) AND data item.
Member

@carlos please document here how these translates to our flags:

  • activated_on_chain (not to import, but this would be the state when the account creation was not completed with the api)
  • status (ACTIVE / LOCKED)

flag_account_pending - This flag is set when the account created via the api has not yet been activated on chain.
flag_account_success - flag set only when the account status is Active,otherwise on LOCKED or any other state,it is reset/unset

> @carlos please document here how these translates to our flags: > > * activated_on_chain (not to import, but this would be the state when the account creation was not completed with the api) > * status (ACTIVE / LOCKED) > flag_account_pending - This flag is set when the account created via the api has not yet been activated on chain. flag_account_success - flag set only when the account status is Active,otherwise on LOCKED or any other state,it is reset/unset
Member

#210

translates to "admins".

is flag (admin privilege) AND data item.

flag_admin_privilege - flag set when a certain number has been listed as an admin/has the required privileges to reset other's PINs

> > https://git.grassecon.net/urdt/ussd/issues/210 > > translates to "admins". > > is flag (admin privilege) AND data item. flag_admin_privilege - flag set when a certain number has been listed as an admin/has the required privileges to reset other's PINs
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: urdt/ussd#210
No description provided.