edit-task
Home
Up
Delete
Task Name:
Task Description:
PAGE to initiate a search query for existing 'task' records from the EVENTS 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;">find/ tasks</h1> <h2>[WHAT] </h2> <ol> <li>[def] this page displays a form with the input feilds for a task record and enables users to define and execute a search for task records based upon a variety of different query parameters.</li> <li>[ args ] none</li> <ol> <li>] ? OPTIONALLY take the taskGroup, plan and calendar names </li> </ol></ol> <div> <div>[ def ] page presents a form with all the feilds for the tasks table and enables the user to search on any of these feilds for the desired Event records</div> <div>[ args ] -takes the qry name and parameter[s] </div> <div>[ called ] from the menuMain.Search</div> </div> <div> <h2>[WHY]</h2> </div> <ol> <li> <p>] this page enables the user to define and execute a number of different search queries to execute against the Events tasks records table. The query will return the desired task record or records that the user desires.</p> </li> </ol> <h2>[WHERE page is called from ..]</h2> <ol> <li>] menu Main, search menu, option - 'search Events'</li> </ol> <h2>[WHEN]</h2> <ol> <li>]</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>] PAGE <a href="http://sospep.com/find/events" target="_blank">find / tasks</a></li> <ol> <li>by id -</li> <li>by name_task -</li> <li>by description_task -</li> <li>...</li> </ol></ol> <h2>[HOW-TO]</h2> <ol> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>] /find/ tasks.cshtml</li> <li>] find/tasks <a href="task?id=2256" target="_blank">-v-001</a> - ] qry tasks by ... ]</li> <li>] find/tasks <a href="task?id=2257" target="_blank">-v-002</a> - ] adds qrys for ... ] cleanup </li> </ol><hr /> <h1 style="text-align: center;">developer implementation</h1> <h2>[.process]</h2> <ol> <li> <div>set the qry value = to the name of desired qry</div> </li> <li> <div>set the param value = to the user selected param value</div> </li> <li> <div>user submits form == on post</div> </li> <ol> <li> <div>read qry values,</div> </li> <li> <div>read param values,</div> </li> <li> <div>build qstring to pass values to page view/tasks,</div> </li> <li> <div>redirect to page view/task</div> </li> </ol> <li> <div>on page view/tasks</div> </li> <ol> <li> <div>get the qry name,</div> </li> <li> <div>get the param value(s),</div> </li> <li> <div>execute the qry(in the DAL helper) to return results to this page</div> </li> </ol></ol> <h2>[.notes]</h2> <ol> <li> <div> ] mainMenu - search options, search EVENTS ? tasks</div> </li> </ol> <h2>[.by_date]</h2> <h3> </h3> <h1 style="text-align: center;">status</h1> <h2>[current]</h2> <ol> <li>] PRB Too many sessions error IF resultset > (x), ADD LIMIT 50 to qry for records 'by Owner Id'</li> </ol> <h2>[next]</h2> <ol> <li> <div>]</div> </li> </ol> <p> </p>