qwizkool / QwizKoolNode

QwizKool Node.js based implementation
0 stars 0 forks source link

QwizBook authoring : Implement authoring of title page #43

Closed kgvinod closed 11 years ago

kgvinod commented 11 years ago

Title page contains

-> On clicking create button, show the title/description form -> On clicking submit, create a qwizbook on the server -> Update the user's authored qwizbook list with the newly created qwizbook -> The full list of qwizbook should also show the newly created qwizbook

kgvinod commented 11 years ago

Verified that I can create a qwizbook with title/description. However, it does not show up in the user's authored qwizbook list. Also, there is a hardcoded qwizbook in the list which should be removed.

kgvinod commented 11 years ago

However, it does not show up in the user's authored qwizbook list. -- DONE Also, there is a hardcoded qwizbook in the list which should be removed. - DONE

Currently in createqwizbook branch.

kgvinod commented 11 years ago

Use Bootstrap's validation for the fileds Then , merge to the local-develop branch

kgvinod commented 11 years ago

Todo: Please verify with a fresh checkout, and with a clean db.

kgvinod commented 11 years ago

Indu, Please verify and close this today (04/11)

kgvinod commented 11 years ago

Tip of local-develop is broken:

seethalag commented 11 years ago

2nd page was not rendering because idAttribute defined in the model qwizbook.js was not defined in the model qwizbookcontent.js in model defintion.(same for qwizbookadddetail.js ) .

now the 2nd page is showing the list.

also we are able to create qwizbook now.and the list of user created qwizbook are shown in the list.

the same is tested after a fresh checkout also

tested as

deleted the existing QwizkoolNode.

get a fresh checkout.

deleted the existing db.

after that checked the qwizbook creation and its working fine.