You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devpulse is a semi-open platform i.e. using it, requires a certain level of approval from the owners/managers. If you browse the homepage, you might wonder why there is no signup button, this is because to sign up you need an invitation.
Devpulse is a semi-open platform i.e. using it, requires a
17
+
certain level of approval from the owners/managers. If you
18
+
browse the homepage, you might wonder why there is no signup
19
+
button, this is because to sign up you need an invitation.
20
+
<h3className="m-2 mb-4 text-2xl font-bold">
21
+
Terminology to be familiar with:
22
+
</h3>
23
+
<ulclassName=" list-disc ml-12">
24
+
<li>
25
+
<b>Organizations</b>: each Devpulse user belongs to an
26
+
organization. The default organization is Andela. The
27
+
admin of a given organisation has the highest privilege;
28
+
they are the one in charge of managing the rest of the
29
+
users and different administrative tasks
30
+
</li>
20
31
21
-
<li><b>Organizations</b>: each Devpulse user belongs to an organization. The default organization is Andela. The admin of a given organisation has the highest privilege; they are the one in charge of managing the rest of the users and different administrative tasks</li>
22
-
23
-
<li><b>Programs</b>: each organization should have a program that it is running.</li>
24
-
<li><b>Managers:</b> each program should have managers with different access levels. (coordinators, technical team leads, managers)</li>
25
-
<li><b>Trainees:</b> an ordinary user of the app will fall under the role of a trainee. As a trainee, you belong to a team, which in turn belongs to a cohort, which in turn belongs to a program</li>
26
-
</ul>
27
-
28
-
<h3className="m-2 mb-4 text-2xl font-bold">Signing up as a user</h3>
29
-
<p>To sign up, <b><u>your org admin must send you an invite</u></b>. The invitation email will contain the details of how to sign up</p>
30
-
<h3className="m-2 mb-4 text-2xl font-bold">Signing in as a user</h3>
31
-
<p>To sign in, go to the signin page, provide the correct name of your organization, on the next screen enter username and password.</p>
32
-
</div>
33
-
</div>
32
+
<li>
33
+
<b>Programs</b>: each organization should have a program
34
+
that it is running.
35
+
</li>
36
+
<li>
37
+
<b>Managers:</b> each program should have managers with
38
+
different access levels. (coordinators, technical team
39
+
leads, managers)
40
+
</li>
41
+
<li>
42
+
<b>Trainees:</b> an ordinary user of the app will fall
43
+
under the role of a trainee. As a trainee, you belong to a
44
+
team, which in turn belongs to a cohort, which in turn
45
+
belongs to a program
46
+
</li>
47
+
</ul>
48
+
<h3className="m-2 mb-4 text-2xl font-bold">
49
+
Signing up as a user
50
+
</h3>
51
+
<p>
52
+
To sign up,{' '}
53
+
<b>
54
+
<u>your org admin must send you an invite</u>
55
+
</b>
56
+
. The invitation email will contain the details of how to
57
+
sign up
58
+
</p>
59
+
<h3className="m-2 mb-4 text-2xl font-bold">
60
+
Signing in as a user
61
+
</h3>
62
+
<p>
63
+
To sign in, go to the signin page, provide the correct name
64
+
of your organization, on the next screen enter username and
0 commit comments