ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Superuser see the table with all Organizations in the system
2
"Search" will be useful
3
Tabel has the columns:
4
Name
5
#Users
6
#Jots
7
#Apps
8
#Plays
9
Actions
10
Add "New ORG" button is uppeared
11
Pagination below the table is appearedNO Maybe needed?
12
Superuser can do this Actions with existing ORG:
13
Edit
14
Duplicate
15
Activate
16
Delete
17
Editing ORG:
18
superuser can change org's Name
19
superuser can change org's Contact person Email
20
superuser can change org's status to:
21
active
22
hold
23
superuser can change org's Jots/Apps/Plays to some numbersnumbers appeares on Organization's table
24
superuser can upload/remover Logo
25
size of logo 200x200
26
Cancel buttonredirect to main Admin panel page
27
Save buttonadding new user in a User's table
28
Remove buttondelete logo and change button title to "Upload logo"
29
30
Creating new user:
31
Full name fieldneet to add validation
32
Email fieldneet to add validation
33
Password fieldneet to add validation
34
Organization dropdown
35
Org admin checkboxcheck/uncheck
36
Status dropdown
37
Cancel buttonredirect to main Admin panel page
38
Save buttonadding new user in a User's table
39
Remove buttondelete logo
40
Rules for creating new ORG:
41
mandatori fields is:
42
organization name
43
number or Jot/Apps/Plays
44
Fill mandatory fields and clicking on "Save"new Organization is appeared on main ORG table
45
Highlighting mandatory fields while sending empty form
46
Validation for mandatory fields need to add validation rules
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100