status just added

This commit is contained in:
CHIEFSOFT\ameye
2024-11-19 06:46:07 -05:00
parent 8e8a289a9c
commit 43c222e77c
4 changed files with 17 additions and 6 deletions
+9
View File
@@ -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']
];