Commit b1f5cd07 authored by D.H.D. Nguyen's avatar D.H.D. Nguyen
Browse files

update README

parent 074196bb
Loading
Loading
Loading
Loading
+14 −11
Original line number Diff line number Diff line
@@ -170,6 +170,7 @@ swp/
        
        
##### 2. Functional Tests
* Test validations in user account
    * Test validations in user registration
        * Username, email are never used before.
        * Username has no special character, meets the length requirement.
@@ -200,13 +201,15 @@ those fields are misinterpreted (due to [source codes](https://github.com/wtform
More information see cases in `tests/functional/test_wrong_cases_input_required.py` 

### 3. Documentation
* To read the documentation, run:
```sh
* Documentation for whole script is in ``Web_Inteface.pdf``.

* To read the documentation in HTML:
```sh
$ cd ./doc/build/html/
$ open index.html
```



## Additional Resource
* Bryan K. Orme.  *Maxdiff analysis : Simple counting , individual-level logit, and
hb*.  2009. [URL](https://www.sawtoothsoftware.com/download/techpap/indivmaxdiff.pdf)