status just added
This commit is contained in:
@@ -92,3 +92,12 @@ define('EVENT_PRIORITY_NORMAL', 100);
|
||||
* @deprecated Use \CodeIgniter\Events\Events::PRIORITY_HIGH instead.
|
||||
*/
|
||||
define('EVENT_PRIORITY_HIGH', 10);
|
||||
|
||||
const MEMBER_STATUS = [
|
||||
['Deleted', 'This signup/invitation expired'],
|
||||
['Started', 'Waiting for user to sign up'],
|
||||
['Signup', 'Assign task to this user'],
|
||||
['Offered','Waiting for the user to start task'],
|
||||
['Task', 'Waiting for te user to complete task'],
|
||||
['Completed', 'All activities completed']
|
||||
];
|
||||
Reference in New Issue
Block a user