User Tools

Site Tools


hd:progress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hd:progress [2005/11/01 22:11] – event/init+view implemented fgmhd:progress [2020/11/23 17:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Drupal interface ====== ====== Drupal interface ======
  
-**Status for version**: 20051101-2+**Status for version**: 20051106
  
 Color coding: Color coding:
Line 14: Line 14:
     </table>     </table>
   </html>   </html>
 +
 +
 +
 +
  
  
Line 179: Line 183:
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
     <TD>Ticket</TD>     <TD>Ticket</TD>
-    <TD class="missing">Still missing</TD>+    <TD class="workable">OK</TD>
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
     </TR>     </TR>
Line 327: Line 331:
     <TD>hook_settings</FONT></TD>     <TD>hook_settings</FONT></TD>
     <TD class="workable">OK</TD>     <TD class="workable">OK</TD>
-    <TD>&nbsp;</TD>+    <TD>Improved in 20051106: now defines vocabularies being used.</TD>
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
   </TR>   </TR>
Line 351: Line 355:
     <TD>hook_update_index</TD>     <TD>hook_update_index</TD>
     <TD class="ok">Not needed</TD>     <TD class="ok">Not needed</TD>
-    <TD>Evereything is stored in plain nodes, so works out of the box</TD>+    <TD>Everything is stored in plain nodes, so works out of the box</TD>
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
   </TR>   </TR>
Line 361: Line 365:
     </TR>     </TR>
   <tr><td>&nbsp;</td><td>categories</td><td class="ok">OK</td><td>&nbsp;</td></tr>   <tr><td>&nbsp;</td><td>categories</td><td class="ok">OK</td><td>&nbsp;</td></tr>
-  <tr><td>&nbsp;</td><td>view</td><td class="workable">More to display, but usable as such.  +  <tr><td>&nbsp;</td><td>view</td><td class="workable">More to display, but usable as such.<br /> 
-    From 20051101-1, shows contracts for customers.+    From 20051101-1, shows contracts for customers.<br />
     From 20051101-2, limits information shown based on user category: no longer displays unapplicable info to admin     From 20051101-2, limits information shown based on user category: no longer displays unapplicable info to admin
     </td><td>&nbsp;</td></tr>     </td><td>&nbsp;</td></tr>
Line 389: Line 393:
     <td>&nbsp;</td>     <td>&nbsp;</td>
     <td>Ticket</td>     <td>Ticket</td>
-    <td class="started">Displays about half the properties. Still missing: timeinfo, attachment...</td>+    <td class="workable">More to display (Still missing: timeinfo, attachment...) but usable as such.</td>
     <td>&nbsp;</td>     <td>&nbsp;</td>
     </tr>     </tr>
Line 412: Line 416:
   </table>   </table>
 </html> </html>
 +
 +
  
  
Line 420: Line 426:
   <table border="1" style="width: 100%">   <table border="1" style="width: 100%">
   <TR>   <TR>
-    <TD>_helpdesk_iscustomer</TD>+    <TD>_helpdesk_decode_nid</TD>
     <TD class="workable">OK</TD>     <TD class="workable">OK</TD>
-    <TD>Unused in current code </TD> 
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
-  </TR> 
-  <TR> 
-    <TD>_helpdesk_getnidcontracts</TD> 
-    <td class="workable">OK</TD> 
-    <TD>Used in hook_user('view')</TD> 
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
-  </TR>+    </TR>
   <TR>   <TR>
     <TD>_helpdesk_encode_nid</TD>     <TD>_helpdesk_encode_nid</TD>
Line 438: Line 438:
   </TR>   </TR>
   <TR>   <TR>
-    <TD>_helpdesk_decode_nid</TD>+    <TD>_helpdesk_get_nid_contracts</TD> 
 +    <td class="ok">OK</TD> 
 +    <TD>Used in hook_user('view')</TD> 
 +    <TD>&nbsp;</TD> 
 +  </TR> 
 +  <tr> 
 +    <td>_helpdesk_get_terms</td> 
 +    <td class="ok">OK</td> 
 +    <td>&nbsp;</td> 
 +    <td>&nbsp;</td> 
 +    </tr> 
 +  <TR> 
 +    <TD>_helpdesk_is_customer</TD>
     <TD class="workable">OK</TD>     <TD class="workable">OK</TD>
-    <TD>&nbsp;</TD>+    <TD>Unused in current code </TD>
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
   </TR>   </TR>
-</TABLE>+  </table>
 </html> </html>
- 
- 
  
 ====== Class packages ====== ====== Class packages ======
Line 592: Line 602:
  
 ===== Event package (ticket/followup) ===== ===== Event package (ticket/followup) =====
 +
  
  
Line 607: Line 618:
       </tr>       </tr>
     <tr>     <tr>
-      <td>createForm;</td> +      <td>form</td> 
-      <td class="workable">OK</td> +      <td class="started">In progress.</td> 
-      <td>&nbsp;</td>+      <td>Replaces createForm. Now works like the one in contract.php</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
       </tr>       </tr>
     <tr>     <tr>
       <td>getTicket</td>       <td>getTicket</td>
-      <td class="started">Started</td>+      <td class="ok">abstract</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
Line 632: Line 643:
     </table>     </table>
   </html>   </html>
 +
 +
 ==== Ticket ==== ==== Ticket ====
 [[http://wiki.audean.com/helpdesk/doc/helpdesk/helpdeskTicket.html|in phpDocumentor]] [[http://wiki.audean.com/helpdesk/doc/helpdesk/helpdeskTicket.html|in phpDocumentor]]
Line 641: Line 654:
       <td class="workable">Usable, except for timeinfo</td>       <td class="workable">Usable, except for timeinfo</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
 +      <td>&nbsp;</td>
 +      </tr>
 +    <tr>
 +      <td>form</td>
 +      <td class="started">In progress.</td>
 +      <td>Replaces createForm. Now works like the one in contract.php</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
       </tr>       </tr>
Line 663: Line 682:
     </table>     </table>
   </html>   </html>
 +
 ==== Followup ==== ==== Followup ====
 [[http://wiki.audean.com/helpdesk/doc/helpdesk/helpdeskFollowup.html|in phpDocumentor]] [[http://wiki.audean.com/helpdesk/doc/helpdesk/helpdeskFollowup.html|in phpDocumentor]]
hd/progress.1130883074.txt.gz · Last modified: 2020/11/23 17:23 (external edit)