
|
If you were logged in you would be able to see more operations.
|
|
|
|
The JAVA-Doc of the pulse website-administration does not provide sufficient information regarding every important aspect (...mea culpa)...
This means I have to put a major effort in properly commenting classes regarding the following aspects (at least):
- request-parameters and their effect/function for controllers
- appearance of results (may they be xml/json...)
- general class and package-documentation
Try to add screen-shots where necessary/helpful
Try (to find a way) to link website-administration-manual
Definitely add better descriptions of the configurations/-properties... as well as add better/more possibilities to configure the website administration (e.g. store->image-groups...)
|
|
Description
|
The JAVA-Doc of the pulse website-administration does not provide sufficient information regarding every important aspect (...mea culpa)...
This means I have to put a major effort in properly commenting classes regarding the following aspects (at least):
- request-parameters and their effect/function for controllers
- appearance of results (may they be xml/json...)
- general class and package-documentation
Try to add screen-shots where necessary/helpful
Try (to find a way) to link website-administration-manual
Definitely add better descriptions of the configurations/-properties... as well as add better/more possibilities to configure the website administration (e.g. store->image-groups...)
|
Show » |
|
The default configuration XML-files will first of all be reduced in absolute amount and will be better documented as well as have in-line comments for better understanding.
The result appearance of results - whether XML or JSON - will be clear once all the results have been JAXB-enabled -> this will automatically lead to standardised JSON-output as well...
The documentation of request-parameters will be clearer through using the request-bean-concept throughout the creation of all new components.