Menu

Tree [r28] /
 History

HTTPS access


File Date Author Commit
 App_Code 2009-07-10 akoszlajda [r27] Refactoring slighlty DBControler
 App_Data 2009-07-10 akoszlajda [r27] Refactoring slighlty DBControler
 Bin 2009-06-15 akoszlajda [r14]
 Documentation 2009-07-01 akoszlajda [r16]
 Reports 2009-07-28 akoszlajda [r28] Change rdlc > rdl in order to use them in Repor...
 images 2009-07-10 akoszlajda [r26]
 Admin.aspx 2009-07-03 akoszlajda [r21]
 Admin.aspx.cs 2009-07-03 akoszlajda [r21]
 AnswerSetEditor.ascx 2009-07-01 akoszlajda [r15]
 AnswerSetEditor.ascx.cs 2009-07-01 akoszlajda [r15]
 CampaignDetails.aspx 2009-07-10 akoszlajda [r27] Refactoring slighlty DBControler
 CampaignDetails.aspx.cs 2009-07-10 akoszlajda [r27] Refactoring slighlty DBControler
 Default.aspx 2009-07-10 akoszlajda [r24] - Changing tabs (jut one tab for campaigns)
 Default.aspx.cs 2009-07-10 akoszlajda [r24] - Changing tabs (jut one tab for campaigns)
 Default2.aspx 2009-07-03 akoszlajda [r21]
 Default2.aspx.cs 2009-07-03 akoszlajda [r21]
 DesignSurvey.aspx 2009-06-15 akoszlajda [r14]
 DesignSurvey.aspx.cs 2009-06-04 akoszlajda [r13]
 Feedback.css 2009-07-01 akoszlajda [r16]
 GroupAdmin.aspx 2009-07-02 akoszlajda [r18]
 GroupAdmin.aspx.cs 2009-07-02 akoszlajda [r18]
 ImgBtn.ascx 2009-06-04 akoszlajda [r13]
 ImgBtn.ascx.cs 2009-06-04 akoszlajda [r13]
 InstallationGuide_EN.doc 2009-06-04 akoszlajda [r12] Added a file remotely
 ListEditor.ascx 2009-07-01 akoszlajda [r15]
 ListEditor.ascx.cs 2009-07-01 akoszlajda [r15]
 Login.ascx 2009-07-01 akoszlajda [r15]
 Login.ascx.cs 2009-07-03 akoszlajda [r21]
 Login.aspx 2009-07-01 akoszlajda [r15]
 Login.aspx.cs 2009-07-01 akoszlajda [r15]
 Menu.ContextMenu.css 2009-06-04 akoszlajda [r13]
 PersonDetails.ascx 2009-07-03 akoszlajda [r21]
 PersonDetails.ascx.cs 2009-07-03 akoszlajda [r21]
 PersonDetails.aspx 2009-06-04 akoszlajda [r13]
 PersonDetails.aspx.cs 2009-07-01 akoszlajda [r15]
 PersonSearch.aspx 2009-07-02 akoszlajda [r18]
 PersonSearch.aspx.cs 2009-07-02 akoszlajda [r18]
 PersonsList.ascx 2009-07-02 akoszlajda [r18]
 PersonsList.ascx.cs 2009-07-10 akoszlajda [r27] Refactoring slighlty DBControler
 Rating.ascx 2009-06-15 akoszlajda [r14]
 Rating.ascx.cs 2009-07-03 akoszlajda [r21]
 Readme.txt 2009-06-04 akoszlajda [r13]
 Readme_2009_06_04.txt 2009-06-04 akoszlajda [r11] Renamed remotely
 Readme_Old.txt 2009-07-01 akoszlajda [r16]
 Reporting.aspx 2009-06-04 akoszlajda [r13]
 Reporting.aspx.cs 2009-06-04 akoszlajda [r13]
 Selection.js 2009-07-02 akoszlajda [r18]
 StyleSheet.css 2009-06-15 akoszlajda [r14]
 SurveyManager.ascx 2009-07-02 akoszlajda [r18]
 SurveyManager.ascx.cs 2009-07-10 akoszlajda [r24] - Changing tabs (jut one tab for campaigns)
 SurveySection.ascx 2009-07-03 akoszlajda [r21]
 SurveySection.ascx.cs 2009-07-10 akoszlajda [r24] - Changing tabs (jut one tab for campaigns)
 SurveySection.aspx 2009-06-15 akoszlajda [r14]
 SurveySection.aspx.cs 2009-07-01 akoszlajda [r15]
 SurveySectionEdit.ascx 2009-06-04 akoszlajda [r13]
 SurveySectionEdit.ascx.cs 2009-07-01 akoszlajda [r15]
 SurveySectionEdit.aspx 2009-06-15 akoszlajda [r14]
 SurveySectionEdit.aspx.cs 2009-06-04 akoszlajda [r13]
 Web.config 2009-07-01 akoszlajda [r15]
 Web_DCS.config 2009-06-04 akoszlajda [r13]
 Web_RoundedCorners.config 2009-06-04 akoszlajda [r13]

Read Me

------------- INTRODUCTION -------------
The Software-as-a-Service application which allows to create WebSurvey and then send the email request to fill it in. The business case is that just registered users can fill in the surveys as 
the basic target was the Feedback360 story.

Technology used:
ASP.Net 2.0
AJAX
C#
Visual Studio 2005 Express Edition
SQL Server 2005 Express Edition
Reporting Services

------------- SETUP -------------
0. Install
	- IIS with SMTP Service
	- Visual Studio 2005 Express Edition
	- AJAX for ASP.NET 2.0 (incl. AjaxControlToolkit.dll)
	- SQL Server 2005 Express Edition
	- Reporting Services	
1. Take Feedback360DB_02_06_09 and restore it in SQL Server 2005 Express Edition (it a backup)
2. Establish new owner of  Feedback360DB to be able to get to it
3. Run new web project called Feedback in Visual Studio 2005 Express Edition
4. Change Web.config (connection string to DB, SMTP settings etc)
5. Run application
6. There should be two login established - one of them is ako / asd123 (admin)
7. You should be able to see couple of campaigns opened, closed + surveys and users


------------- 04-06-2009 -------------

Status:
The Alpha version, which was working publically through about 6 months has been published on SourceForge. This is fully working version which allows to:
- Manage surveys and Survey campaigns
- Manage users and groups
- Get reports
- Send emails through SMTP (if properly configured)
etc.

ToDo:
1. Significant code refactor 
2. Graphics management (CSS etc.)
3. Testing
4. Change REporting module
5. Improve survey management, so it is easier
6. Documentation
7. NDoc, NUnit

? Hibernate (refactor database classes)
? Change localization approach
? Change SPs
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.