You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is feedback on the documentation. Please let us know if you have any questions.
-Rosalie
Getting started > README
several of the file paths are incorrect, e.g. "src/app.router.ts", please fix
the top of the multi-line code block should have "@component({" in it
code snippets should use multi-line code blocks (they should not be in-line), i.e. wrap code snippets in ``` instead of `
please add a code snippet containing the command(s) to use for installing compodoc and generating documentation, also please note version # of both compodoc and NodeJS
Modules > AppModule
The link to "ucla-prrla/ucla-prrla/documentation/modules/routes.html" (in the Imports table) is broken
Components, Injectables > SolrService, Pipes
All class properties should have:
public/private annotation (if applicable) that will appear in the documentation
type annotation that will appear in the documentation. For example, several of the AdvancedSearchComponent properties ("availableOrders", "initializing_first_time", etc.) do not show any type in the documentation
JSDoc with a clear, concise, unambiguous description of the property. For example, several of the AdvancedSearchComponent properties already have JSDocs with descriptions, but they are not clear enough (too many words is better than not enough words)
bad: "Available Orders", "Selected Filters"
better: "Flag that indicates if page is initializing or not"
All class methods should have:
JSDoc with:
a clear, concise, unambiguous description of what the method does
Thanks for the update. Items 1 and 2 look good. As for item 3: can you complete the JSDocs in the following components please (particularly, the method parameters with type annotations and descriptions, and method return values)?
Hi,
Below is feedback on the documentation. Please let us know if you have any questions.
-Rosalie
The text was updated successfully, but these errors were encountered: