9/14/09

Panning the Project

This stage I believe is the important one in the project -to plan the gui. What and how and to whom will be displayed at each stage of application.
So here is the plan of the pages:



About each page:
Since there is two kind of pages- those which will be visible to regular users (survey answerers)

and those which will be visible to application adminstrator
i gave the page names different coloring: the admin pages are blue and the others are red.




  • home
    In this page will have only login  control  and register link since all (even survey takers ) have to register(sign up) themselves with some elementar personal details. This will give me the ability to identify the answers of each user. 
  • survey
    In this page all the surveys questions will be dispayed to user, and the submit button will send all his answers to appropriate database fields.
  • thanks
    In this page will be display the "thank you" message after user successfully finished to answer the survey.
  • admin_home
    In this page will be a list of all surveys. 
  • build_question
    Here will be a form there administrator  will be able to
    Add a new question to survey: define the question type and add the answers.
  • all_answerers_of_survey
    Here the administrator will see the list fo all answerers of current survey .
  • view_answers
    Here the administrator will be able to view the survey results (answers) of each user.


No comments:

Post a Comment

Getting started with docker

It is very simple to get started usig docker. All you need to do-is download the docker desktop for your system Once you get docker syste...