ABCDEFGHIJKLMNOPQRST
1
TitleDescription Category Hours to complete Level Links
2
Check and report the reliability of the login module
The login implementaion consits of following facilities
1. Login for users who have Fedora Accounts - FAS login
2. Login for normal users

What you have to do here is check the week points of the
the current implementation. That means you have to check
whether hackers can break the current login. Also you have
to report your test cases and results
Quality Assurance 36mediumLogin :http://eventmanager-fedoragsoc2013.rhcloud.com/index.php/welcome/registration_home

FAS :https://id.fedoraproject.org/login/
3
Add CSS styling for the Login and SignUp viewsStyle login page and sign up with CSS. You have to come up with
your own design. Experince with CodeIgiter or similer PHP framework
will be helpfull.
User Interface18Begginer
Login :http://eventmanager-fedoragsoc2013.rhcloud.com/index.php/welcome/registration_home

SignUp:http://eventmanager-fedoragsoc2013.rhcloud.com/index.php/welcome/signup

4
Check and report the reliabilithy of the Signup moduleWhat you have to do here is check the functionality of the
the current implementation. That means you have to check
whether hackers can break the current signup logic. Also you have
to report your test cases and results
Quality Assurance 12Begginer
SignUp:http://eventmanager-fedoragsoc2013.rhcloud.com/index.php/welcome/signup
5
Improve the implementation logic of the Network
diagram inorder to display it clear and informative
The Network Diagram is a concept of presenting the dependent and
connected task in a graphical way base on the estimated time
duration for that tasks. Current implementation draws the Network
diagram in correct format. But the design is less readable and if
there are more tasks the diagram is not clear. You have to reformat
the presenting logic of the design

Note: Javascript, JQuery knowledge is required
Code50Advancedhttp://eventmanager-fedoragsoc2013.rhcloud.com/index.php/welcome/view_networkDiagram
6
Improve the implementation logic of the Gannt ChartGantt chart represent the time flow of the tasks and the progress of the
tasks vs. time. Current implementation of the Gantt chart is correct
but it is heavily depend on the correcness of the time intervals of the tasks.
If any singoke thing goes wrong the whole chart will not be work. The logic
should be improved and it should be completed. Javascript, PHP, Jquery
knowledge is required.
Code60Advanceshttp://eventmanager-fedoragsoc2013.rhcloud.com/index.php/welcome/view_gantt
7
Add CSS and JQuery styling to the Task creation viewAdd CSS and JQuery to the task creating view. You have first come up
with a design and after make refinments you can implement it to the view
User Interface24Medium
8
Google Map Integration to task managingGoogple Maps are interated to basic task managing activities.
Improvement should be done to
1. Get the current location of the user - Not depending on the browser.
2. Implement the marking logic on the map
Code36Medium
9
Automated email sending moduleImplement automated email sending module considering the receiver list,
content, time, date ....etc. Data will be provided. You have to come up
with logic.
Code36Advanced
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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