From 0e0d4753bcc0d9b6551c41e2e7a62ac6f6c2a083 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 22 May 2014 08:05:56 +0200 Subject: [PATCH] update TODO.txt and ARCHITECTURE.txt --- TODO.txt | 56 +++++++++++++++++++++++++++-------------- doc/ARCHITECTURE.txt | 60 ++++++++++++++++++++++++++------------------ 2 files changed, 72 insertions(+), 44 deletions(-) diff --git a/TODO.txt b/TODO.txt index 99e2edc..f731d35 100644 --- a/TODO.txt +++ b/TODO.txt @@ -31,26 +31,45 @@ DONE . command documentation DONE . manage disagreeding users investigation DONE . self guaranteed - . New Users Guarantee Procedure - . WIP Change guarantee workflow + . DONE New Users Guarantee Procedure + . DONE Change guarantee workflow . DONE Db update - . Send email with appropriate link embedded + + UserA UserB Admin +------------------------------------------------------------------------- + guarante UserB | - V - DONE brisk -> DONE mail-table - | | - V | - DONE user | - | | - V | - DONE click-link -> TODO check with <- ¡WE ARE HERE NOW! - mails-table - and update DB - | - V - (needs ad-hoc page) - - . WIP Admin panel + v + Save on mail + table, + email to UserB + (Disabled, MAILED) +------------------------------------------------------------------------- + Receive email + to check address + | + v + Click on link + | + v + Check on mail + table, + update user status, + delete mail rec + (Disabled, TOBECHK) +------------------------------------------------------------------------- + admin panel + accept user + | + v + send email with + password, + update user status + (Normal, NONE) +------------------------------------------------------------------------- + Receive email + with password +------------------------------------------------------------------------- . Email-address expiration check . Account expiration @@ -226,7 +245,6 @@ - sistema di inserimento nuovi utenti (riversatore da form di inserimento) STEP 2 - - aggiornare le funz di gestione db in modo che prevedano anche il flag SUSPEND - modifica password - ripristino password diff --git a/doc/ARCHITECTURE.txt b/doc/ARCHITECTURE.txt index a28d91a..bb91c57 100644 --- a/doc/ARCHITECTURE.txt +++ b/doc/ARCHITECTURE.txt @@ -85,28 +85,38 @@ $user->rd_transp->chunk($this->rd_scristp++, $ret); ===== New users workflow ===== -status | | DB | ----------- |------+--------------------+ -unknown | - V - brisk -> mail-table -MAILED | | - V | - user | - | | - V | - mailbox | - | | - V | - procmail | - | | - V | - check with mail-table | - and update DB <----+ - (needs ad-hoc page) -TOBECHK | - V - authorize -normal | - V - + UserA UserB Admin +------------------------------------------------------------------------- + guarante UserB + | + v + Save on mail + table, + email to UserB + (Disabled, MAILED) +------------------------------------------------------------------------- + Receive email + to check address + | + v + Click on link + | + v + Check on mail + table, + update user status, + delete mail rec + (Disabled, TOBECHK) +------------------------------------------------------------------------- + admin panel + accept user + | + v + send email with + password, + update user status + (Normal, NONE) +------------------------------------------------------------------------- + Receive email + with password +------------------------------------------------------------------------- -- 2.17.1