qwizkool / QwizKoolNode

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

Qwizbook Archival support #53

Closed bambalakkat closed 11 years ago

bambalakkat commented 11 years ago

When a user deletes a Qwizbook. The qwizbook state should be chnaged from active to archived.

Archived books are not shown to any user. Add appropriate filters to exclude archived qwizbooks from the REST calls.

The archived books will be listed only if requested for archived books specifically.

new REST support is needed to query for archived books.

New support to be provided for changing archived books to active.

A new tool bar button "archived items" will be provided. When the user clicks archived items. It takes the user to a new page where a list of archived qwizbooks are shown.

on each of the list item, title and description are shown. A control will be provided per item to un archive the specified qwizbook.

kgvinod commented 11 years ago

'archived' flag should be added to qwizbook model schema.

Induc commented 11 years ago

Did Archiving of selected Qwizbooks as follows :+1:

  1. Checked Qwizbook moves to archived list on clicking the "minus" button in toolbar in createqwizbook page.
  2. On Clicking the button "Archived items" on top of "createqwizbook" page, we can view the archived qwizbooks.
  3. In the "archiveQwizbook" page, we can "unarchive" any checked Qwizbook
Induc commented 11 years ago

To test the Archival support, please remove current qwizbook collection and create new qwizbook collection , by adding Qwizbooks ( as we have added a new feild for archiving).

bambalakkat commented 11 years ago

archived-items

bambalakkat commented 11 years ago
seethalag commented 11 years ago

1 . Removed all controls

  1. added search filter (functionality needed to be done )

3 . unarchived button is added.

  1. removed create form elements from the template
kgvinod commented 11 years ago
seethalag commented 11 years ago

double clicking on confirm dialogue ok and cancel fixed.even after cancelling achiving a qwizbook is posible now