tripal / tripal_doc

Official Documentation for the Tripal Platform
https://tripaldoc.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 3 forks source link

Adds documentation of Custom Tables. #59

Closed spficklin closed 3 months ago

spficklin commented 5 months ago

Below is the schreenshot for the entire page for your review:

Here is the "theoretical" description of custom tables;

image

Here's the lesson page.

image

Ferrisx4 commented 5 months ago

@spficklin This documentation looks good. I edited a few typos that I found but the rest looks good. I did some simple testing and was able to create a custom table with these instructions. A few of the functions provided by the Custom Table service do not seem to work as intended, however. Loading by ID works but not by name, nor does getting a list or deleting a table. Not sure if this functionality is implemented yet.

spficklin commented 5 months ago

Yeah, it should be implemented :-( I guess we need some functional tests for that in the Tripal code. Thanks for the review. Maybe we leave this open until we get that problem fixed.