I like to do some flowcharts, so
Here is a flow of pages hierarchy as i thinking about it now:
9/16/09
Pages Layouts
Here are scetches of pages layouts :
Survey page:[will be visible to survey answerer]
Admin page:[will be visible to admin]
Survey page:[will be visible to survey answerer]
click on image to enlarge
click on image to enlarge
Build a question page:[will be visible to admin]
click on image to enlarge
All answerers page:[will be wvisible to admin]
View Answers page:[will be visible to admin]
click on image to enlarge
Subscribe to:
Posts (Atom)
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...

-
This button must show the list of users who answered the survey. Which survey? The one with its checkbox checked, of course : This code i...
-
In frameworks like angular and react we have this behavior that tracks every change of model (a javascript variable which stores state of so...
-
When you about to do your first PR (pull request) it is important to know how to squash commits correctly. Why? you may ask - Well i know...