Sputznik / space-survey

Survey with multiple page forms
1 stars 0 forks source link

Test Review #60

Open jayvardhan opened 3 years ago

jayvardhan commented 3 years ago

Branch : rankField

  1. Need to create guide/wiki for new clients who are first time users

  2. Auto save is too frequent: Backend + Frontend

  3. Adding question in Page typeahead should have visual indication post question selection

  4. Radio Question - Seems to work well on frontend

  5. DropDown Question - Working well

  6. Checkbox question(default) - Choices got saved multiple times in backend

  7. TextBox Question Backend - Add choice button seems ambiguous When added Choices got saved multiple times Works without adding any choice too.

  8. Backend: Multiple choice save problem (for questions) seems to occur because of autosave especially before hitting update/save button.

  9. During test using 4 pages, Finish button got rendered on third page itself. Clicking on it went to 4rth page which had only previous page button.

samvthom16 commented 3 years ago

@jayvardhan

  1. Correct
  2. How did you figure it was too frequent?
  3. Can you think of an example as a solution?
  4. Awesome
  5. Awesome
  6. Can you explain to me via screenshot
  7. Choices button is ambigous for textbox. Got it.
  8. Need a screenshot
  9. I get why it is confusing
jayvardhan commented 3 years ago

@samvthom16

  1. Through network tab you can see lots of ajax update request is being triggered.
  2. Pillbox like this 6 & 8. This behaviour is little inconsistent. In order to reproduce a. Add a new Question b. Add couple of choices (three or four). c. Wait for the autosave to trigger. d. Hit Update and Refresh the page. e. If choices are not repeated try adding one more choice and follow step c & d.

    As I mentioned this behaviour is little inconsistent, you may need to repeat some time.

multi-choice-save-bug