edit-task
Home
Up
Delete
Task Name:
Task Description:
MOBILE PAGE to DELETE an existing 'article' record in the SUBJECTS app,
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">[ PAGE -M delete/article ]</h1> <h2>[WHAT]</h2> <ol> <li>[ des ] displays a <span style="text-decoration: line-through;">form with [all] the requried fields to DELETE an existing 'article' record for the SUBJECTS app,</span> a confirmation dialog with OPTIONS delete & cancel</li> <li>BASE=delete/article</li> <li>[ args ] takes the id of the 'article' to be deleted</li> </ol> <h2>[WHY]</h2> <ol> <li>] enables user to DELETE an existing article record </li> </ol> <h2>[WHERE called from]</h2> <ol> <li>x] PG edit/m_article - 'X delete' icon on navHeader</li> <li>] PG view/m_article BUTTON - edit content, edit detail </li> </ol> <h2>[WHEN]</h2> <ol> <li>x] delete an exisiting 'article' record</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>] </li> </ol> <h2>[HOW-TO]</h2> <ol> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>x] M delete/article - <a href="task?id=1933" target="_blank">v-001</a> </li> </ol> <h1 style="text-align: center;">developer implementation</h1> <h2>[process]</h2> <ol> <li>] edit / article has navHeader with delete link</li> <li>] loads pg /delete/article as a 'confirmation' dialog</li> <li>] confirm - btn delete - POST to PG 'delete' </li> </ol> <h2>[notes]</h2> <ol> <li>] </li> <li><strong>*] PG delete/m_article contains svr side POST code,</strong></li> <ol> <li>] NOT Being used as we are using client side js method to perform post</li> <li>] PRB with submit posting b/c *it appears* it is submitting 'PG M edit/article POST code' and not recognizing the dialog 'PG M delete/article' POST code </li> </ol></ol> <h2>[by_date]</h2> <ol> <li>[YYYY-mm-DD]</li> </ol><hr /> <h1 style="text-align: center;">status</h1> <h2>[current]</h2> <ol> <li> ] </li> </ol> <h2>[next]</h2> <ol> <li><strong>] ? do we need to create the object again on the delete pg (we have on edit page)</strong></li> <ol> <li>x] id is passed in already,</li> <li>] need parent id for return view, (PASS VALUES in qstring in parent as well, )</li> </ol> <li><strong>] rewrite the POST delete PAGE</strong></li> <ol> <li>] accept/get cur_user </li> <li>] test for ...</li> </ol> <li><strong>] sospep_m.js</strong></li> <ol> <li>] deleteArticle method has </li> </ol></ol> <p> </p>