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 16:19] – hook_user('view') now filters for admin too 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 326: 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 350: 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 360: 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 388: 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 411: Line 415:
   </table>   </table>
 </html> </html>
 +
 +
  
  
Line 419: 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 437: 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 591: Line 601:
  
 ===== Event package (ticket/followup) ===== ===== Event package (ticket/followup) =====
 +
 +
  
  
Line 605: 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 613: 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 618: Line 642:
     </table>     </table>
   </html>   </html>
- 
  
  
Line 626: 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 634: Line 681:
     </table>     </table>
   </html>   </html>
- 
- 
- 
  
 ==== Followup ==== ==== Followup ====
hd/progress.txt · Last modified: 2020/11/23 17:23 by 127.0.0.1