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
Next revisionBoth sides next revision
hd:progress [2005/11/01 22:06] – half_done hook_view('ticket') fgmhd:progress [2005/11/06 21:44] – 20051106: admin/settings, some work on tickets fgm
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 327: Line 330:
     <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 354:
     <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 364:
     </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 392:
     <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 415:
   </table>   </table>
 </html> </html>
 +
 +
  
  
Line 420: Line 425:
   <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 437:
   </TR>   </TR>
   <TR>   <TR>
-    <TD>_helpdesk_decode_nid</TD> +    <TD>_helpdesk_get_nid_contracts</TD> 
-    <TD class="workable">OK</TD>+    <td class="ok">OK</TD> 
 +    <TD>Used in hook_user('view')</TD>
     <TD>&nbsp;</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>Unused in current code </TD>
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
   </TR>   </TR>
-</TABLE>+  </table>
 </html> </html>
- 
- 
  
 ====== Class packages ====== ====== Class packages ======
Line 592: Line 601:
  
 ===== Event package (ticket/followup) ===== ===== Event package (ticket/followup) =====
 +
 +
  
  
Line 606: Line 617:
       </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>
Line 614: Line 625:
       <td>getTicket</td>       <td>getTicket</td>
       <td class="ok">abstract</td>       <td class="ok">abstract</td>
 +      <td>&nbsp;</td>
 +      <td>&nbsp;</td>
 +      </tr>
 +    <tr>
 +      <td>init</td>
 +      <td class="workable">OK</td>
 +      <td>&nbsp;</td>
 +      <td>&nbsp;</td>
 +      </tr>
 +    <tr>
 +      <td>view</td>
 +      <td class="workable">probably OK, but overloaded in descendents</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
Line 619: Line 642:
     </table>     </table>
   </html>   </html>
- 
  
  
Line 627: Line 649:
   <table border="1" style="width: 100%">   <table border="1" style="width: 100%">
     <col width="20%">     <col width="20%">
 +    <tr>
 +      <td>class</td>
 +      <td class="workable">Usable, except for timeinfo</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>
 +      </tr>
     <tr>     <tr>
       <td>getTicket</td>       <td>getTicket</td>
-      <td class="started">Started</td>+      <td class="workable">OK for v1</td> 
 +      <td>&nbsp;</td> 
 +      <td>&nbsp;</td> 
 +      </tr> 
 +    <tr> 
 +      <td>init</td> 
 +      <td class="workable">OK</td> 
 +      <td>&nbsp;</td> 
 +      <td>&nbsp;</td> 
 +      </tr> 
 +    <tr> 
 +      <td>view</td> 
 +      <td class="workable">Still misses some properties, like timeinfo, attachment..., but displays others correctky.</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
Line 635: Line 681:
     </table>     </table>
   </html>   </html>
- 
- 
- 
  
 ==== Followup ==== ==== Followup ====
hd/progress.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1