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 11:23] – getnidcontracts OK 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**: 20051025+**Status for version**: 20051106
  
 Color coding: Color coding:
Line 14: Line 14:
     </table>     </table>
   </html>   </html>
 +
 +
 +
 +
 +
 +
  
  
Line 324: 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 348: 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 358: 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</td><td>&nbsp;</td></tr>+  <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.<br /> 
 +    From 20051101-2, limits information shown based on user category: no longer displays unapplicable info to admin 
 +    </td><td>&nbsp;</td></tr>
   <tr><td>&nbsp;</td><td>form</td><td class="ok">OK</td><td>&nbsp;</td></tr>   <tr><td>&nbsp;</td><td>form</td><td class="ok">OK</td><td>&nbsp;</td></tr>
   <tr><td>&nbsp;</td><td>load</td><td class="workable">OK</td><td>&nbsp;</td></tr>   <tr><td>&nbsp;</td><td>load</td><td class="workable">OK</td><td>&nbsp;</td></tr>
Line 383: Line 392:
     <td>&nbsp;</td>     <td>&nbsp;</td>
     <td>Ticket</td>     <td>Ticket</td>
-    <td class="started">Started</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 406: Line 415:
   </table>   </table>
 </html> </html>
 +
 +
 +
  
  
Line 413: 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>Unused in current code</TD> 
     <TD>&nbsp;</TD>     <TD>&nbsp;</TD>
-  </TR>+    </TR>
   <TR>   <TR>
     <TD>_helpdesk_encode_nid</TD>     <TD>_helpdesk_encode_nid</TD>
Line 431: Line 437:
   </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 585: Line 601:
  
 ===== Event package (ticket/followup) ===== ===== Event package (ticket/followup) =====
 +
 +
  
  
Line 599: 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 607: 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 612: Line 642:
     </table>     </table>
   </html>   </html>
- 
  
  
Line 620: 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 628: Line 681:
     </table>     </table>
   </html>   </html>
- 
- 
- 
  
 ==== Followup ==== ==== Followup ====
hd/progress.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1